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
2020-01-29
Fail if recovery target is not reached
Peter Eisentraut
2020-01-28
Fix randAccess setting in ReadRecord()
Heikki Linnakangas
2020-01-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-19
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-18
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-16
Demote variable from global to local
Alvaro Herrera
2019-12-03
Fix thinkos from commit 9989d37
Michael Paquier
2019-12-03
Remove XLogFileNameP() from the tree
Michael Paquier
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
More precise errors from initial pg_control check
Peter Eisentraut
2019-10-27
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-24
Fix typo in xlog.c.
Fujii Masao
2019-10-18
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-11
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-02
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-09-30
Make crash recovery ignore recovery target settings.
Fujii Masao
2019-09-24
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-23
Message style fixes
Peter Eisentraut
2019-09-17
Add some const decorations to array constants
Peter Eisentraut
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-06-30
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-20
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-02
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-29
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-18
Refactor more code logic to update the control file
Michael Paquier
2019-03-16
Avoid casting away a const
Peter Eisentraut
2019-03-11
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-06
Removed unused variable, openLogOff.
Robert Haas
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-01
Adjust comment about timeout when waiting for WAL at recovery
Michael Paquier
2019-01-13
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-31
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
[next]