summaryrefslogtreecommitdiff
path: root/contrib/basic_archive
Commit message (Expand)AuthorAgeFilesLines
* Redesign archive modulesMichael Paquier2023-02-171-13/+73
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-081-2/+0
* Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier2023-01-267-0/+484
* Rename contrib module basic_archive to basic_wal_moduleMichael Paquier2023-01-257-484/+0
* Constify the arguments of copydir.h functionsMichael Paquier2023-01-181-1/+1
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+3
* Fix calculation related to temporary WAL segment name in basic_archiveMichael Paquier2022-10-172-3/+4
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+23
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-201-2/+2
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-3/+0
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-051-2/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-25/+26
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-101-2/+2
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-281-3/+2
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-281-2/+3
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* In basic_archive tests, insist on wal_level='replica'.Robert Haas2022-02-031-0/+1
* Allow archiving via loadable modules.Robert Haas2022-02-036-0/+449