summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-131-0/+1
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-41/+0
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-101-1/+8
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-091-0/+32
* SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...Gregory Wlodarek2019-02-091-0/+1
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+15
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-051-0/+1
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-0/+30
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-3/+3
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+1
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-011-0/+9
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+3
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-3/+0
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-1/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+3
* SERVER-39037 Add decorable flag on ServiceContext which is used to determine ...Gregory Wlodarek2019-01-251-0/+1
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-1/+0
* SERVER-39130 Split up initialize_server_global_state.cppMark Benvenuto2019-01-241-7/+19
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+1
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-2/+1
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+2
* SERVER-37880 Introduce backoff for retrying commit and abort messagesKaloian Manassiev2019-01-161-0/+1
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-0/+1
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-2/+0
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-1/+0
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-1/+1
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-0/+16
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-1/+1
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-1/+1
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-4/+5
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+1
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+2
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-1/+0
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-3/+0
* SERVER-38617: Do not timestamp ghost writes during rollback via refetch.Daniel Gottlieb2018-12-141-0/+1
* SERVER-37284 Do not log/profile ndeleted when the number of deleted documents...Brigitte Lamarche2018-12-131-0/+1
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2018-12-131-0/+2
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-0/+1
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+1
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+1
* SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi2018-12-061-1/+3
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-5/+16
* SERVER-36638 Make coordinator commit fully asynchronousMatthew Saltz2018-12-051-2/+0
* SERVER-36349 Prevent ClusterWrite errors from affecting the OperationSharding...Blake Oler2018-12-031-0/+1
* SERVER-37440 coordinateCommit should fall back to recovering decision from lo...Esha Maharishi2018-11-291-0/+1
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-281-0/+26
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-0/+1
* SERVER-30815 Remove the db/serveronly libraryAndrew Morrow2018-11-271-84/+0
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-261-1/+0
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-1/+1