summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_sbe.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-181-2/+2
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+2
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-6/+3
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-3/+6
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+9
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-0/+3
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-261-1/+1
* SERVER-55658 Out-of-order destruction of AutoGet* objects can lead to transac...Mihai Andrei2021-04-161-1/+6
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-151-0/+3
* SERVER-54758 Serialize explain info lazily in SBEIan Boros2021-03-051-4/+1
* SERVER-54491 Make PlanExecutorSBE::isEOF consistent with PlanExecutorImpl::isEOFNikita Lapkov2021-02-231-1/+1
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-1/+4
* SERVER-53656 Fix use-after-free in SBE with agg executionStats explainDavid Storch2021-01-111-2/+4
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-9/+11
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-11/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-5/+16
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-0/+5
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-2/+11
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-27/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+180