summaryrefslogtreecommitdiff
path: root/contrib/basebackup_to_shell
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas2023-04-121-0/+5
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-53/+3
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* basebackup_to_shell: Add some const qualifiers for consistencyPeter Eisentraut2022-12-131-3/+3
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+22
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-101-1/+1
* Deal with paths containing \ and spaces in basebackup_to_shell testsAndres Freund2022-07-181-4/+7
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-122-47/+51
* Mark a few 'bbsink' related functions / variables static.Andres Freund2022-05-121-1/+1
* basebackup_to_shell: Add missing MarkGUCPrefixReserved()Michael Paquier2022-05-021-0/+2
* Use has_privs_for_roles for predefined role checks: round 2Joe Conway2022-04-021-2/+2
* In basebackup_to_shell tests, properly set up pg_hba.conf.Robert Haas2022-03-311-1/+6
* Add .gitignore for basebackup_to_shell.Tom Lane2022-03-301-0/+4
* basebackup_to_shell: Add TAP test.Robert Haas2022-03-302-0/+134
* Add 'basebackup_to_shell' contrib module.Robert Haas2022-03-152-0/+438