summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
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
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