Skip to content

Releases: okbob/plpgsql_check

2.7.15

06 Feb 06:42
Compare
Choose a tag to compare
  • raise a warning when the expression is not pure expression

this is probably last release for PostgreSQL 12 and 13

2.7.14

31 Jan 07:14
Compare
Choose a tag to compare
  • metadata and code cleaning

2.7.13

20 Dec 16:04
Compare
Choose a tag to compare
  • almost cosmetic changes

2.7.12

15 Oct 03:36
Compare
Choose a tag to compare
  • allow to use custom pg_config

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