index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
/
pgstat_io.c
Commit message (
Expand
)
Author
Age
*
Fix copy-paste error related to the autovacuum launcher in pgstat_io.c
Michael Paquier
2025-03-19
*
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-18
*
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-05
*
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-26
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-04
*
Improve comment on top of pgstat_count_io_op_time()
Michael Paquier
2025-02-03
*
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
*
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-17
*
Remove assertion in pgstat_count_io_op()
Michael Paquier
2025-01-14
*
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-14
*
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-10
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Add backend-level statistics to pgstats
Michael Paquier
2024-12-19
*
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-14
*
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-09
*
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-11
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-18
*
Add writeback to pg_stat_io
Andres Freund
2023-05-17
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Track IO times in pg_stat_io
Andres Freund
2023-04-07
*
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
*
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
*
Suppress more compiler warnings in new pgstats code.
Tom Lane
2023-02-28
*
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-27
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08