index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
RewindTest.pm
Commit message (
Expand
)
Author
Age
*
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Add pg_rewind --no-sync
Michael Paquier
2018-07-10
*
Use $Test::Builder::Level in TAP test functions
Peter Eisentraut
2018-07-01
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2018-02-24
*
Refactor subscription tests to use PostgresNode's wait_for_catchup
Peter Eisentraut
2018-01-11
*
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-11-02
*
Support retaining data dirs on successful TAP tests
Peter Eisentraut
2017-09-05
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
Use pg_ctl promote -w in TAP tests
Peter Eisentraut
2016-10-19
*
Add tests for various connection string issues
Peter Eisentraut
2016-09-22
*
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
*
Move some code from RewindTest into PostgresNode
Alvaro Herrera
2016-02-26
*
PostgresNode: Add names to nodes
Alvaro Herrera
2016-01-20
*
Fix typo in comment.
Robert Haas
2016-01-04
*
Refactor Perl test code
Alvaro Herrera
2015-12-02
*
In the pg_rewind test suite, receive WAL fully before promoting.
Noah Misch
2015-09-07
*
More fixes to allow pg_rewind tests to run on Msys.
Andrew Dunstan
2015-08-11
*
Allow pg_rewind tap tests to run with older File::Path versions
Andrew Dunstan
2015-08-05
*
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-08-03
*
Clean up pg_rewind regression test script.
Heikki Linnakangas
2015-08-03
*
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-29
*
Make tap tests store postmaster logs and handle vpaths correctly
Andrew Dunstan
2015-07-28
*
Use --debug flag in "remote" pg_rewind regression tests.
Heikki Linnakangas
2015-07-09
*
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix pg_rewind regression failure after "fast promotion"
Heikki Linnakangas
2015-04-30
*
Make the pg_rewind regression tests more robust on slow systems.
Heikki Linnakangas
2015-04-22
*
Don't leave 'tmp_check' directory behind in pg_rewind regression tests.
Heikki Linnakangas
2015-04-22
*
Shut down test servers after pg_rewind regression tests.
Heikki Linnakangas
2015-04-15
*
Fix pg_rewind regression tests in VPATH builds
Heikki Linnakangas
2015-04-13
*
Refactor and fix TAP tests of pg_rewind
Heikki Linnakangas
2015-04-13
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23