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