Plpgsql Check Versions Save

plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).

v2.5.4

8 months ago
  • fix usage of prev_needs_fmgr_hook
  • warning when tracer is activated, but it is not enabled by superuser

v2.5.3

8 months ago
  • fix pldbgapi2 to correctly process empty exception handler

v2.5.2

8 months ago
  • allows to install plpgsql_check from plpgsql

v2.5.1

9 months ago
  • fix collision of global variable names with global variables from pglogical extension

v2.5.0

9 months ago
  • change signature of profiler/tracer control functions
  • fix issues #149, #150 in profiler

v2.4.0

10 months ago
  • 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

v2.3.4

1 year ago
  • minor code cleaning

this is probably last release for PostgreSQL 10 and 11

v2.3.3

1 year ago

minor enhancing

  • smarter check if extension needs update
  • less false warnings "variable is not used" when some expressions are broken

Full Changelog: https://github.com/okbob/plpgsql_check/compare/v2.3.2...v2.3.3

v2.3.2

1 year ago
  • fix type check in RETURN stmt in trigger function

v2.3.1

1 year ago
  • new pragma SEQUENCE (used for temporary or missing sequences)