summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-0114-19/+19
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-0116-86/+239
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-014-1/+33
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-018-68/+323
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-3111-92/+101
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-3112-62/+430
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-74/+63
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-5/+26
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-319-207/+85
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-311-6/+0
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-312-24/+34
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-317-164/+62
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-312-59/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-316-69/+29
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3010-0/+328
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3010-41/+332
* SERVER-38828 fix lintBenety Goh2019-01-302-2/+2
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-3010-328/+0
* Revert "SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator ...Gregory Wlodarek2019-01-3010-332/+41
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-304-202/+0
* SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev2019-01-302-14/+14
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3010-0/+328
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3010-41/+332
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-302-9/+8
* Introduce CollectionShardingRuntimeLock usage to collection critical sections.Blake Oler2019-01-309-85/+207
* SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternalStateJonathan Reams2019-01-301-0/+15
* SERVER-38324: add validation to TransactionCoordinatorDocument decisionKim Tao2019-01-307-36/+122
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-3017-36/+16
* SERVER-39187 Signal coordinator's decision promise when the coordinator is ca...Matthew Saltz2019-01-307-3/+35
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-304-39/+4
* SERVER-39234 Remove unused variable from the shardCollection unit-testKaloian Manassiev2019-01-301-3/+0
* SERVER-39193 Invariant instead of throwing WCE if locked incorrectly for read...Geert Bosch2019-01-301-8/+4
* SERVER-38620 Set _prepareOpTime in prepareTransaction if transaction is in re...Jason Chan2019-01-302-0/+22
* SERVER-36958: allow _configsvrShardCollection to retry on network errorsKim Tao2019-01-291-25/+75
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-298-239/+557
* SERVER-39226 Pause the Timestamp Monitor during rollback-to-stableGregory Wlodarek2019-01-293-14/+32
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-01-292-13/+48
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-292-12/+13
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-2915-245/+402
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-2910-515/+707
* SERVER-38962 Drop ident when both checkpoint and oldest timestamps move past ...Xiangyu Yao2019-01-296-46/+66
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-01-291-1/+9
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-287-20/+39
* SERVER-38813 Replace AlternativeOpCtx with AlternativeClientRegionSiyuan Zhou2019-01-282-33/+6
* SERVER-38190 killOp while committing a prepared transaction can trigger std::...Randolph Tan2019-01-281-0/+7
* SERVER-37046 Improve error message when moveChunk fails during top chunk opti...Matthew Saltz2019-01-282-10/+14