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
/
include
/
access
/
xlog.h
Age
Commit message (
Expand
)
Author
3 days
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
3 days
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
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-01-01
Update copyright for 2025
Bruce Momjian
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-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-12
Reduce xlog.h inclusion footprint
Alvaro Herrera
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-05-21
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-13
Remove InitXLOGAccess().
Robert Haas
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
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-09-21
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-06-29
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
[next]