summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+2
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-2/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+10
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-24/+25
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-11/+11
* 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-2/+11
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-0/+10
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-0/+159