summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54760: Guarantee causal relationship between WTOplogManager::waitForAl...r4.2.13-rc0Daniel Gottlieb2021-02-251-4/+0
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-171-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-3/+4
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-4/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-6/+3
* SERVER-37975 Remove '_oplogMaxAtStartup' in WiredTigerOplogManagerXiangyu Yao2018-11-081-7/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-3/+6
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-08-241-1/+5
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-3/+1
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-0/+4
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-3/+1
* SERVER-32397: Notify waiters on any movement of the oplog read timestamp.Daniel Gottlieb2017-12-201-1/+2
* SERVER-31797 update oldest timestamp for master-slaveEric Milkie2017-11-031-1/+3
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-4/+16
* SERVER-31291 Only parse all_committed timestamp onceMathias Stearn2017-09-291-6/+2
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+97