Skip to content

Releases: okbob/plpgsql_check

1.17.1

25 Jun 06:31
Compare
Choose a tag to compare

New begin - only PostgreSQL 10 and higher are supported. If you need to compile plpgsql_check for PostgreSQL 9.5 and 9.6, please, use plpgsql_check 1.16.1

1.16.1

20 Jun 07:37
Compare
Choose a tag to compare
  • fix compilation for new PostgreSQL 14
  • fix broken calculation of queryid for parametrized dynamic sql
  • fix crash of check when target of assigned statement is composite field of array type

1.16.0

06 Mar 17:25
Compare
Choose a tag to compare

new profiler report function plpgsql_profiler_functions_all

1.15.3

09 Feb 06:26
Compare
Choose a tag to compare

fix few crashes and errors in profiler for Postgres 11 and older

1.15.2

24 Jan 18:53
Compare
Choose a tag to compare

fix win build

1.15.1

25 Nov 07:34
Compare
Choose a tag to compare

new options - without_warnings and all_warnings

1.14.0

16 Nov 08:26
Compare
Choose a tag to compare
  • queryid can be displayed in profiler's reports (Julien Rouhaud)
  • new profiler's GUC plpgsql_check.profiler_max_shared_chunks (Julien Rouhaud)
  • few minor bugfixes

1.13.1

15 Aug 17:54
Compare
Choose a tag to compare

minor enhancing - tracer can print content of row or record variables

1.13.0

14 Aug 05:35
a52ce90
Compare
Choose a tag to compare

supports pragma by plpgsql_check_pragma function

1.11.4

26 Jul 19:28
Compare
Choose a tag to compare

bugfix - fix false alarm when function returning polymorphic type is checked