summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
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
2016-03-06Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2016-02-16Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-12Change delimiter used for display of NextXIDJoe Conway
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-11Shift the responsibility for emitting "database system is shut down".Tom Lane
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-09Add more chattiness in server shutdown.Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-01-20Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-12Maintain local LogwrtResult consistentlySimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-15Provide a way to predefine LWLock tranche IDs.Robert Haas
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-11-16Message improvementsPeter Eisentraut
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-18Add missing serial commaPeter Eisentraut
2015-09-15Improve log messages related to tablespace_map fileFujii Masao
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-03Document that max_worker_processes must be high enough in standby.Fujii Masao
2015-08-03Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao
2015-08-02Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas
2015-08-02Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-01Make XLogFileCopy() look the same as in 9.4.Fujii Masao
2015-06-29Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-21Add missing check for wal_debug GUC.Andres Freund
2015-06-08Fix typosAlvaro Herrera
2015-06-09Refactor WAL segment copying code.Fujii Masao
2015-06-08Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund
2015-05-28Fix fsync-at-startup code to not treat errors as fatal.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Fix incorrect snprintf() limit.Tom Lane
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-21Make recovery_target_action = pause work.Fujii Masao