summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/subplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-2/+2
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-2/+2
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-2/+2
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-3/+1
* SERVER-59698 Make subplanning work with the SBE plan cacheAlexander Ignatyev2022-02-211-12/+19
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-1/+5
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+1
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-1/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+8
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-4/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-3/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-279/+70
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* 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-10/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+25
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-16/+0
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-15/+14
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-24/+16
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+6
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-3/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-12/+12
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-1/+10
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-11/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-2/+4
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-3/+3
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-6/+13
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-8/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-7/+3
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-121-1/+1
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-121-1/+1
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-111-1/+1
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-011-2/+4
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-1/+0
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-5/+0
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-19/+16
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-131-65/+2
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-1/+1
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-1/+1
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-1/+1