aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAge
* 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
* Test that invalidated logical slots doesn't retain WAL.Amit Kapila2023-05-04
* Fix typos in commentsMichael Paquier2023-05-02
* Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila2023-04-28
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-27
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-25
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-14
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-12
* 035_standby_logical_decoding: Add missing waits for replicationAndres Freund2023-04-11
* Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane2023-04-08
* TAP test for logical decoding on standbyAndres Freund2023-04-08
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch2023-04-02
* Force testing of query jumbling in 027_stream_regress.plMichael Paquier2023-03-03
* Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier2023-02-22
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-07
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-12
* Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.Noah Misch2022-10-29
* Fix recently added incorrect assertionAlvaro Herrera2022-10-24
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-19
* Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane2022-09-29
* Message style improvementsPeter Eisentraut2022-09-24