summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
2026-08-14Refactor PgStat_TableStatus to new PgStat_RelationStatusMichael Paquier
2026-08-12Move index statistics into their own stats kindMichael Paquier
2026-06-30Add backend-level lock statisticsMichael Paquier
2026-06-30Change stat_lock.wait_time to double precisionMichael Paquier
2026-04-09Fix double-free in pg_stat_autovacuum_scores.Nathan Bossart
2026-04-05Convert all remaining subsystems to use the new shmem allocation APIHeikki Linnakangas
2026-03-24Add support for lock statistics in pgstatsMichael Paquier
2026-03-06Don't include wait_event.h in pgstat.hÁlvaro Herrera
2026-02-26Reduce includes in pgstat.hÁlvaro Herrera
2026-02-20Avoid including worker_internal.h in pgstat.h.Amit Kapila
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-17Change pgstat_report_vacuum() to use RelationMichael Paquier
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-09-25Don't include execnodes.h in replication/conflict.hÁlvaro Herrera
2025-09-02Generate pgstat_count_slru*() functions for slru using macrosMichael Paquier
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
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