Skip to content

Releases: hackolade/PostgreSQL

moved ssh tunneling from plugin to core app, limited Min and Max properties to Map and Object data types

14 Jun 16:58
Compare
Choose a tag to compare

moved ssh tunneling from plugin to core app, limited Min and Max properties to Map and Object data types

added support for changes to and in unique keys in ALTER scripts

24 May 17:42
Compare
Choose a tag to compare

added support for changes to and in unique keys in ALTER scripts

added handling of min and max values in sequence during reverse-engineering

26 Apr 16:46
Compare
Choose a tag to compare

added handling of min and max values in sequence during reverse-engineering

added ALTER script for the creation of an index on a newly created table or column

19 Apr 16:07
Compare
Choose a tag to compare

added ALTER script for the creation of an index on a newly created table or column

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