summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/pgstat_wal.c
AgeCommit message (Expand)Author
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-03Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-17Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-26Fix behavior of "force" in pgstat_report_wal()Michael Paquier
2023-05-02Fix typos in commentsMichael Paquier
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-06pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund
2022-04-04pgstat: consistent function comment formatting.Andres Freund
2022-03-21pgstat: split different types of stats into separate files.Andres Freund