Skip to content

Releases: okbob/plpgsql_check

2.10.1

Choose a tag to compare

@okbob okbob released this 16 Jul 05:28
  • fix shared memory usage registration for PostgreSQL 14

2.10.0

Choose a tag to compare

@okbob okbob released this 15 Jul 04:53
  • possibility to pass pragma as an argument (author Степан Зибаров)
  • possibility to generate pragma from code (author Степан Зибаров)

2.9.3

Choose a tag to compare

@okbob okbob released this 09 Jul 04:55
  • fix metadata

2.9.2

Choose a tag to compare

@okbob okbob released this 01 Jul 08:04
  • code cleaning

Full Changelog: v2.9.1...v2.9.2

2.9.1

Choose a tag to compare

@okbob okbob released this 31 May 07:10
  • fix possible crash when traced inline block fails. plpgsql_inline_handler
    released memory before evaluating plugin_info_reset, and then plugin_info_reset
    referenced to possible corrupted memory

2.9.0

Choose a tag to compare

@okbob okbob released this 21 May 06:43
  • significant profiler rewriting - the code is much more maintainable now
    planned usage DSA (dynamic shared memory) in future should be few lines change

  • memory used by statements statistics is limited by plch_max_stat_size

2.8.11

Choose a tag to compare

@okbob okbob released this 18 Feb 13:50
  • fix meson build for pg 14 and pg 15

2.8.10

Choose a tag to compare

@okbob okbob released this 18 Feb 05:07
  • allow to run regress tests on server with active pg_stat_statements
  • correct call post_parse_analyze_hook (nobody reported)
  • fixing some oversights in code

2.8.9

Choose a tag to compare

@okbob okbob released this 12 Feb 13:01

fixes false errors:

  • now don't try to convert tracked constant when constant is composite

  • expected result tuple description is now generated from base type (not from domain type)

Full Changelog: v2.8.8...v2.8.9

2.8.8

Choose a tag to compare

@okbob okbob released this 06 Feb 12:09
  • fix possible crash due usage of currupted memory

Full Changelog: v2.8.7...v2.8.8