Skip to content

Releases: okbob/plpgsql_check

2.5.1

14 Sep 05:18
Compare
Choose a tag to compare
  • fix collision of global variable names with global variables from pglogical extension

2.5.0

08 Sep 06:47
Compare
Choose a tag to compare
  • change signature of profiler/tracer control functions
  • fix issues #149, #150 in profiler

2.4.0

09 Aug 19:30
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix type check in RETURN stmt in trigger function

2.3.1

21 Feb 04:29
Compare
Choose a tag to compare
  • new pragma SEQUENCE (used for temporary or missing sequences)

2.3.0

11 Jan 04:58
Compare
Choose a tag to compare
  • possibility to detect obsolete setting of refcursor's variable

2.2.6

22 Dec 05:12
Compare
Choose a tag to compare
  • minor bugfixes

2.2.5

24 Nov 18:14
Compare
Choose a tag to compare
  • fix false alarm when value is assigned to variable of composite type with nested composite types with dropped attributes.