summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_sbe.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-011-0/+8
* SERVER-74198 Don't set RETURN_OWNED_DATA flag when producing empty docsRui Liu2023-02-251-1/+5
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-1/+0
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-0/+2
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-1/+10
* SERVER-59677 Remove stale commentJeffrey Xiao2022-06-161-3/+2
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+5
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-121-0/+14
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-2/+2
* SERVER-64164 Track secondary namespaces used by query plan in PlanExecutorSBEMihai Andrei2022-03-111-1/+0
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-1/+8
* 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