summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43377 Make positional projection internal expression able to access Do...Anton Korshunov2019-09-243-14/+38
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-18/+15
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-133-55/+38
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-1311-102/+116
* SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...Anton Korshunov2019-09-133-122/+107
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-1215-38/+313
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+3
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-057-57/+198
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-0433-193/+210
* SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair()Evgeni Dobranov2019-08-301-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-2924-229/+208
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-293-6/+26
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-262-4/+16
* SERVER-41964 find() execution codeAnton Korshunov2019-08-233-8/+248
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-211-1/+1
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+2
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+156
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-125-5/+5
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-10/+9
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-23/+16
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-083-10/+18
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-074-8/+14
* SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch2019-08-012-8/+59
* SERVER-41963 Create an API to apply an $elemMatch projection on a Document pathAnton Korshunov2019-08-013-0/+139
* SERVER-41962 Create an API to apply a positional projection on a Document pathAnton Korshunov2019-07-304-0/+293
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2712-32/+25
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-2620-331/+71
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-243-54/+5
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-243-11/+35
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-233-0/+283
* SERVER-12916 ensure find on _id field obeys min/max.Misha Ivkov2019-07-221-0/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-122-0/+6
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-122-0/+3
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-113-8/+24
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-30/+0
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-111-0/+30
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-103-24/+8
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-102-3/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-102-0/+3
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-103-8/+24
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-4/+8
* SERVER-41825 Remove FCV checks related to mutable shard key fieldsjannaerin2019-06-271-18/+5
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-3/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-53/+13
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-172-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1419-68/+75
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1036-154/+152
* SERVER-41294 shard filtering for $sbIan Boros2019-06-075-32/+197