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
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-06
Stop archive recovery if WAL generated with wal_level=minimal is found.
Fujii Masao
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-12
Add condition variable for recovery resume.
Thomas Munro
2021-03-11
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-06
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-01-29
Retire pg_standby.
Thomas Munro
2021-01-27
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-18
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-15
Fix O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-11
Use vectored I/O to fill new WAL segments.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-27
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-17
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-14
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-11-20
Replace a macro by a function
Peter Eisentraut
2020-11-16
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-04
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
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
[next]