summaryrefslogtreecommitdiff
path: root/contrib/basic_archive
AgeCommit message (Expand)Author
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-03In basic_archive tests, insist on wal_level='replica'.Robert Haas
2022-02-03Allow archiving via loadable modules.Robert Haas