aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/001_stream_rep.pl
Commit message (Expand)AuthorAge
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* Fix slot data persistency when advancing physical replication slotsMichael Paquier2020-01-30
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-18
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane2017-08-12
* Fix yet another race condition in recovery/t/001_stream_rep.pl.Tom Lane2017-08-08
* Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane2017-07-05
* Clean up misuse and nonuse of poll_query_until().Tom Lane2017-07-01
* Eat XIDs more efficiently in recovery TAP test.Tom Lane2017-06-28
* Improve wait logic in TAP tests for streaming replication.Tom Lane2017-06-26
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-22
* Change 'diag' to 'note' in TAP testsPeter Eisentraut2017-03-28
* TAP tests for target_session_attrs connection parameter.Robert Haas2017-02-26
* Reset hot standby xmin on master after restartSimon Riggs2017-01-26
* Add 18 new recovery TAP testsSimon Riggs2017-01-04
* Allow PostgresNode.pm tests to wait for catchupSimon Riggs2017-01-04
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix assorted problems in recovery testsAlvaro Herrera2016-08-03
* Consistently capitalize names of recovery testsPeter Eisentraut2016-08-02
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* Rework PostgresNode's psql methodAlvaro Herrera2016-03-03
* Apply last revision of recovery patchAlvaro Herrera2016-02-26
* Add a test framework for recoveryAlvaro Herrera2016-02-26