Commits

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

DateSubjectAuthorReleases
2022-04-07 Prefetch data referenced by the WAL, take II. Thomas Munro 15.0
2022-04-07 pgstat: store statistics in shared memory. Andres Freund 15.0
2022-04-06 Remove exclusive backup mode Stephen Frost 15.0
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 15.0
2022-03-18 Add circular WAL decoding buffer, take II. Thomas Munro 15.0
2022-03-16 Fix race between DROP TABLESPACE and checkpointing. Thomas Munro 15.0
2022-03-15 Fix collection of typos in the code and the documentation Michael Paquier 15.0
2022-03-15 Fix pg_basebackup with in-place tablespaces. Thomas Munro 15.0
2022-02-20 Fix uninitialized variable. Heikki Linnakangas 15.0
2022-02-16 Fix read beyond buffer bug introduced by the split xlog.c patch. Heikki Linnakangas 15.0
2022-02-16 Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 15.0
2022-02-16 Move code around in StartupXLOG(). Heikki Linnakangas 15.0
2022-02-16 Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. Heikki Linnakangas 15.0
2022-02-16 Run pgindent on xlog.c. Heikki Linnakangas 15.0
2022-02-03 Allow archiving via loadable modules. Robert Haas 15.0
2022-01-25 Improve errors related to incorrect TLI on checkpoint record replay Michael Paquier 15.0
2022-01-25 Fix various typos, grammar and code style in comments and docs Michael Paquier 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-29 Fix incorrect format placeholders Peter Eisentraut 15.0
2021-12-16 Change ProcSendSignal() to take pgprocno. Thomas Munro 15.0
2021-12-13 Remove InitXLOGAccess(). Robert Haas 15.0
2021-12-13 Default to log_checkpoints=on, log_autovacuum_min_duration=10m Robert Haas 15.0
2021-12-01 Remove mention of TimeLineID update from comments Daniel Gustafsson 15.0
2021-11-29 Centralize timestamp computation of control file on updates Michael Paquier 15.0
2021-11-25 Replace straggling uses of ReadRecPtr/EndRecPtr. Andres Freund 15.0