summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2023-06-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-04-27Prevent underflow in KeepLogSeg().Nathan Bossart
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-07-22Remove unnecessary Windows-specific basebackup code.Thomas Munro
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
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