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