Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.6.0
- add new option constants_tracing (true by default) for controling of possibility to trace constants
2.5.4
- fix usage of prev_needs_fmgr_hook
- warning when tracer is activated, but it is not enabled by superuser
2.5.3
- fix pldbgapi2 to correctly process empty exception handler
2.5.2
- allows to install plpgsql_check from plpgsql
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