Skip to content

Releases: hackolade/PostgreSQL

adjusted alter script statements generation for indexes

15 Mar 18:40
Compare
Choose a tag to compare

adjusted alter script statements generation for indexes

added reverse-engineering of sequences, handling of sequences in ALTER scripts, and handling of indexes in ALTER scripts

08 Mar 21:59
Compare
Choose a tag to compare

added reverse-engineering of sequences, handling of sequences in ALTER scripts, and handling of indexes in ALTER scripts

added support for creation and handling of sequences

23 Feb 17:34
Compare
Choose a tag to compare
0.1.57

added support for creation and handling of sequences

added possibility to define cross-schema views

05 Jan 18:28
Compare
Choose a tag to compare
0.1.56

added possibility to define cross-schema views

allowed definition of number of estimated rows for udfs that returns table, added comments on functions to DDL generation, and allowed creation of indexes without a method

07 Dec 16:25
Compare
Choose a tag to compare
allowed definition of number of estimated rows for udfs that returns …

…table, added comments on functions to DDL generation, and allowed creation of indexes without a method

added estimated rows to udf if the function returns a set

06 Dec 13:15
Compare
Choose a tag to compare
0.1.54

added estimated rows to udf if the function returns a set

removed restrictions on composite PKs when adding update columns to triggers

30 Nov 14:30
Compare
Choose a tag to compare
removed restrictions on composite PKs when adding update columns to t…

…riggers

added support for NULLS NOT DISTINCT in unique indexes and unique key constraints, DEFERABLE unique constraints, and stored generated columns

24 Nov 19:02
Compare
Choose a tag to compare
added support for NULLS NOT DISTINCT in unique indexes and unique key…

… constraints, DEFERABLE unique constraints, and stored generated columns

disabled pattern fields

15 Sep 15:32
Compare
Choose a tag to compare
0.1.51

disabled pattern fields

don't escape default value for array columns

01 Sep 19:30
Compare
Choose a tag to compare
0.1.50

don't escape default value for array columns