summaryrefslogtreecommitdiff
path: root/src/include/utils/pgstat_internal.h
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-23pgstat: Acquire lock when reading variable-numbered statsAndres Freund
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move transactional code into pgstat_xact.c.Andres Freund
2022-03-21pgstat: split different types of stats into separate files.Andres Freund