summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-27/+0
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-7/+15
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-39/+25
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+4
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-14/+6
* SERVER-46270 Optimize postBatchResumeToken and latestOpLogTimestamp retrieval...Anton Korshunov2020-02-261-0/+7
* 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