Skip to content

Releases: okbob/plpgsql_check

2.6.0

31 Oct 13:51
Compare
Choose a tag to compare
  • add new option constants_tracing (true by default) for controling of possibility to trace constants

2.5.4

12 Oct 18:54
Compare
Choose a tag to compare
  • fix usage of prev_needs_fmgr_hook
  • warning when tracer is activated, but it is not enabled by superuser

2.5.3

04 Oct 06:37
Compare
Choose a tag to compare
  • fix pldbgapi2 to correctly process empty exception handler

2.5.2

29 Sep 18:02
Compare
Choose a tag to compare
  • allows to install plpgsql_check from plpgsql

2.5.1

14 Sep 05:18
Compare
Choose a tag to compare
  • fix collision of global variable names with global variables from pglogical extension

2.5.0

08 Sep 06:47
Compare
Choose a tag to compare
  • change signature of profiler/tracer control functions
  • fix issues #149, #150 in profiler

2.4.0

09 Aug 19:30
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • minor code cleaning

this is probably last release for PostgreSQL 10 and 11

2.3.3

12 Mar 07:11
Compare
Choose a tag to compare

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
Choose a tag to compare
  • fix type check in RETURN stmt in trigger function