index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
basic_archive
Age
Commit message (
Expand
)
Author
2025-07-22
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-04-03
Add built-in ERROR handling for archive callbacks.
Nathan Bossart
2024-03-04
Add macro for customizing an archiving WARNING message.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-19
basic_archive: Fix comments related to NO_INSTALLCHECK
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-09
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-01-26
Revert "Rename contrib module basic_archive to basic_wal_module"
Michael Paquier
2023-01-25
Rename contrib module basic_archive to basic_wal_module
Michael Paquier
2023-01-17
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-07
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-10-17
Fix calculation related to temporary WAL segment name in basic_archive
Michael Paquier
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-05
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-10
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-03
In basic_archive tests, insist on wal_level='replica'.
Robert Haas
2022-02-03
Allow archiving via loadable modules.
Robert Haas