aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/pgstat_internal.h
Commit message (Expand)AuthorAge
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Add inline incremental hash functions for in-memory useJohn Naylor2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-24
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21