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