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
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Initialize wal_level in the initial checkpoint record.
Robert Haas
2024-07-22
*
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-18
*
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-28
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-06-26
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
*
Operate XLogCtl->log{Write,Flush}Result with atomics
Alvaro Herrera
2024-04-05
*
Split XLogCtl->LogwrtResult into separate struct members
Alvaro Herrera
2024-04-03
*
Add error codes to some PANIC/FATAL errors reports
Daniel Gustafsson
2024-04-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add regression test for restart points during promotion
Michael Paquier
2024-03-04
*
Convert unloggedLSN to an atomic variable.
Nathan Bossart
2024-02-29
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Add assert to WALReadFromBuffers().
Jeff Davis
2024-02-16
*
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-27
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-19
*
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-19
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-06
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
2023-11-27
*
C comment: clarify that WAL files can be _recycled_ or removed
Bruce Momjian
2023-11-25
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-30
*
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-13
*
Unify two isLogSwitch tests in XLogInsertRecord.
Robert Haas
2023-10-12
*
Rename variable for code clarity
Daniel Gustafsson
2023-09-15
*
Quote filenames in error messages
Daniel Gustafsson
2023-09-14
*
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-14
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Document more assumptions of LWLock variable changes with WAL inserts
Michael Paquier
2023-07-26
*
Optimize WAL insertion lock acquisition and release with some atomics
Michael Paquier
2023-07-25
*
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Prevent underflow in KeepLogSeg().
Nathan Bossart
2023-04-27
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Fix pg_basebackup with in-place tablespaces some more.
Robert Haas
2023-04-18
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
[next]