summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/Makefile
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-30Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund
2019-09-30pg_rewind: Allow writing recovery configurationAlvaro Herrera
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.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-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-01Use pg_rewind when target timeline was switchedTeodor Sigaev
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-06-12Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.Fujii Masao
2015-04-21Add missing installcheck target to pg_rewind's MakefileHeikki Linnakangas
2015-04-13Refactor and fix TAP tests of pg_rewindHeikki Linnakangas
2015-03-30Clean up all the cruft after a pg_rewind test run.Tom Lane
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas