Skip to content

v0.61.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 22:17
636bc09
  • Store query texts in temporary file before fingerprinting them
    • This fixes an increase in reported runtime of collector queries,
      due to a slow loading of the result set introduced in release 0.60.0
  • Log Insights: Use more specific log parsing regexp
    • This avoids incorrectly sending application/database/role identifiers longer
      than 63 characters (Postgres' built-in limit) when there are parsing issues
  • Show test error when pg_stat_statements version is below 1.9 with Postgres 14+
    • Old pg_stat_statements extension schemas don't correctly include the
      "toplevel" attribute, and can cause bogus query statistics when there
      is a mismatch between the extension schema and the shared library code
  • Track cluster identifier (cluster ID) as part of system information
  • Keep fetching column stats with outdated helper function on Postgres < 17