summaryrefslogtreecommitdiff
path: root/src/backend/backup/basebackup_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-1/+3
| | | | | | | | | Mainly move some detail from errmsg to errdetail, remove explicit mention of superuser where appropriate, since that is implied in most permission checks, and make messages more uniform. Author: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://www.postgresql.org/message-id/20230316234701.GA903298@nathanxps13
* Message style improvementsPeter Eisentraut2022-09-241-2/+2
|
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-101-0/+309
Reviewed by David Steele and Justin Pryzby Discussion: http://postgr.es/m/CA+TgmoafqboATDSoXHz8VLrSwK_MDhjthK4hEpYjqf9_1Fmczw%40mail.gmail.com