summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_multiplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-2/+1
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-171-1/+2
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-1/+1
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-3/+3
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-3/+3
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-6/+10
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-2/+6
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-3/+3
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-1/+2
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-7/+3
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-031-1/+1
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-211-12/+12
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-6/+2
* SERVER-56045 Fix [SBE][dbtest] QueryStageMultiPlanTest test failing due to un...Andrii Dobroshynski2021-04-201-0/+8
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-7/+7
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-011-4/+8
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-23/+23
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-7/+8
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-3/+7
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+6
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-22/+22
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-2/+2
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-3/+15
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-1/+1
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-11/+13
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-27/+27
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-19/+13
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-44/+46
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-12/+12
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-141-1/+59
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-6/+2
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-18/+14
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-20/+20
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-7/+1