summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66529 OplogManager must not release mutex, so as to avoid wrongly fowa...Dianna Hohensee2022-06-141-3/+0
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-161-1/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-2/+2
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-2/+2
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-2/+2
* SERVER-50819 Stop the OplogManager during shutdown if it's still runningGregory Wlodarek2021-01-131-1/+11
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-041-19/+1
* SERVER-48240 Undo accidental functional change to WiredTigerOplogManager that...Dianna Hohensee2020-05-151-6/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* 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-88/+94
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-24/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+31
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-2/+4
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-19/+0
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-0/+19
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-43399 Log more in DeleteOpIsIdBased testA. Jesse Jiryu Davis2019-10-161-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+13
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-5/+5
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate v...Gregory Wlodarek2019-05-081-3/+0
* 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-3/+3
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-12/+4
* SERVER-38294 WiredTiger oplog manager should include pretty-printed visibilit...Xiangyu Yao2018-12-051-5/+7
* SERVER-37975 Remove '_oplogMaxAtStartup' in WiredTigerOplogManagerXiangyu Yao2018-11-081-12/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-4/+12
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-08-241-7/+17
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-6/+2
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-0/+4
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-2/+5
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-18/+3
* SERVER-33859: Prime oplog visibility to the top of oplog on startup.Daniel Gottlieb2018-03-141-5/+16
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-0/+1
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-261-0/+26
* SERVER-32574 Fix oplog thread restart race in local DB repairGeert Bosch2018-01-231-1/+4
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
* SERVER-32397: Notify waiters on any movement of the oplog read timestamp.Daniel Gottlieb2017-12-201-6/+6
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-1/+1
* SERVER-31797 update oldest timestamp for master-slaveEric Milkie2017-11-031-4/+20
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-4/+11