postgresql/src/bin/pg_rewind
Tom Lane a9246fbf66 Remove unnecessary row ordering dependency in pg_rewind test suite.
t/002_databases.pl was expecting to see a specific physical order of the
rows in pg_database.  I broke that in HEAD with commit 01e386a325,
but I'd say it's a pretty fragile test methodology in any case, so fix
it in 9.5 as well.
2015-12-24 11:38:31 -05:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
t Remove unnecessary row ordering dependency in pg_rewind test suite. 2015-12-24 11:38:31 -05:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
copy_fetch.c pg_rewind: Improve message wording 2015-06-22 20:40:41 -04:00
datapagemap.c Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
datapagemap.h Remove unreferenced function declarations. 2015-12-17 20:21:42 -05:00
fetch.c Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
fetch.h Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
file_ops.c pg_rewind: Improve some messages 2015-10-01 21:42:00 -04:00
file_ops.h Add pg_rewind, for re-synchronizing a master server after failback. 2015-03-23 19:47:52 +02:00
filemap.c Fix pg_rewind when pg_xlog is a symlink. 2015-08-03 15:32:06 +03:00
filemap.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
libpq_fetch.c pg_rewind: Improve some messages 2015-10-01 21:42:00 -04:00
logging.c Minor cleanup of pg_rewind. 2015-04-15 22:52:00 +03:00
logging.h Fix some issues in pg_rewind. 2015-06-11 22:31:18 +09:00
Makefile Use pg_rewind when target timeline was switched 2015-12-01 18:56:44 +03:00
nls.mk Simplify GETTEXT_FILES list 2015-09-18 22:42:48 -04:00
parsexlog.c Use pg_rewind when target timeline was switched 2015-12-01 18:56:44 +03:00
pg_rewind.c pg_rewind: Don't error if the two clusters are already on the same timeline 2015-12-11 18:32:03 -05:00
pg_rewind.h Use pg_rewind when target timeline was switched 2015-12-01 18:56:44 +03:00
RewindTest.pm Refactor Perl test code 2015-12-02 18:46:16 -03:00
timeline.c pg_rewind: Improve some messages 2015-10-01 21:42:00 -04:00