summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_sbe.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-1/+1
* SERVER-52678 Ensure SBE plan trees are attached to the OperationContext prior...David Storch2020-11-251-4/+0
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-6/+8
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-091-3/+3
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-28/+38
* 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-1/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-10/+1
* SERVER-48555 Allow yielding during SBE runtime planningDavid Storch2020-09-011-1/+5
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-071-3/+7
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-22/+85
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-56/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+303