Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
1.14.0
- 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
minor enhancing - tracer can print content of row or record variables
1.13.0
supports pragma by plpgsql_check_pragma function
1.11.4
bugfix - fix false alarm when function returning polymorphic type is checked
1.11.0
Possibility to check functions with arguments of polymorphic type
1.10.1
deduction record type structure from result of polymorphic function
1.9.2
fix debian (ubuntu) regress tests
1.9.0
allow to calculate simple coverage metrics
Postgres 9.4 support was removed