summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup_copy.c
AgeCommit message (Expand)Author
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-04Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-02-10Remove server support for the previous base backup protocol.Robert Haas
2022-01-20Support base backup targets.Robert Haas
2022-01-19Fix alignment problem with bbsink_copystream buffer.Robert Haas
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas