aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAge
* Add basic TAP tests for the low-level backup method, take twoMichael Paquier2024-03-15
* Revert "Add basic TAP tests for the low-level backup method"Michael Paquier2024-03-14
* Add basic TAP tests for the low-level backup methodMichael Paquier2024-03-14
* Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila2024-03-13
* Keep replication slot statistics on invalidationMichael Paquier2024-03-12
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier2024-03-07
* Add recovery TAP test for race condition with slot invalidationsMichael Paquier2024-03-06
* Rework redundant code in subtrans.cAlvaro Herrera2024-03-05
* Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-03-04
* Add regression test for restart points during promotionMichael Paquier2024-03-04
* Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila2024-03-01
* Fixups for commit 93db6cbda0.Amit Kapila2024-02-29
* Fix BF failure in commit 93db6cbda0.Amit Kapila2024-02-22
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila2024-02-22
* Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch2024-02-19
* Bound waits in 035_standby_logical_decoding.pl.Noah Misch2024-02-19
* Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila2024-02-16
* Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila2024-02-16
* Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila2024-02-15
* Fix BF introduced in commit ddd5f4f54a.Amit Kapila2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Make spelling of cancelled/cancellation consistentAlvaro Herrera2024-01-26
* Improve stability of recovery test 035_standby_logical_decodingMichael Paquier2024-01-23
* Add copyright notices to a few perl scripts that don't have themAndrew Dunstan2024-01-05
* Track conflict_reason in pg_replication_slots.Amit Kapila2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Fix a warning in Perl test codePeter Eisentraut2023-12-27
* Add PostgreSQL::Test::Cluster::advance_walMichael Paquier2023-12-21
* Remove distprepPeter Eisentraut2023-11-06
* Introduce pg_stat_checkpointerMichael Paquier2023-10-30
* Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier2023-10-20
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier2023-10-03
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro2023-09-23
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Fix instability in 031_recovery_conflict.pl.Thomas Munro2023-09-07
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Disable use of archiving in 009_twophase.plMichael Paquier2023-06-21
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila2023-05-09