Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2026-02-11 Fix pg_stat_get_backend_wait_event() for aux processes Heikki Linnakangas 18.3
2025-12-27 Fix pg_stat_get_backend_activity() to use multi-byte truncated result Michael Paquier 18.2
2025-06-03 Fix incorrect format placeholders Peter Eisentraut 18.0
2025-05-30 Change internal queryid type from uint64 to int64 David Rowley 18.0
2025-03-24 Detect and Log multiple_unique_conflicts type conflict. Amit Kapila 18.0
2025-03-11 Add WAL data to backend statistics Michael Paquier 18.0
2025-03-04 Split pgstat_bestart() into three different routines Michael Paquier 18.0
2025-03-03 Handle auxiliary processes in SQL functions of backend statistics Michael Paquier 18.0
2025-02-28 Invent pgstat_fetch_stat_backend_by_pid() Michael Paquier 18.0
2025-02-27 Refactor code of pg_stat_get_wal() building result tuple Michael Paquier 18.0
2025-02-26 Adding new PgStat_WalCounters structure in pgstat.h Michael Paquier 18.0
2025-02-24 Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing Michael Paquier 18.0
2025-01-28 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze Michael Paquier 18.0
2025-01-14 Make pg_stat_io count IOs as bytes instead of blocks for some operations Michael Paquier 18.0
2025-01-10 Refactor some code related to backend statistics Michael Paquier 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-19 Add backend-level statistics to pgstats Michael Paquier 18.0
2024-12-19 Extract logic filling pg_stat_get_io()'s tuplestore into its own routine Michael Paquier 18.0
2024-12-11 Use pg_memory_is_all_zeros() in pgstatfuncs.c. Nathan Bossart 18.0
2024-11-11 Add two attributes to pg_stat_database for parallel workers activity Michael Paquier 18.0
2024-10-02 Fix inconsistent reporting of checkpointer stats. Fujii Masao 18.0
2024-09-30 Add num_done counter to the pg_stat_checkpointer view. Fujii Masao 18.0
2024-09-18 Extend PgStat_HashKey.objid from 4 to 8 bytes Michael Paquier 18.0
2024-09-06 Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane 18.0
2024-09-04 Collect statistics about conflicts in logical replication. Amit Kapila 18.0