index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
pgstat_internal.h
Commit message (
Expand
)
Author
Age
*
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
*
Add inline incremental hash functions for in-memory use
John Naylor
2024-01-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
*
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-13
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
*
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21