index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
2022-04-11
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-16
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
Fix pg_basebackup with in-place tablespaces.
Thomas Munro
2022-02-20
Fix uninitialized variable.
Heikki Linnakangas
2022-02-16
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
Run pgindent on xlog.c.
Heikki Linnakangas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-25
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-29
Fix incorrect format placeholders
Peter Eisentraut
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-11-29
Centralize timestamp computation of control file on updates
Michael Paquier
2021-11-24
Replace straggling uses of ReadRecPtr/EndRecPtr.
Andres Freund
2021-11-24
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-22
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-17
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-16
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-10
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-07
Silence uninitialized-variable warning.
Tom Lane
2021-11-05
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-02
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-10-25
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-14
Postpone some end-of-recovery operations related to allowing WAL.
Robert Haas
2021-10-13
Refactor some end-of-recovery code out of StartupXLOG().
Robert Haas
2021-10-06
Make recovery report error message when invalid page header is found.
Fujii Masao
2021-10-04
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-01
Remove unstable, unnecessary test; fix typo
Alvaro Herrera
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
[next]