aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/libpq_fetch.c
Commit message (Expand)AuthorAge
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-29
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Fix translatable stringAlvaro Herrera2017-09-04
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* pg_rewind: Fix some problems when copying files >2GB.Robert Haas2017-07-21
* pg_rewind: Fix busted sanity check.Robert Haas2017-07-21
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove useless trailing spaces in queries in C stringsPeter Eisentraut2017-04-13
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Disable synchronous commits in pg_rewind.Heikki Linnakangas2016-10-06
* pgindent run for 9.6Robert Haas2016-06-09
* Update copyright for 2016Bruce Momjian2016-01-02
* pg_rewind: Improve some messagesPeter Eisentraut2015-10-01
* Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas2015-07-27
* Fix assorted memory leaks.Tom Lane2015-07-12
* Don't choke on files that are removed while pg_rewind runs.Heikki Linnakangas2015-06-28
* Add missing newline to debug-message.Heikki Linnakangas2015-06-23
* pg_rewind: Improve message wordingPeter Eisentraut2015-06-22
* Fix some issues in pg_rewind.Fujii Masao2015-06-11
* Minor cleanup of pg_rewind.Heikki Linnakangas2015-04-15
* Free leaked result set in pg_rewindHeikki Linnakangas2015-04-12
* Fix multiple bugs and infelicities in pg_rewind.Tom Lane2015-03-29
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-23