Commit Graph

30 Commits (1443b6c0eaa2b464affc0c3aacb3c3bf09efcd6d)

Author SHA1 Message Date
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 2 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Nathan Bossart c627d944e6 Add built-in ERROR handling for archive callbacks. 1 year ago
Nathan Bossart 2c29e7fc95 Add macro for customizing an archiving WARNING message. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier 27f7f81e4c basic_archive: Fix comments related to NO_INSTALLCHECK 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Michael Paquier 35739b87dc Redesign archive modules 3 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 3 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 3 years ago
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 3 years ago
Michael Paquier 2f31f405e1 Constify the arguments of copydir.h functions 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Michael Paquier c68a183990 Fix calculation related to temporary WAL segment name in basic_archive 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Michael Paquier dac1ff3090 Replace durable_rename_excl() by durable_rename(), take two 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 3 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 3 years ago
Michael Paquier ccfbd9287d Replace existing durable_rename_excl() calls with durable_rename() 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Robert Haas 00c360a89c In basic_archive tests, insist on wal_level='replica'. 4 years ago
Robert Haas 5ef1eefd76 Allow archiving via loadable modules. 4 years ago