github pganalyze/collector v0.52.1

latest releases: v0.58.0, v0.57.1, v0.57.0...
11 months ago
  • Postgres 14+: Include toplevel attribute in statement statistics key
    • This could have caused statistics to be incorrect in Postgres 14+ when
      the same query was called both from within a function (toplevel=false)
      and directly (toplevel=true), with pg_stat_statements.track set to "all"
    • If affected, the issue may have shown by bogus statistics being recorded,
      for example very high call counts, since the statement stats diff would
      not have used the correct reference

Don't miss a new collector release

NewReleases is sending notifications on new releases.