summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-041-60/+0
* pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas2020-11-041-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-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Minor cleanup of pg_rewind.Heikki Linnakangas2015-04-151-2/+2
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-231-0/+61