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
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-28
Fix WAL_DEBUG build
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-04
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
Add redo LSN to pgstats files
Michael Paquier
2024-07-30
Replace static buf with a stack-allocated one in ReadControlFile
Heikki Linnakangas
2024-07-30
Replace static buf with palloc in str_time()
Heikki Linnakangas
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-07-22
Initialize wal_level in the initial checkpoint record.
Robert Haas
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-02
Use safe string copy routine
Daniel Gustafsson
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-04
Fix an assortment of typos
David Rowley
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-07
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-05
Operate XLogCtl->log{Write,Flush}Result with atomics
Alvaro Herrera
2024-04-03
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-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Add regression test for restart points during promotion
Michael Paquier
2024-02-29
Convert unloggedLSN to an atomic variable.
Nathan Bossart
2024-02-22
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-16
Add assert to WALReadFromBuffers().
Jeff Davis
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-19
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-19
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-27
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
2023-11-25
C comment: clarify that WAL files can be _recycled_ or removed
Bruce Momjian
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
[next]