aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/pgstat_io.c
Commit message (Expand)AuthorAge
* Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier2025-03-19
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Improve comment on top of pgstat_count_io_op_time()Michael Paquier2025-02-03
* Rework handling of pending data for backend statisticsMichael Paquier2025-01-21
* Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier2025-01-17
* Remove assertion in pgstat_count_io_op()Michael Paquier2025-01-14
* Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier2025-01-14
* Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier2025-01-10
* Refactor some code related to backend statisticsMichael Paquier2025-01-10
* Update copyright for 2025Bruce Momjian2025-01-01
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas2024-11-14
* Add callbacks to control flush of fixed-numbered statsMichael Paquier2024-09-09
* Add PgStat_KindInfo.init_shmem_cbMichael Paquier2024-07-11
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Update copyright for 2024Bruce Momjian2024-01-03
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier2023-12-16
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Count write times when extending relation files for shared buffersMichael Paquier2023-10-18
* Add writeback to pg_stat_ioAndres Freund2023-05-17
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* Track IO times in pg_stat_ioAndres Freund2023-04-07
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* Suppress more compiler warnings in new pgstats code.Tom Lane2023-02-28
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-27
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08