index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-21
/
+0
*
Add key management system
Bruce Momjian
2020-12-25
1
-0
/
+21
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
1
-1
/
+1
*
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-17
1
-15
/
+25
*
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-14
1
-0
/
+45
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
1
-32
/
+68
*
Replace a macro by a function
Peter Eisentraut
2020-11-20
1
-10
/
+11
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-16
1
-0
/
+3
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
1
-54
/
+31
*
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
1
-1
/
+2
*
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-04
1
-15
/
+14
*
Fix compilation warning in xlog.c
Michael Paquier
2020-10-06
1
-2
/
+0
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
1
-0
/
+1
*
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-10-02
1
-1
/
+15
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
1
-10
/
+18
*
Report resource usage at the end of recovery
David Rowley
2020-09-16
1
-2
/
+7
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
1
-1
/
+1
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
1
-2
/
+2
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
1
-2
/
+2
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
1
-24
/
+24
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
1
-37
/
+11
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
1
-12
/
+18
*
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
1
-6
/
+9
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
1
-7
/
+9
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
1
-28
/
+28
*
Fix incorrect variable datatype.
Fujii Masao
2020-07-08
1
-1
/
+1
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
1
-4
/
+2
*
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
1
-1
/
+1
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
1
-26
/
+31
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
1
-2
/
+5
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
1
-12
/
+2
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
1
-0
/
+8
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-9
/
+14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
1
-4
/
+1
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
1
-3
/
+7
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
1
-2
/
+2
*
Fix typo
Peter Eisentraut
2020-04-26
1
-1
/
+1
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
1
-9
/
+48
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
1
-1
/
+1
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
1
-10
/
+10
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
1
-13
/
+0
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
1
-23
/
+122
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
1
-0
/
+13
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-08
1
-1
/
+26
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
1
-64
/
+10
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
1
-1
/
+11
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
1
-1
/
+2
*
Improve the message logged when recovery is paused.
Fujii Masao
2020-04-01
1
-8
/
+17
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
1
-0
/
+1
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
1
-10
/
+64
[next]