summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2022-04-11Remove dead code in do_pg_backup_start().Tom Lane
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Fix pg_basebackup with in-place tablespaces.Thomas Munro
2022-02-20Fix uninitialized variable.Heikki Linnakangas
2022-02-16Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-16Move code around in StartupXLOG().Heikki Linnakangas
2022-02-16Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas
2022-02-16Run pgindent on xlog.c.Heikki Linnakangas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-25Improve errors related to incorrect TLI on checkpoint record replayMichael Paquier
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-29Fix incorrect format placeholdersPeter Eisentraut
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier
2021-11-24Replace straggling uses of ReadRecPtr/EndRecPtr.Andres Freund
2021-11-24xlog.c: Remove global variables ReadRecPtr and EndRecPtr.Robert Haas
2021-11-24Fix corner-case failure to detect improper timeline switch.Robert Haas
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-17Remove global variable "LastRec" in xlog.cMichael Paquier
2021-11-16Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas
2021-11-10More cleanup of 'ThisTimeLineID'.Robert Haas
2021-11-07Silence uninitialized-variable warning.Tom Lane
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-02Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.Amit Kapila
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-10-25Initialize variable to placate compiler.Robert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-25StartupXLOG: Don't repeatedly disable/enable local xlog insertion.Robert Haas
2021-10-25StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.Robert Haas
2021-10-14Postpone some end-of-recovery operations related to allowing WAL.Robert Haas
2021-10-13Refactor some end-of-recovery code out of StartupXLOG().Robert Haas
2021-10-06Make recovery report error message when invalid page header is found.Fujii Masao
2021-10-04Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera