Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
2.8.1
- fix build for PostgreSQL 18
2.8.0
- remove support for PostgreSQL 12 and 13 (code cleaning)
2.7.15
- raise a warning when the expression is not pure expression
this is probably last release for PostgreSQL 12 and 13
2.7.14
- metadata and code cleaning
2.7.12
- allow to use custom pg_config
2.7.11
- disallow late pldbgapi2 initialization, fix some possible crashes
2.7.10
- fix another crash related unexpected order of fmgr hook calls
2.7.9
- fix crash in profiler when parameter of EXECUTE is empty string
2.7.8
- fix crash when plpgsql_check is used on anonymous code block