summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+3
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-0/+4
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-6/+3
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-0/+38
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+1
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-2/+2
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-0/+1
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+5
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-4/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-2/+15
* 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