summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-041-10/+0
* SERVER-48240 Undo accidental functional change to WiredTigerOplogManager that...Dianna Hohensee2020-05-151-1/+8
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-151-1/+1
* SERVER-47258 Refactor the WiredTigerOplogManager: improve names, comments, logs.Dianna Hohensee2020-04-081-36/+60
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-1/+1
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+9
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+5
* 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