index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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-10-06
Fix compilation warning in xlog.c
Michael Paquier
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-16
Report resource usage at the end of recovery
David Rowley
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-11
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-13
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
Fix incorrect variable datatype.
Fujii Masao
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-06-27
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-24
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-08
Fix locking bugs that could corrupt pg_control.
Thomas Munro
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-24
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-08
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-04-01
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
[next]