Skip to content

Releases: hackolade/PostgreSQL

v0.2.19

21 Dec 08:42
Compare
Choose a tag to compare

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

21 Dec 07:33
244aa83
Compare
Choose a tag to compare

added commenting/filtering of DDL when schema is flagged as inactive

v0.2.17

18 Dec 19:52
6920d6a
Compare
Choose a tag to compare

added a warning badge in the Properties Pane if an index does not have a name when required

v0.2.16

13 Dec 19:46
b73a2b4
Compare
Choose a tag to compare

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

16 Nov 11:30
5d7da09
Compare
Choose a tag to compare

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

04 Oct 14:53
d9b50d7
Compare
Choose a tag to compare

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

27 Sep 17:56
dde0402
Compare
Choose a tag to compare

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

25 Sep 15:38
988bcaf
Compare
Choose a tag to compare

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 commenting of trailing comma if last attribute is deactivated

20 Sep 17:35
92cf09e
Compare
Choose a tag to compare

added commenting of trailing comma if last attribute is deactivated

disabled wrapping of CURRENT_USER in quotes

18 Sep 14:49
1401872
Compare
Choose a tag to compare

disabled wrapping of CURRENT_USER in quotes