Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.4.0
09 Aug 19:30
Compare
Sorry, something went wrong.
No results found
remove support for PostgreSQL 10 and 11
significant refactoring (code cleaning) of profiler and tracer
no new functionality, just code cleaning and remove obsolete code
2.3.4
12 Apr 03:25
Compare
Sorry, something went wrong.
No results found
this is probably last release for PostgreSQL 10 and 11
2.3.3
12 Mar 07:11
Compare
Sorry, something went wrong.
No results found
minor enhancing
smarter check if extension needs update
less false warnings "variable is not used" when some expressions are broken
Full Changelog : v2.3.2...v2.3.3
2.3.2
01 Mar 05:29
Compare
Sorry, something went wrong.
No results found
fix type check in RETURN stmt in trigger function
2.3.1
21 Feb 04:29
Compare
Sorry, something went wrong.
No results found
new pragma SEQUENCE (used for temporary or missing sequences)
2.3.0
11 Jan 04:58
Compare
Sorry, something went wrong.
No results found
possibility to detect obsolete setting of refcursor's variable
2.2.6
22 Dec 05:12
Compare
Sorry, something went wrong.
No results found
2.2.5
24 Nov 18:14
Compare
Sorry, something went wrong.
No results found
fix false alarm when value is assigned to variable of composite type with nested composite types with dropped attributes.
2.2.4
22 Nov 04:56
Compare
Sorry, something went wrong.
No results found
fix shared memory hook initialization (pg15+)
2.2.3
22 Oct 04:57
Compare
Sorry, something went wrong.
No results found
fix runtime crash when pragma echo was used from function plpgsql_check_pragma
fix crash in profiler when profiled code raises an exception in first iteration when queryid is not generated yet
fix dependency iterator to support CALL statement