aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-09
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-28
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Remove dead code in do_pg_backup_start().Tom Lane2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Fix pg_basebackup with in-place tablespaces.Thomas Munro2022-03-15
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Move code around in StartupXLOG().Heikki Linnakangas2022-02-16
* Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas2022-02-16
* Run pgindent on xlog.c.Heikki Linnakangas2022-02-16
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Improve errors related to incorrect TLI on checkpoint record replayMichael Paquier2022-01-25
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Remove mention of TimeLineID update from commentsDaniel Gustafsson2021-12-01
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace straggling uses of ReadRecPtr/EndRecPtr.Andres Freund2021-11-24
* xlog.c: Remove global variables ReadRecPtr and EndRecPtr.Robert Haas2021-11-24
* Fix corner-case failure to detect improper timeline switch.Robert Haas2021-11-24
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Remove global variable "LastRec" in xlog.cMichael Paquier2021-11-17
* Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas2021-11-16
* More cleanup of 'ThisTimeLineID'.Robert Haas2021-11-10
* Silence uninitialized-variable warning.Tom Lane2021-11-07
* Change ThisTimeLineID from a global variable to a local variable.Robert Haas2021-11-05
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.Amit Kapila2021-11-02
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* Initialize variable to placate compiler.Robert Haas2021-10-25
* Report progress of startup operations that take a long time.Robert Haas2021-10-25