master
pg_stat_statements: Fix potential use-after-free of PlannedStmt
Update copyright for 2026
pg_stat_statements: Add .gitignore file for tests
pg_stat_statements: Clean up REGRESS list in Makefile
pg_stat_statements: Rework test order
Fix typo in update scripts for some contrib modules.
Keep pg_stat_statements' query texts in a file, not in shared memory.
Track statement entry timestamp in contrib/pg_stat_statements
pg_stat_statements: Add wal_buffers_full
pg_stat_statements: Add counters for generic and custom plans
Add stats for min, max, mean, stddev times to pg_stat_statements.
Update pg_stat_statements extension for parallel query.
Default monitoring roles
Revoke pg_stat_statements_reset() permissions
Extend pg_stat_statements_reset to reset statistics specific to a particular user/db/query.
Change the display of WAL usage statistics in Explain.
Merge v1.10 of pg_stat_statements into v1.9
Add JIT counters to pg_stat_statements
pg_stat_statements: Fix buffer overflow with query normalization
Revert "pg_stat_statements: Add coverage for entry_dealloc()"