summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-211-0/+4
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-4/+10
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-0/+10
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-3/+3
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-1/+2
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-7/+0
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-2/+2
* SERVER-37589 split PlanExecutor into interface and implementationBenety Goh2018-10-251-0/+189