summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_factory.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-2/+2
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+3
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-1/+0
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-0/+1
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-1/+3
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+5
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-5/+7
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-5/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+5
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-0/+2
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-0/+9
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-0/+123