Releases: hackolade/PostgreSQL
v0.2.21
added support for materialized views
v0.2.20
enabled forward-engineering of models properties schema.yml files
v0.2.19
added commenting/filtering of DDL when schema is flagged as inactive, added support for reverse-engineering of vector data types, fixed clearing dependency when number field is out-of-range
v0.2.18
added commenting/filtering of DDL when schema is flagged as inactive
v0.2.17
added a warning badge in the Properties Pane if an index does not have a name when required
v0.2.16
added support for vector data type and index types HNSW and IVFFlat with pgvector extension for PostgreSQL versions 11 and up. Includes maintenance and forward-engineering
added possibility to export composite primary keys and unique keys to Excel, suppressed varchar default length when creating new column
added possibility to export composite primary keys and unique keys to Excel, suppressed varchar default length when creating new column
added logic so unique key and primary key constraints are mutually exclusive
added logic so unique key and primary key constraints are mutually exclusive
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key