summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* SERVER-48695 setAppliedThrough must set orderedCommit=false on the recovery unitMatthew Russotto2020-06-111-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-26/+30
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-051-3/+0
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-20/+43
* SERVER-47959 JournalFlusher will retry oplog reads on WriteConflictExceptions...Dianna Hohensee2020-05-061-9/+36
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47749 The JournalFlusher should use a WRITE_CONFLICT_RETRY_ONLY YieldP...Dianna Hohensee2020-04-241-1/+9
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-3/+6
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-3/+4
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-4/+13
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-2/+12
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-36/+42
* SERVER-46524 ephemeralForTest storage engine does not need to update the oplo...Dianna Hohensee2020-03-031-3/+25
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+2
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-8/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-191-0/+41
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+15
* Revert "SERVER-39596 While a node is not in primary/secondary state, dbStats/...Gregory Wlodarek2020-01-281-14/+11
* SERVER-39596 While a node is not in primary/secondary state, dbStats/collStat...Gregory Wlodarek2019-12-201-11/+14
* SERVER-45146 StorageInterfaceImpl::getOplogMaxSize should handle WriteConflic...Louis Williams2019-12-181-10/+15
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+7
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+2
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-4/+4
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-4/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-17/+11
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-11/+17
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-25/+17
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+14
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-4/+0
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-12/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-051-3/+4
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-2/+5
* SERVER-40937 change DB X lock to IX lock during secondary multikey updatesPavi Vetriselvan2019-05-141-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-5/+4
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-3/+3
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-1/+1
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0