Skip to content

Releases: okbob/plpgsql_check

2.8.1

20 Apr 05:15
Compare
Choose a tag to compare
  • fix build for PostgreSQL 18

2.8.0

18 Mar 07:14
Compare
Choose a tag to compare
  • remove support for PostgreSQL 12 and 13 (code cleaning)

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