summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/fetch.c
AgeCommit message (Expand)Author
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-15Minor cleanup of pg_rewind.Heikki Linnakangas
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas