index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
RewindTest.pm
Age
Commit message (
Expand
)
Author
2017-08-11
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-24
pgindent run for 9.5
Bruce Momjian
2015-05-01
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