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
/
libpq_fetch.c
Age
Commit message (
Expand
)
Author
2020-11-07
Fix redundant error messages in client tools
Peter Eisentraut
2020-07-15
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2019-08-28
Disable timeouts when running pg_rewind with online source cluster
Michael Paquier
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-03-29
Fix handling of files that source server removes during pg_rewind is running.
Fujii Masao
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-04
Fix translatable string
Alvaro Herrera
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-07-21
pg_rewind: Fix some problems when copying files >2GB.
Robert Haas
2017-07-21
pg_rewind: Fix busted sanity check.
Robert Haas
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-04-13
Remove useless trailing spaces in queries in C strings
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-06
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-01
pg_rewind: Improve some messages
Peter Eisentraut
2015-07-27
Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas
2015-07-12
Fix assorted memory leaks.
Tom Lane
2015-06-28
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-23
Add missing newline to debug-message.
Heikki Linnakangas
2015-06-22
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-04-15
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-12
Free leaked result set in pg_rewind
Heikki Linnakangas
2015-03-29
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas