Skip to content

Releases: okbob/plpgsql_check

2.4.0

09 Aug 19:30

Choose a tag to compare

  • 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

2.3.4

12 Apr 03:25

Choose a tag to compare

  • minor code cleaning

this is probably last release for PostgreSQL 10 and 11

2.3.3

12 Mar 07:11

Choose a tag to compare

minor enhancing

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

Full Changelog: v2.3.2...v2.3.3

2.3.2

01 Mar 05:29

Choose a tag to compare

  • fix type check in RETURN stmt in trigger function

2.3.1

21 Feb 04:29

Choose a tag to compare

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

2.3.0

11 Jan 04:58

Choose a tag to compare

  • possibility to detect obsolete setting of refcursor's variable

2.2.6

22 Dec 05:12

Choose a tag to compare

  • minor bugfixes

2.2.5

24 Nov 18:14

Choose a tag to compare

  • fix false alarm when value is assigned to variable of composite type with nested composite types with dropped attributes.

2.2.4

22 Nov 04:56

Choose a tag to compare

  • fix shared memory hook initialization (pg15+)

2.2.3

22 Oct 04:57

Choose a tag to compare

  • fix runtime crash when pragma echo was used from function plpgsql_check_pragma
  • fix crash in profiler when profiled code raises an exception in first iteration when queryid is not generated yet
  • fix dependency iterator to support CALL statement