Releases: okbob/plpgsql_check
Releases · okbob/plpgsql_check
1.17.1
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
- 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
new profiler report function plpgsql_profiler_functions_all
1.15.3
fix few crashes and errors in profiler for Postgres 11 and older
1.15.1
new options - without_warnings and all_warnings
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