aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
...
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Correct grammar in error messageSimon Riggs2017-03-28
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Fix backup cancelingTeodor Sigaev2017-03-24
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Replication lag tracking for walsendersSimon Riggs2017-03-23
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-22
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Spelling fixesPeter Eisentraut2017-03-14
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-14
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-13
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Remove barrier.hRobert Haas2016-11-22
* Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane2016-11-06
* Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane2016-11-04
* Fix leftover reference to background writer performing checkpoints.Robert Haas2016-10-28
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix comment formatting.Robert Haas2016-10-21
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Delay updating control file to "in production"Peter Eisentraut2016-09-21
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Remove unused structure member.Robert Haas2016-07-21
* Fix start WAL filename for concurrent backups from standbyMagnus Hagander2016-07-11
* pgindent run for 9.6Robert Haas2016-06-09
* Fix poorly-worded log message.Tom Lane2016-05-08
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Display WAL pointer in rm_redo error callbackAlvaro Herrera2016-04-04
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06