Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2021-05-19 Make standby promotion reset the recovery pause state to 'not paused'. Fujii Masao 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Revert recovery prefetching feature. Thomas Munro 14.0
2021-04-08 Add circular WAL decoding buffer. Thomas Munro 14.0
2021-04-08 Remove read_page callback from XLogReader. Thomas Munro 14.0
2021-04-08 Optionally prefetch referenced data in recovery. Thomas Munro 14.0
2021-04-06 Stop archive recovery if WAL generated with wal_level=minimal is found. Fujii Masao 14.0
2021-03-17 Code review for server's handling of "tablespace map" files. Tom Lane 14.0
2021-03-17 Prevent buffer overrun in read_tablespace_map(). Tom Lane 14.0
2021-03-12 Add condition variable for recovery resume. Thomas Munro 14.0
2021-03-11 Be clear about whether a recovery pause has taken effect. Robert Haas 14.0
2021-03-09 Track total amounts of times spent writing and syncing WAL data to disk. Fujii Masao 14.0
2021-02-23 Simplify printing of LSNs Peter Eisentraut 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0
2021-02-06 Clarify some comments around SharedRecoveryState in xlog.c Michael Paquier 14.0
2021-01-29 Retire pg_standby. Thomas Munro 14.0
2021-01-27 Move StartupCLOG() calls to just after we initialize ShmemVariableCache. Robert Haas 14.0
2021-01-25 Remove CheckpointLock. Robert Haas 14.0
2021-01-18 Pause recovery for insufficient parameter settings Peter Eisentraut 14.0
2021-01-15 Fix O(N^2) stat() calls when recycling WAL segments Michael Paquier 14.0
2021-01-11 Use vectored I/O to fill new WAL segments. Thomas Munro 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-28 Revert "Add key management system" (978f869b99) & later commits Bruce Momjian 14.0
2020-12-25 Add key management system Bruce Momjian 14.0
2020-12-24 Fix typos and grammar in docs and comments Michael Paquier 14.0