index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Commit message (
Expand
)
Author
Age
*
xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Robert Haas
2021-11-24
*
Fix corner-case failure to detect improper timeline switch.
Robert Haas
2021-11-24
*
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-17
*
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-16
*
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-10
*
Silence uninitialized-variable warning.
Tom Lane
2021-11-07
*
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.
Amit Kapila
2021-11-02
*
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-02
*
Initialize variable to placate compiler.
Robert Haas
2021-10-25
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
StartupXLOG: Don't repeatedly disable/enable local xlog insertion.
Robert Haas
2021-10-25
*
StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.
Robert Haas
2021-10-25
*
Postpone some end-of-recovery operations related to allowing WAL.
Robert Haas
2021-10-14
*
Refactor some end-of-recovery code out of StartupXLOG().
Robert Haas
2021-10-13
*
Make recovery report error message when invalid page header is found.
Fujii Masao
2021-10-06
*
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-04
*
Remove unstable, unnecessary test; fix typo
Alvaro Herrera
2021-10-01
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-04
*
Further simplify a bit of logic in StartupXLOG().
Thomas Munro
2021-08-03
*
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-08-02
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Extract code to describe recovery stop reason to a function.
Heikki Linnakangas
2021-07-31
*
Remove unnecessary 'restoredFromArchive' global variable.
Heikki Linnakangas
2021-07-31
*
Don't use O_SYNC or similar when opening signal file to fsync it.
Heikki Linnakangas
2021-07-31
*
Remove unnecessary call to ReadCheckpointRecord().
Robert Haas
2021-07-30
*
Update obsolete comment that still referred to CheckpointLock
Heikki Linnakangas
2021-07-30
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-21
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Use WaitLatch() instead of pg_usleep() at the end of backups
Michael Paquier
2021-07-06
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Skip WAL recycling and preallocation during archive recovery.
Noah Misch
2021-06-28
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
*
In XLogFileInit(), fix *use_existent postcondition to suit callers.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
*
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-16
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Make standby promotion reset the recovery pause state to 'not paused'.
Fujii Masao
2021-05-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
[next]