summaryrefslogtreecommitdiff
path: root/contrib/basebackup_to_shell
AgeCommit message (Expand)Author
12 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-21meson: Make gzip and tar optionalPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-12basebackup_to_shell: Check for a NULL return from OpenPipeStream.Robert Haas
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-13basebackup_to_shell: Add some const qualifiers for consistencyPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-07-18Deal with paths containing \ and spaces in basebackup_to_shell testsAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-02basebackup_to_shell: Add missing MarkGUCPrefixReserved()Michael Paquier
2022-04-02Use has_privs_for_roles for predefined role checks: round 2Joe Conway
2022-03-31In basebackup_to_shell tests, properly set up pg_hba.conf.Robert Haas
2022-03-30Add .gitignore for basebackup_to_shell.Tom Lane
2022-03-30basebackup_to_shell: Add TAP test.Robert Haas
2022-03-15Add 'basebackup_to_shell' contrib module.Robert Haas