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
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-22
/
+22
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
1
-71
/
+22
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
1
-18
/
+10
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
1
-104
/
+151
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
1
-17
/
+27
*
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
1
-14
/
+34
*
Message style fixes
Peter Eisentraut
2017-09-11
1
-1
/
+1
*
Exclude special values in recovery_target_time
Simon Riggs
2017-09-07
1
-0
/
+12
*
Make pg_stop_backup's wait_for_archive flag work on standbys.
Robert Haas
2017-08-05
1
-62
/
+66
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
1
-8
/
+14
*
Fix typo in comment
Peter Eisentraut
2017-06-30
1
-4
/
+4
*
Fix typo in comment
Alvaro Herrera
2017-06-22
1
-1
/
+1
*
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-165
/
+165
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-14
/
+13
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-4
/
+4
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
1
-0
/
+11
*
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-05
1
-6
/
+0
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-55
/
+57
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
1
-7
/
+7
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
1
-16
/
+15
*
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
1
-0
/
+6
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
1
-2
/
+2
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
1
-3
/
+3
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
1
-9
/
+13
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
1
-0
/
+10
*
Correct grammar in error message
Simon Riggs
2017-03-28
1
-1
/
+1
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
1
-1
/
+1
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
1
-13
/
+6
*
Fix backup canceling
Teodor Sigaev
2017-03-24
1
-0
/
+22
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
1
-0
/
+11
*
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
1
-0
/
+14
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
1
-1
/
+2
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
1
-2
/
+2
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
1
-0
/
+31
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
1
-1
/
+1
*
Spelling fixes
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
1
-2
/
+2
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
1
-3
/
+3
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
1
-0
/
+24
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
1
-1
/
+1
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
1
-0
/
+1
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
1
-21
/
+0
*
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
1
-1
/
+11
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
1
-1
/
+1
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
1
-1
/
+1
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
1
-0
/
+120
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
1
-73
/
+150
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
1
-27
/
+91
[next]