]> granicus.if.org Git - postgresql/history - src/bin/pg_rewind
In the pg_rewind test suite, receive WAL fully before promoting.
[postgresql] / src / bin / pg_rewind /
2015-09-07 Noah MischIn the pg_rewind test suite, receive WAL fully before...
2015-08-11 Andrew DunstanMore fixes to allow pg_rewind tests to run on Msys.
2015-08-05 Andrew DunstanAllow pg_rewind tap tests to run with older File::Path...
2015-08-03 Heikki LinnakangasFix pg_rewind when pg_xlog is a symlink.
2015-08-03 Heikki LinnakangasClean up pg_rewind regression test script.
2015-07-29 Heikki LinnakangasMake TAP tests work on Windows.
2015-07-28 Andrew DunstanMake tap tests store postmaster logs and handle vpaths...
2015-07-27 Heikki LinnakangasFix memory leaks in pg_rewind. Several PQclear() calls...
2015-07-12 Tom LaneFix assorted memory leaks.
2015-07-09 Heikki LinnakangasUse --debug flag in "remote" pg_rewind regression tests.
2015-07-09 Heikki LinnakangasImprove logging of TAP tests.
2015-06-29 Peter EisentrautTranslation updates
2015-06-28 Heikki LinnakangasDon't choke on files that are removed while pg_rewind...
2015-06-23 Heikki LinnakangasAdd missing newline to debug-message.
2015-06-23 Peter Eisentrautpg_rewind: Improve message wording
2015-06-12 Fujii MasaoClean up useless mention of RMGRDESCSOURCES in pg_rewin...
2015-06-11 Fujii MasaoFix some issues in pg_rewind.
2015-05-28 Tom LaneFix pg_rewind's handling of top-level symlinks.
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-01 Heikki LinnakangasFix pg_rewind regression failure after "fast promotion"
2015-04-22 Heikki LinnakangasMake the pg_rewind regression tests more robust on...
2015-04-22 Heikki LinnakangasDon't leave 'tmp_check' directory behind in pg_rewind...
2015-04-21 Heikki LinnakangasAdd missing installcheck target to pg_rewind's Makefile
2015-04-16 Heikki LinnakangasAdd missing newlines to error messages.
2015-04-15 Heikki LinnakangasError out in pg_rewind if lstat() fails.
2015-04-15 Heikki LinnakangasMinor cleanup of pg_rewind.
2015-04-15 Heikki LinnakangasShut down test servers after pg_rewind regression tests.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-13 Heikki LinnakangasFix pg_rewind regression tests in VPATH builds
2015-04-13 Heikki LinnakangasRefactor and fix TAP tests of pg_rewind
2015-04-13 Fujii MasaoSilence gettext warning about '\r' escape sequence...
2015-04-12 Heikki LinnakangasFree leaked result set in pg_rewind
2015-04-08 Fujii MasaoAdd file_ops.c to GETTEXT_FILES in nls.mk.
2015-04-08 Fujii MasaoMark the second argument of pg_log as the translatable...
2015-04-07 Tom LaneFix assorted inconsistent function declarations.
2015-04-07 Heikki LinnakangasFix reporting of missing or invalid command line argume...
2015-04-07 Heikki LinnakangasFix process startup in pg_rewind.
2015-04-03 Fujii MasaoFix error handling of XLogReaderAllocate in case of OOM
2015-03-30 Tom LaneClean up all the cruft after a pg_rewind test run.
2015-03-30 Tom LaneFix multiple bugs and infelicities in pg_rewind.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-23 Heikki LinnakangasAdd pg_rewind, for re-synchronizing a master server...