Commits

DateSubjectAuthorReleases
2021-07-14 Add support for prepared transactions to built-in logical replication. Amit Kapila 15.0
2021-06-29 Remove XLogFileInit() ability to unlink a pre-existing file. Noah Misch 15.0
2021-06-29 Don't ERROR on PreallocXlogFiles() race condition. Noah Misch 15.0
2021-06-29 Remove XLogFileInit() ability to skip ControlFileLock. Noah Misch 15.0
2021-06-16 Improve SQLSTATE reporting in some replication-related code. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-03 Do not rely on pgstat.h to indirectly include storage/ headers. Andres Freund 14.0
2021-04-01 Rename Default Roles to Predefined Roles Stephen Frost 14.0
2021-03-12 Add condition variable for walreceiver shutdown. Thomas Munro 14.0
2021-02-23 Simplify printing of LSNs Peter Eisentraut 14.0
2021-02-18 Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver. Fujii Masao 13.3
2021-02-18 Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver. Fujii Masao 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-13 Correct behavior descriptions in comments, and correct a test name. Noah Misch 14.0
2020-11-24 Centralize logic for skipping useless ereport/elog calls. Tom Lane 14.0
2020-11-12 Use standard SIGHUP and SIGTERM handlers in walreceiver. Fujii Masao 14.0
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 9.5.24
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 9.6.20
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 10.15
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 11.10
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 12.5
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 13.1
2020-09-29 Archive timeline history files in standby if archive_mode is set to "always". Fujii Masao 14.0
2020-09-16 Centralize setup of SIGQUIT handling for postmaster child processes. Tom Lane 14.0
2020-09-11 Accept SIGQUIT during error recovery in auxiliary processes. Tom Lane 14.0