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
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
/
pgstat.h
Age
Commit message (
Expand
)
Author
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-16
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-02-28
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-26
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
Re-add GUC track_wal_io_timing
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-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-16
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-14
Bump PGSTAT_FILE_FORMAT_ID
Michael Paquier
2025-01-14
Move information about pgstats kinds into its own header pgstat_kind.h
Michael Paquier
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
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-12-12
Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-01
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-01
Add redo LSN to pgstats files
Michael Paquier
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-03-31
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
Andres Freund
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-23
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-02-27
Suppress compiler warnings in new pgstats code.
Tom Lane
[next]