Skip to content

Releases: okbob/plpgsql_check

2.7.11

16 Sep 08:52
Compare
Choose a tag to compare
  • disallow late pldbgapi2 initialization, fix some possible crashes

2.7.10

12 Sep 04:52
Compare
Choose a tag to compare
  • fix another crash related unexpected order of fmgr hook calls

2.7.9

02 Sep 06:47
Compare
Choose a tag to compare
  • fix crash in profiler when parameter of EXECUTE is empty string

2.7.8

05 Aug 08:20
Compare
Choose a tag to compare
  • fix crash when plpgsql_check is used on anonymous code block

2.7.7

21 Jun 06:28
Compare
Choose a tag to compare

fix possibly crash when a plan is created by plpgsql, then plancache
is invalidated (due sinval), and same plan is created by plpgsql_check
in passive mode.

2.7.6

30 May 09:42
Compare
Choose a tag to compare
  • fix crash when pragma assert-column is not correctly used

2.7.5

30 Mar 05:35
Compare
Choose a tag to compare
  • fix crash related to active cursor leak detection and ending transaction inside procedure

2.7.4

15 Mar 06:43
Compare
Choose a tag to compare
  • fix another crash related to constant tracing

2.7.3

27 Feb 09:59
Compare
Choose a tag to compare
  • fix false alarm related to bug in trace constant in format function (when positional placeholder was used)

2.7.2

12 Jan 07:38
Compare
Choose a tag to compare
  • fix false alarm of unclosed cursors test