summaryrefslogtreecommitdiff
path: root/contrib/basic_archive/basic_archive.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-04-03Add built-in ERROR handling for archive callbacks.Nathan Bossart
2024-03-04Add macro for customizing an archiving WARNING message.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-02-17Redesign archive modulesMichael Paquier
2023-02-09Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-01-26Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier
2023-01-25Rename contrib module basic_archive to basic_wal_moduleMichael Paquier
2023-01-17Constify the arguments of copydir.h functionsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-17Fix calculation related to temporary WAL segment name in basic_archiveMichael Paquier
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-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-03Allow archiving via loadable modules.Robert Haas