Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.5.1
- fix collision of global variable names with global variables from
pglogical
extension
2.5.0
- change signature of profiler/tracer control functions
- fix issues #149, #150 in profiler
2.4.0
- 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
this is probably last release for PostgreSQL 10 and 11
2.3.3
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
- fix type check in RETURN stmt in trigger function
2.3.1
- new pragma SEQUENCE (used for temporary or missing sequences)
2.3.0
- possibility to detect obsolete setting of refcursor's variable
2.2.5
- fix false alarm when value is assigned to variable of composite type with nested composite types with dropped attributes.