summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/libpq_fetch.c
Commit message (Expand)AuthorAgeFilesLines
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-041-543/+0
* pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas2020-11-041-2/+2
* Refactor pg_rewind for more clear decision making.Heikki Linnakangas2020-11-041-4/+8
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Fix handling of missing files when using pg_rewind with online sourceMichael Paquier2020-07-151-5/+10
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Improve use of prepositions in messagesPeter Eisentraut2020-05-081-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-4/+3
* pg_rewind: Allow writing recovery configurationAlvaro Herrera2019-09-301-2/+1
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-281-11/+26
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-041-8/+2
* Initial pgindent run for v12.Tom Lane2019-05-221-2/+2
* Remove pg_rewind's private logging.h/logging.c files.Tom Lane2019-05-141-2/+0
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-18/+19
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-091-1/+0
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-081-1/+1
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-291-3/+7
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-261-0/+7
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-27/+2
* Fix translatable stringAlvaro Herrera2017-09-041-2/+8
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-4/+4
* pg_rewind: Fix some problems when copying files >2GB.Robert Haas2017-07-211-12/+35
* pg_rewind: Fix busted sanity check.Robert Haas2017-07-211-2/+2
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-111-2/+2
* Remove useless trailing spaces in queries in C stringsPeter Eisentraut2017-04-131-1/+1
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-091-2/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Disable synchronous commits in pg_rewind.Heikki Linnakangas2016-10-061-0/+14
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pg_rewind: Improve some messagesPeter Eisentraut2015-10-011-3/+3
* Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas2015-07-271-0/+5
* Fix assorted memory leaks.Tom Lane2015-07-121-2/+6
* Don't choke on files that are removed while pg_rewind runs.Heikki Linnakangas2015-06-281-7/+30
* Add missing newline to debug-message.Heikki Linnakangas2015-06-231-1/+1
* pg_rewind: Improve message wordingPeter Eisentraut2015-06-221-15/+15
* Fix some issues in pg_rewind.Fujii Masao2015-06-111-2/+2
* Minor cleanup of pg_rewind.Heikki Linnakangas2015-04-151-1/+1
* Free leaked result set in pg_rewindHeikki Linnakangas2015-04-121-0/+1
* Fix multiple bugs and infelicities in pg_rewind.Tom Lane2015-03-291-0/+4
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-231-0/+464