aboutsummaryrefslogtreecommitdiff
path: root/contrib/basic_archive
Commit message (Expand)AuthorAge
* Add built-in ERROR handling for archive callbacks.Nathan Bossart2024-04-02
* Add macro for customizing an archiving WARNING message.Nathan Bossart2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* basic_archive: Fix comments related to NO_INSTALLCHECKMichael Paquier2023-12-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Redesign archive modulesMichael Paquier2023-02-17
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier2023-01-26
* Rename contrib module basic_archive to basic_wal_moduleMichael Paquier2023-01-25
* Constify the arguments of copydir.h functionsMichael Paquier2023-01-18
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* Fix calculation related to temporary WAL segment name in basic_archiveMichael Paquier2022-10-17
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-10
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-28
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* In basic_archive tests, insist on wal_level='replica'.Robert Haas2022-02-03
* Allow archiving via loadable modules.Robert Haas2022-02-03