index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
RewindTest.pm
Age
Commit message (
Expand
)
Author
2019-02-07
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-01-13
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-07-10
Add pg_rewind --no-sync
Michael Paquier
2018-07-01
Use $Test::Builder::Level in TAP test functions
Peter Eisentraut
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-02-24
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2018-01-11
Refactor subscription tests to use PostgresNode's wait_for_catchup
Peter Eisentraut
2017-11-02
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-09-05
Support retaining data dirs on successful TAP tests
Peter Eisentraut
2017-08-10
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2016-10-19
Use pg_ctl promote -w in TAP tests
Peter Eisentraut
2016-09-22
Add tests for various connection string issues
Peter Eisentraut
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-02-26
Move some code from RewindTest into PostgresNode
Alvaro Herrera
2016-01-20
PostgresNode: Add names to nodes
Alvaro Herrera
2016-01-04
Fix typo in comment.
Robert Haas
2015-12-02
Refactor Perl test code
Alvaro Herrera
2015-09-07
In the pg_rewind test suite, receive WAL fully before promoting.
Noah Misch
2015-08-11
More fixes to allow pg_rewind tests to run on Msys.
Andrew Dunstan
2015-08-05
Allow pg_rewind tap tests to run with older File::Path versions
Andrew Dunstan
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-08-03
Clean up pg_rewind regression test script.
Heikki Linnakangas
2015-07-29
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-28
Make tap tests store postmaster logs and handle vpaths correctly
Andrew Dunstan
2015-07-09
Use --debug flag in "remote" pg_rewind regression tests.
Heikki Linnakangas
2015-07-09
Improve logging of TAP tests.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-30
Fix pg_rewind regression failure after "fast promotion"
Heikki Linnakangas
2015-04-22
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-15
Shut down test servers after pg_rewind regression tests.
Heikki Linnakangas
2015-04-13
Fix pg_rewind regression tests in VPATH builds
Heikki Linnakangas
2015-04-13
Refactor and fix TAP tests of pg_rewind
Heikki Linnakangas
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas