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
/
timeline.c
Age
Commit message (
Expand
)
Author
4 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-05
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
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-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-08
Report missing wait event for timeline history file.
Fujii Masao
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-11
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-06
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-28
Message style improvements
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-07
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-01-23
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-05
Oops, meant to change the comment in writeTimeLineHistory.
Heikki Linnakangas
2012-12-04
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-19
Fix archive_cleanup_command.
Heikki Linnakangas
2012-10-03
Fix two bugs introduced in the xlog.c split.
Heikki Linnakangas
[next]