index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
10 days
Remove XLogCtl->ckptFullXid.
Nathan Bossart
11 days
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
11 days
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
12 days
Fix the handling of two GUCs during upgrade.
Amit Kapila
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-14
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-16
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-21
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-02-17
Revert: Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-17
Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-03
Fix typo in xlog.c
Michael Paquier
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
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-01
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
[next]