summaryrefslogtreecommitdiff
path: root/doc/src/sgml/monitoring.sgml
AgeCommit message (Expand)Author
5 daysdoc: Mention cost-based delays for total_[auto]{vacuum,analyze}_timeMichael Paquier
5 daysdoc: Add missing reference to track_cost_delay_timing.Nathan Bossart
14 daysDoc: fix incorrect punctuationDavid Rowley
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-03-30docs: Reframe track_io_timing related docs as wait timeAndres Freund
2025-03-26doc: Mention possible ephemeral discrepancies in pg_stat_activityMichael Paquier
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-04Split pgstat_bestart() into three different routinesMichael 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-21doc: clarify default checksum behavior in non-master branchesBruce Momjian
2025-02-20doc: Add details about object "wal" in pg_stat_ioMichael Paquier
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
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-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2024-12-19Add backend-level statistics to pgstatsMichael 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-30docs: Enhance the pg_stat_checkpointer view documentation.Fujii Masao
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-18docs: Improve the description of num_timed column in pg_stat_checkpointer.Fujii Masao
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-07-10Revamp documentation for predefined roles.Nathan Bossart
2024-07-10doc: Update track_io_timing documentation to mention pg_stat_io.Fujii Masao
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-03docs: Demote "Monitoring Disk Usage" from chapter to section.Robert Haas
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-14Improve documentation for pg_stat_checkpointer fieldsAlexander Korotkov
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-06doc: Spell I/O consistentlyMichael Paquier
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-18More documentation updates for incremental backup.Robert Haas
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-18Provide vectored variants of smgrread() and smgrwrite().Thomas Munro
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-15doc: Improve description of targets for pg_stat_reset_shared()Michael Paquier
2023-11-14Add support for pg_stat_reset_slru without argumentMichael Paquier
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier