You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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