summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43334 Ban invalid positional projection syntaxIan Boros2019-12-111-4/+3
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-102-2/+2
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-1/+1
* SERVER-44546 Remove mobile variants and embedded benchmarksAndrew Morrow2019-12-094-292/+0
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-094-0/+85
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-052-0/+14
* SERVER-44609 Replicate startIndexBuild oplog entry in the same thread as the ...Louis Williams2019-12-032-5/+8
* SERVER-44630 Attach logging init and options to integration testsBen Caimano2019-12-021-0/+2
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-2/+0
* SERVER-43642 move IndexLegacy::adjustIndexSpecObject() into IndexCatalogImpl ...Benety Goh2019-11-221-0/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-2/+2
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-2/+2
* SERVER-44472 Don't overwrite additional_targets for scons compileMathew Robinson2019-11-071-1/+1
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-077-23/+82
* SERVER-44364Mathew Robinson2019-11-061-3/+4
* SERVER-44186 rename IndexBuildOptions::replSetAndNotPrimary to replSetAndNotP...Benety Goh2019-10-261-1/+1
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-251-3/+4
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-232-35/+29
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-222-16/+0
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-162-0/+12
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-092-0/+6
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-082-6/+0
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectXuerui Fa2019-09-272-2/+2
* SERVER-39239 move IndexBuildsCoordinatorMongod::commitIndexBuild() into base ...Benety Goh2019-09-212-9/+0
* SERVER-39239 add IndexBuildsCoordinator::_getIndexBuild()Benety Goh2019-09-201-6/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-173-16/+16
* SERVER-42994 Add finishRecoveryIfEligible to ReplCoordinatorA. Jesse Jiryu Davis2019-09-122-0/+6
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-1/+0
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-61/+62
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-062-0/+6
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-052-5/+4
* SERVER-43152 remove twoPhaseCreateIndexes test commandBenety Goh2019-09-051-1/+0
* SERVER-43152 add vector elements to MongodbCAPITest::RunListCommands test ass...Benety Goh2019-09-051-2/+3
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-052-0/+35
* SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair()Evgeni Dobranov2019-08-301-1/+0
* SERVER-20558 Use unambiguous name in JS scope identifierSara Golemon2019-08-291-4/+0
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-262-10/+14
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-222-0/+55
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-162-0/+6
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-132-2/+2
* SERVER-41670 Add support for renaming awkward autogenerated package names via...Mathew Robinson2019-08-122-2/+2
* SERVER-41663 Make hygienic variable names match autoconfMathew Robinson2019-08-123-10/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-274-7/+5
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-192-1/+3
* SERVER-42154 provide replication state info to index builds during secondary ...Benety Goh2019-07-111-1/+2
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-112-15/+0
* SERVER-42108 Incorrect AIB_COMPONENT for stitch-support testMathew Robinson2019-07-081-2/+2
* SERVER-9668 Use SCons install target tags to identify mapping of targets to i...Mathew Robinson2019-07-024-63/+32
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-213-133/+13