summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rules.out
AgeCommit message (Expand)Author
9 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
12 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
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-08-05Add backup_type column to pg_stat_progress_basebackup.Masahiko Sawada
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-07-09Introduce pg_dsm_registry_allocations view.Nathan Bossart
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-01aio: Add pg_aios viewAndres Freund
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael 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-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-05-06Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
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-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-15Reduce dependency to money data type in main regression test suiteMichael Paquier
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-08-20Add system view pg_wait_eventsMichael Paquier