Skip to content

Releases: okbob/plpgsql_check

1.15.3

09 Feb 06:26

Choose a tag to compare

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

1.15.2

24 Jan 18:53

Choose a tag to compare

fix win build

1.15.1

25 Nov 07:34

Choose a tag to compare

new options - without_warnings and all_warnings

1.14.0

16 Nov 08:26

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

Choose a tag to compare

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

1.13.0

14 Aug 05:35
a52ce90

Choose a tag to compare

supports pragma by plpgsql_check_pragma function

1.11.4

26 Jul 19:28

Choose a tag to compare

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

1.11.3

19 Jul 14:21

Choose a tag to compare

Fix debian regress tests

1.11.0

02 Jul 04:19

Choose a tag to compare

Possibility to check functions with arguments of polymorphic type

1.10.1

05 Jun 06:31

Choose a tag to compare

deduction record type structure from result of polymorphic function