summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/libpq_source.c
Commit message (Expand)AuthorAgeFilesLines
* Fix overridden callbacks in pg_rewind.Daniel Gustafsson2023-05-021-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* pg_rewind: Fetch small files according to new size.Daniel Gustafsson2022-04-051-0/+32
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Don't use INT64_FORMAT inside message stringsPeter Eisentraut2021-04-211-4/+4
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas2020-11-121-85/+202
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-041-0/+526