index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
basic_archive
Commit message (
Expand
)
Author
Age
*
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-07-22
*
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Add built-in ERROR handling for archive callbacks.
Nathan Bossart
2024-04-02
*
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
basic_archive: Fix comments related to NO_INSTALLCHECK
Michael Paquier
2023-12-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
*
Revert "Rename contrib module basic_archive to basic_wal_module"
Michael Paquier
2023-01-26
*
Rename contrib module basic_archive to basic_wal_module
Michael Paquier
2023-01-25
*
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
*
Fix calculation related to temporary WAL segment name in basic_archive
Michael Paquier
2022-10-17
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-07-05
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-05-10
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
*
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-28
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
In basic_archive tests, insist on wal_level='replica'.
Robert Haas
2022-02-03
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03