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
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-03-28
Correct grammar in error message
Simon Riggs
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
Replication lag tracking for walsenders
Simon Riggs
2017-03-22
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-13
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-28
Fix incorrect variable datatype
Magnus Hagander
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-09
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-22
Remove barrier.h
Robert Haas
2016-11-06
Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.
Tom Lane
2016-11-04
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-10-28
Fix leftover reference to background writer performing checkpoints.
Robert Haas
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-21
Fix comment formatting.
Robert Haas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-21
Delay updating control file to "in production"
Peter Eisentraut
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-21
Remove unused structure member.
Robert Haas
2016-07-11
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-08
Fix poorly-worded log message.
Tom Lane
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-04
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-03-29
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-15
Fix typos in comments
Alvaro Herrera
2016-03-09
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
[next]