index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
pgstat_internal.h
Age
Commit message (
Expand
)
Author
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-02-26
Remove pgstat_flush_wal()
Michael Paquier
2025-01-31
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-08-05
Add helper routines to retrieve data for custom fixed-numbered pgstats
Michael Paquier
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-09
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-01
Use pgstat_kind_infos to read fixed shared statistics
Michael Paquier
2024-07-01
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-01-19
Add inline incremental hash functions for in-memory use
John Naylor
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-23
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
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-03-21
pgstat: split different types of stats into separate files.
Andres Freund