summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-041-3/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+12
* Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund2019-09-301-1/+1
* pg_rewind: Allow writing recovery configurationAlvaro Herrera2019-09-301-1/+1
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-2/+2
* Remove pg_rewind's private logging.h/logging.c files.Tom Lane2019-05-141-1/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-141-4/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Use pg_rewind when target timeline was switchedTeodor Sigaev2015-12-011-1/+1
* Improve logging of TAP tests.Heikki Linnakangas2015-07-091-1/+1
* Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.Fujii Masao2015-06-121-1/+1
* Add missing installcheck target to pg_rewind's MakefileHeikki Linnakangas2015-04-211-0/+3
* Refactor and fix TAP tests of pg_rewindHeikki Linnakangas2015-04-131-3/+2
* Clean up all the cruft after a pg_rewind test run.Tom Lane2015-03-291-1/+1
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-231-0/+52