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
/
libpq_fetch.c
Commit message (
Expand
)
Author
Age
*
Fix handling of files that source server removes during pg_rewind is running.
Fujii Masao
2018-03-29
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Fix translatable string
Alvaro Herrera
2017-09-07
*
pg_rewind: Fix some problems when copying files >2GB.
Robert Haas
2017-07-21
*
pg_rewind: Fix busted sanity check.
Robert Haas
2017-07-21
*
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
*
pg_rewind: Improve some messages
Peter Eisentraut
2015-10-01
*
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-27
*
Fix assorted memory leaks.
Tom Lane
2015-07-12
*
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-28
*
Add missing newline to debug-message.
Heikki Linnakangas
2015-06-23
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
*
Fix some issues in pg_rewind.
Fujii Masao
2015-06-11
*
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-15
*
Free leaked result set in pg_rewind
Heikki Linnakangas
2015-04-12
*
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-29
*
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas
2015-03-23