aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* 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
* StartupXLOG: Don't repeatedly disable/enable local xlog insertion.Robert Haas2021-10-25
* StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.Robert Haas2021-10-25
* Postpone some end-of-recovery operations related to allowing WAL.Robert Haas2021-10-14
* Refactor some end-of-recovery code out of StartupXLOG().Robert Haas2021-10-13
* Make recovery report error message when invalid page header is found.Fujii Masao2021-10-06
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-04
* Remove unstable, unnecessary test; fix typoAlvaro Herrera2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Further simplify a bit of logic in StartupXLOG().Thomas Munro2021-08-03
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Extract code to describe recovery stop reason to a function.Heikki Linnakangas2021-07-31
* Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas2021-07-31
* Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas2021-07-31
* Remove unnecessary call to ReadCheckpointRecord().Robert Haas2021-07-30
* Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas2021-07-30
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.Fujii Masao2021-07-21
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Use WaitLatch() instead of pg_usleep() at the end of backupsMichael Paquier2021-07-06
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Skip WAL recycling and preallocation during archive recovery.Noah Misch2021-06-28
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28
* In XLogFileInit(), fix *use_existent postcondition to suit callers.Noah Misch2021-06-28
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2021-06-28
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Make standby promotion reset the recovery pause state to 'not paused'.Fujii Masao2021-05-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12