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