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
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Fix translatable string
Alvaro Herrera
2017-09-04
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
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
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Remove useless trailing spaces in queries in C strings
Peter Eisentraut
2017-04-13
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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