aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup_copy.c
Commit message (Expand)AuthorAge
* Refactor sending of DataRow messages in replication protocolPeter Eisentraut2022-07-06
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut2022-07-04
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Mark a few 'bbsink' related functions / variables static.Andres Freund2022-05-12
* Remove server support for the previous base backup protocol.Robert Haas2022-02-10
* Support base backup targets.Robert Haas2022-01-20
* Fix alignment problem with bbsink_copystream buffer.Robert Haas2022-01-19
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-18
* Update copyright for 2022Bruce Momjian2022-01-07
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05