Commits

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

DateSubjectAuthorReleases
2026-06-22 Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier 18 (unreleased)
2026-06-18 Fix PANIC with track_functions due to concurrent drop of pgstats entries Michael Paquier 18 (unreleased)
2026-04-07 Fix shmem allocation of fixed-sized custom stats kind Michael Paquier 18.4
2025-09-08 Fix corruption of pgstats shared hashtable due to OOM failures Michael Paquier 18.0
2025-08-08 Add information about "generation" when dropping twice pgstats entry Michael Paquier 18.0
2025-06-06 Use NULL instead of 0 for pointer arguments. Nathan Bossart 18.0
2025-04-06 Use "(void)" to mark pgstat_lock_entry(..., false) calls. Tom Lane 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-01-31 Add pgstat_drop_matching_entries() to pgstats Michael Paquier 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-09 Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 18.0
2024-11-15 Fix race conditions with drop of reused pgstats entries Michael Paquier 18.0
2024-11-05 Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 18.0
2024-09-18 Extend PgStat_HashKey.objid from 4 to 8 bytes Michael Paquier 18.0
2024-08-12 Fix a series of typos and outdated references David Rowley 18.0
2024-08-04 Introduce pluggable APIs for Cumulative Statistics Michael Paquier 18.0
2024-08-01 Switch PgStat_Kind from an enum to a uint32 type Michael Paquier 18.0
2024-07-11 Add PgStat_KindInfo.init_shmem_cb Michael Paquier 18.0