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
/
backend
/
utils
/
activity
/
pgstat_wal.c
Age
Commit message (
Expand
)
Author
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-03-03
Handle auxiliary processes in SQL functions of backend statistics
Michael Paquier
2025-02-26
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
Remove pgstat_flush_wal()
Michael Paquier
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
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-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-26
Fix behavior of "force" in pgstat_report_wal()
Michael Paquier
2023-05-02
Fix typos in comments
Michael Paquier
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-06
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-04
pgstat: consistent function comment formatting.
Andres Freund
2022-03-21
pgstat: split different types of stats into separate files.
Andres Freund