summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-05Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-14Spelling fixesPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
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
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