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