summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-214-3/+10
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-214-10/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-214-3/+10
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-202-14/+3
* SERVER-23612 Make the ENSURE_SORTED PlanStage respect the query's collationTess Avitabile2016-04-182-3/+15
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-112-4/+17
* SERVER-23095 Make the in-memory SORT PlanStage respect the query's collationTess Avitabile2016-04-064-11/+66
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-1/+1
* SERVER-23191 group should pass an owned BSONObj to the reduce functionJonathan Reams2016-03-281-1/+2
* SERVER-22178 Move calls that cannot throw out of try/catch block.Charlie Swanson2016-03-252-2/+2
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-257-112/+280
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-1/+2
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-2/+1
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-1/+2
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-0/+11
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-1/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-146-6/+6
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+0
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-6/+10
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-6/+5
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+2
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-243-11/+9
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-2/+1
* SERVER-22407 make COUNT_SCAN return RID_AND_OBJ instead of OWNED_OBJDavid Storch2016-02-222-5/+4
* SERVER-22675 Ensure PlanRanker::scoreTree does not divide by zeroTess Avitabile2016-02-191-1/+1
* Revert "Ensure PlanRanker::scoreTree does not divide by zero"Tess Avitabile2016-02-191-1/+1
* Ensure PlanRanker::scoreTree does not divide by zeroTess Avitabile2016-02-191-1/+1
* SERVER-14662 fix duplicate uassert error codeTess Avitabile2016-02-101-1/+1
* SERVER-14662 Reject ambiguous positional projections and updatesTess Avitabile2016-02-103-0/+21
* SERVER-22531 use uassert instead of massert when stepping down during multi d...Eric Milkie2016-02-091-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-0534-218/+220
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-043-26/+50
* SERVER-16097 invariant(_collection) in DeleteStage::doRestoreState().Max Hirschhorn2016-02-041-0/+1
* SERVER-4494 Explain includes index version for 2dsphere and text stages.Benjamin Murphy2016-02-043-4/+10
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-032-1/+9
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-023-1/+7
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-291-18/+2
* SERVER-22133 generate COUNT_SCAN plans properly from the plan cacheDavid Storch2016-01-292-5/+9
* SERVER-22279 SubplanStage must register its MultiPlanStage in _childrenMathias Stearn2016-01-261-8/+18
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-212-21/+0
* SERVER-11983: do not create _id field on capped collection updatesScott Hernandez2016-01-191-22/+43
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-4/+6
* SERVER-22159 SubplanStage: don't update exec time in planSubqueries()Jason Rassi2016-01-141-4/+0
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-1472-459/+103
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-10/+4
* Revert "SERVER-22052 refactor Collection::deleteDocument to pass in the to-be...Dianna Hohensee2016-01-061-1/+1
* SERVER-21776 CachedPlanStage: add post-replan log msgs at log level 1Jason Rassi2016-01-051-1/+15
* SERVER-22052 refactor Collection::deleteDocument to pass in the to-be-deleted...Dianna Hohensee2016-01-051-1/+1