summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
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
2023-05-04Test that invalidated logical slots doesn't retain WAL.Amit Kapila
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila
2023-04-27Add a test to verify that subscription to the standby works.Amit Kapila
2023-04-25Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila
2023-04-14Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-11035_standby_logical_decoding: Add missing waits for replicationAndres Freund
2023-04-08Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-02Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch
2023-03-03Force testing of query jumbling in 027_stream_regress.plMichael Paquier
2023-02-22Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-29Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.Noah Misch
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-09-29Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-01Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier
2022-08-01Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-23Doc: update recovery/README.Tom Lane
2022-07-07Clean up some includes and comments in TAP test scriptsMichael Paquier
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-02Fix race condition in t/028_pitr_timelines.pl.Noah Misch
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch