Skip to content

Releases: hackolade/PostgreSQL

v0.2.25

13 Jun 16:35
6288e4d

Choose a tag to compare

added handling for derive of arrays from Polyglot as columns with Array type in PostgreSQL

v0.2.24

18 Apr 16:57
67881dd

Choose a tag to compare

added support for Alternate Keys

v0.2.23

04 Apr 16:32
6238d1f

Choose a tag to compare

added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where char or nchar has MAX length

v0.2.22

28 Mar 18:49
925f60c

Choose a tag to compare

added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length

v0.2.21

14 Mar 17:28
41717bb

Choose a tag to compare

added support for materialized views

v0.2.20

28 Feb 18:23
5e05c04

Choose a tag to compare

enabled forward-engineering of models properties schema.yml files

v0.2.19

21 Dec 08:42

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

Choose a tag to compare

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

v0.2.17

18 Dec 19:52
6920d6a

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

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