Commit Graph

468 Commits (3edaf29fa5e0d4fd6419c7eb73fd6df5b0406789)

Author SHA1 Message Date
Amit Kapila 3edaf29fa5 Rename two columns in pg_stat_subscription_stats. 4 weeks ago
Amit Kapila 55cefadde8 Doc: Add documentation for sequence synchronization. 1 month ago
Amit Kapila f6a4c498dc Add seq_sync_error_count to subscription statistics. 1 month ago
David Rowley 49d43faa83 Doc: use uppercase keywords in SQLs 1 month ago
Michael Paquier f9a09aa295 Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() 2 months ago
Fujii Masao e64aa1a39d doc: Clarify when backend_xmin in pg_stat_replication can be NULL. 2 months ago
Masahiko Sawada d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots. 2 months ago
Michael Paquier b71bae41a0 Add stats_reset to pg_stat_user_functions 2 months ago
Daniel Gustafsson 8c2d5d4f11 doc: Add missing parenthesis in pg_stat_progress_analyze docs 2 months ago
Michael Paquier a5b543258a Add stats_reset to pg_stat_all_{tables,indexes} and related views 2 months ago
Masahiko Sawada deb674454c Add backup_type column to pg_stat_progress_basebackup. 4 months ago
Amit Kapila fd5a1a0c3e Detect and report update_deleted conflicts. 5 months ago
Fujii Masao 7c3b591af3 doc: Clarify that total_vacuum_time excludes VACUUM FULL. 5 months ago
Michael Paquier 92ee8a4df5 doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_time 8 months ago
Nathan Bossart 2d6745a66b doc: Add missing reference to track_cost_delay_timing. 8 months ago
David Rowley d010cc6cca Doc: fix incorrect punctuation 8 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 9 months ago
Andres Freund b27f8637ea docs: Reframe track_io_timing related docs as wait time 9 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 9 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 9 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 9 months ago
Michael Paquier 76def4cdd7 Add WAL data to backend statistics 9 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 10 months ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 10 months ago
Michael Paquier c76db55c90 Split pgstat_bestart() into three different routines 10 months ago
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 10 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 10 months ago
Bruce Momjian 901a1cf8b4 doc: clarify default checksum behavior in non-master branches 10 months ago
Michael Paquier 4538bd3f1d doc: Add details about object "wal" in pg_stat_io 10 months ago
Nathan Bossart bb8dff9995 Add cost-based vacuum delay time to progress views. 10 months ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 11 months ago
Michael Paquier 30a6ed0ce4 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze 11 months ago
Michael Paquier f92c854cf4 Make pg_stat_io count IOs as bytes instead of blocks for some operations 11 months ago
Michael Paquier 9aea73fc61 Add backend-level statistics to pgstats 1 year ago
Michael Paquier e7a9496de9 Add two attributes to pg_stat_database for parallel workers activity 1 year ago
Fujii Masao 17cc5f666f Fix inconsistent reporting of checkpointer stats. 1 year ago
Fujii Masao a19f83f879 docs: Enhance the pg_stat_checkpointer view documentation. 1 year ago
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 1 year ago
David Rowley 62ddf7ee9a Add ONLY support for VACUUM and ANALYZE 1 year ago
Fujii Masao a7c39db5eb docs: Improve the description of num_timed column in pg_stat_checkpointer. 1 year ago
Amit Kapila 6c2b5edecc Collect statistics about conflicts in logical replication. 1 year ago
Nathan Bossart cc2236854e Revamp documentation for predefined roles. 1 year ago
Fujii Masao 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. 1 year ago
Noah Misch bb93640a68 Add wait event type "InjectionPoint", a custom type like "Extension". 1 year ago
Masahiko Sawada f1affb6705 Reintroduce dead tuple counter in pg_stat_progress_vacuum. 2 years ago
Peter Geoghegan 5bf748b86b Enhance nbtree ScalarArrayOp execution. 2 years ago
Robert Haas f470b5c679 docs: Demote "Monitoring Disk Usage" from chapter to section. 2 years ago
Masahiko Sawada 667e65aac3 Use TidStore for dead tuple TIDs storage during lazy vacuum. 2 years ago
Daniel Gustafsson 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 6acb0a628e Add notBefore and notAfter to SSL cert info display 2 years ago