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
*
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
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
1
-7
/
+2
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
1
-1
/
+1
*
Remove barrier.h
Robert Haas
2016-11-22
1
-1
/
+1
*
Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.
Tom Lane
2016-11-06
1
-1
/
+1
*
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-11-04
1
-5
/
+8
*
Fix leftover reference to background writer performing checkpoints.
Robert Haas
2016-10-28
1
-1
/
+1
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
1
-1
/
+28
*
Fix comment formatting.
Robert Haas
2016-10-21
1
-1
/
+1
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-50
/
+50
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-3
/
+4
*
Delay updating control file to "in production"
Peter Eisentraut
2016-09-21
1
-10
/
+21
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
1
-0
/
+70
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
1
-5
/
+19
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-3
/
+1
*
Remove unused structure member.
Robert Haas
2016-07-21
1
-2
/
+0
*
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-11
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-31
/
+31
*
Fix poorly-worded log message.
Tom Lane
2016-05-08
1
-1
/
+1
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
1
-24
/
+31
*
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-04-04
1
-1
/
+5
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
1
-0
/
+23
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
1
-11
/
+9
*
Fix typos in comments
Alvaro Herrera
2016-03-15
1
-2
/
+2
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
1
-45
/
+11
*
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2016-03-06
1
-0
/
+4
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
1
-28
/
+76
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
1
-1
/
+1
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
1
-1
/
+1
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
1
-4
/
+0
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
1
-57
/
+2
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
1
-0
/
+16
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
1
-2
/
+41
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
1
-2
/
+1
*
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
1
-4
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
1
-8
/
+8
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
1
-7
/
+3
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
1
-10
/
+12
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
1
-1
/
+5
*
Message improvements
Peter Eisentraut
2015-11-16
1
-12
/
+15
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
1
-21
/
+5
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
1
-16
/
+0
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
1
-4
/
+0
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
1
-37
/
+16
*
Add missing serial comma
Peter Eisentraut
2015-09-18
1
-1
/
+1
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
1
-16
/
+20
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
1
-0
/
+10
[next]