summaryrefslogtreecommitdiff
path: root/src/include/utils/pgstat_internal.h
Commit message (Expand)AuthorAgeFilesLines
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-0/+30
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-131-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add doubly linked count list implementationDavid Rowley2022-11-021-2/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-2/+2
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-081-2/+3
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-221-0/+1
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-241-3/+3
* Add missing 'extern' to function prototypes.Andres Freund2022-05-121-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-2/+2
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-30/+633
* pgstat: normalize function naming.Andres Freund2022-04-061-4/+3
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-061-0/+13
* pgstat: stats collector references in comments.Andres Freund2022-04-061-1/+1
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-061-1/+7
* pgstat: split different types of stats into separate files.Andres Freund2022-03-211-0/+161