summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/stage_builder_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-16/+2
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-1/+1
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-3/+4
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-10/+4
* SERVER-50712 Handle shard filtering in SBEEric Cox2020-12-011-2/+10
* SERVER-52678 Ensure SBE plan trees are attached to the OperationContext prior...David Storch2020-11-251-0/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-4/+4
* SERVER-48555 Allow yielding during SBE runtime planningDavid Storch2020-09-011-0/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+78