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-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-26
Fix typo
Peter Eisentraut
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-04
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-03
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-03-31
Improve the message logged when recovery is paused.
Fujii Masao
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-30
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-24
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-19
Rename the recovery-related wait events.
Fujii Masao
2020-03-17
Fix comment in xlog.c.
Fujii Masao
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-10
Tidy up XLogSource code in xlog.c.
Fujii Masao
2020-03-09
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-03
Report progress of streaming base backup.
Fujii Masao
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-22
Factor out InitControlFile() from BootStrapXLOG()
Peter Eisentraut
2020-02-22
Reformat code comment
Peter Eisentraut
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
[next]