summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-171-73/+150
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-221-27/+91
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-7/+2
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-251-1/+1
* Remove barrier.hRobert Haas2016-11-221-1/+1
* Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane2016-11-061-1/+1
* Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane2016-11-041-5/+8
* Fix leftover reference to background writer performing checkpoints.Robert Haas2016-10-281-1/+1
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-271-1/+28
* Fix comment formatting.Robert Haas2016-10-211-1/+1
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-201-50/+50
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-041-3/+4
* Delay updating control file to "in production"Peter Eisentraut2016-09-211-10/+21
* New recovery target recovery_target_lsnSimon Riggs2016-09-031-0/+70
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-311-5/+19
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Remove unused structure member.Robert Haas2016-07-211-2/+0
* Fix start WAL filename for concurrent backups from standbyMagnus Hagander2016-07-111-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-31/+31
* Fix poorly-worded log message.Tom Lane2016-05-081-1/+1
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-051-24/+31
* Display WAL pointer in rm_redo error callbackAlvaro Herrera2016-04-041-1/+5
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-291-0/+23
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-181-11/+9
* Fix typos in commentsAlvaro Herrera2016-03-151-2/+2
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-091-45/+11
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-061-0/+4
* Allow the WAL writer to flush WAL at a reduced rate.Andres Freund2016-02-161-28/+76
* Change delimiter used for display of NextXIDJoe Conway2016-02-121-1/+1
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-121-1/+1
* Shift the responsibility for emitting "database system is shut down".Tom Lane2016-02-111-4/+0
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-101-57/+2
* Add more chattiness in server shutdown.Tom Lane2016-02-091-0/+16
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-081-2/+41
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-201-2/+1
* Maintain local LogwrtResult consistentlySimon Riggs2016-01-121-4/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-281-8/+8
* Provide a way to predefine LWLock tranche IDs.Robert Haas2015-12-151-7/+3
* Fix commit timestamp initializationAlvaro Herrera2015-12-111-10/+12
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-031-1/+5
* Message improvementsPeter Eisentraut2015-11-161-12/+15
* Fix commit_ts for standbyAlvaro Herrera2015-10-011-21/+5
* Code review for transaction commit timestampsAlvaro Herrera2015-09-291-16/+0
* Remove legacy multixact truncation support.Andres Freund2015-09-261-4/+0
* Rework the way multixact truncations work.Andres Freund2015-09-261-37/+16
* Add missing serial commaPeter Eisentraut2015-09-181-1/+1
* Improve log messages related to tablespace_map fileFujii Masao2015-09-151-16/+20
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-091-0/+10