summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
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
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-07Fix instability in 031_recovery_conflict.pl.Thomas Munro
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-06-21Disable use of archiving in 009_twophase.plMichael Paquier
2023-06-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-09Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila