summaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAgeFilesLines
* Fix the race condition in the test case added by commit a6e04b1d20.Amit Kapila2023-05-091-18/+18
* Test that invalidated logical slots doesn't retain WAL.Amit Kapila2023-05-041-2/+36
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Improve one of the test cases in 035_standby_logical_decoding.pl.Amit Kapila2023-04-281-5/+10
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-271-2/+89
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-251-2/+0
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-142-0/+137
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-121-2/+2
* 035_standby_logical_decoding: Add missing waits for replicationAndres Freund2023-04-111-0/+6
* Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane2023-04-081-1/+1
* TAP test for logical decoding on standbyAndres Freund2023-04-082-0/+735
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-072-75/+28
* Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch2023-04-021-5/+4
* Force testing of query jumbling in 027_stream_regress.plMichael Paquier2023-03-033-2/+36
* Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier2023-02-222-0/+46
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-135-49/+26
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-071-0/+5
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-312-64/+0
* Update copyright for 2023Bruce Momjian2023-01-0233-33/+33
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-122-14/+0
* Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.Noah Misch2022-10-291-0/+7
* Fix recently added incorrect assertionAlvaro Herrera2022-10-241-0/+14
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-191-0/+14
* Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane2022-09-291-6/+9
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+43
* Update another comment still referring to pg_start/stop_backup()Peter Eisentraut2022-08-251-1/+1
* Improve recently-added test reliabilityAlvaro Herrera2022-08-061-25/+12
* Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier2022-08-011-1/+1
* Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier2022-08-011-0/+55
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-291-1/+1
* Fix test instabilityAlvaro Herrera2022-07-291-1/+3
* Fix replay of create database records on standbyAlvaro Herrera2022-07-281-0/+169
* Doc: update recovery/README.Tom Lane2022-07-231-1/+1
* Clean up some includes and comments in TAP test scriptsMichael Paquier2022-07-072-4/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-1/+1
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-051-9/+4
* Fix race condition in t/028_pitr_timelines.pl.Noah Misch2022-07-011-0/+7
* Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch2022-06-251-1/+2
* Fix slow animal timeouts in 032_relfilenode_reuse.pl.Thomas Munro2022-05-141-6/+8
* Pre-beta mechanical code beautification.Tom Lane2022-05-1211-122/+170
* Fix race in 032_relfilenode_reuse.pl.Thomas Munro2022-05-081-3/+5
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-072-1/+234
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-041-0/+11
* Add tests for recovery deadlock conflicts.Andres Freund2022-05-021-7/+79
* Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier2022-04-181-2/+5
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-181-5/+22
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-161-2/+28
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-141-0/+10