summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37304 Extend $sort+$group+$first optimization to $lastAlya Berciu2022-12-081-1/+4
* SERVER-70871 Generate query solution before query engine selectionAlyssa Wagenmaker2022-11-021-6/+10
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-0/+9
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-101-2/+3
* SERVER-65083 Fix SBE plan cache index visibility bugDavid Storch2022-04-201-9/+0
* SERVER-60068 Avoid calls to fillOutPlannerParams() unless a replan is triggeredRuoxin Xu2022-03-241-5/+5
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-9/+0
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-0/+1
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-11/+13
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-141-0/+9
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-4/+2
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-0/+53
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-0/+12
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-211-2/+6
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-8/+0
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-0/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-4/+4
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-7/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+10
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-6/+6
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-7/+13
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-2/+16
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-7/+0
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-1/+4
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+19
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+6
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-4/+8
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-2/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-1/+9
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-9/+1
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-1/+9
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-1/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-4/+29
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+9
* SERVER-28524 remove group commandKyle Suarez2018-05-301-14/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+8
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-11/+3
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+9
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-301-1/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1