summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-04-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-10Fix a test in failover slots regression test.Amit Kapila
2024-04-08Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync.Amit Kapila
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
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-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Revert "Add basic TAP tests for the low-level backup method"Michael Paquier
2024-03-14Add basic TAP tests for the low-level backup methodMichael Paquier
2024-03-13Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila
2024-03-12Keep replication slot statistics on invalidationMichael Paquier
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-07Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier
2024-03-06Add recovery TAP test for race condition with slot invalidationsMichael Paquier
2024-03-05Rework redundant code in subtrans.cAlvaro Herrera
2024-03-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-03-04Add regression test for restart points during promotionMichael Paquier
2024-03-01Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-22Fix BF failure in commit 93db6cbda0.Amit Kapila
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-22Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila
2024-02-19Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch
2024-02-19Bound waits in 035_standby_logical_decoding.pl.Noah Misch
2024-02-16Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila
2024-02-16Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila
2024-02-15Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila
2024-02-14Fix BF introduced in commit ddd5f4f54a.Amit Kapila
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-23Improve stability of recovery test 035_standby_logical_decodingMichael Paquier
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-27Fix a warning in Perl test codePeter Eisentraut
2023-12-21Add PostgreSQL::Test::Cluster::advance_walMichael Paquier
2023-11-06Remove distprepPeter Eisentraut
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-20Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-02Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro