summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-11/+16
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-4/+3
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-211-4/+21
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-41/+95
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-7/+7
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-51/+56
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+2
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-3/+4
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-4/+4
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-2/+2
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+4
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-3/+7
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-5/+3
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-151-0/+158
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-8/+11
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-4/+4
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-10/+11
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-7/+8
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-4/+184
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+8
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-4/+6
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+100
* 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-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-53/+87
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-87/+53
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-53/+87
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-215/+93
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-93/+215
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-215/+93
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-27/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-2/+22
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-031-22/+89
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-5/+5
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-1/+2
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-19/+127
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+38
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-1/+3
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-3/+3
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-15/+332
* SERVER-33678 make regex options a factor in query shapesIan Boros2018-05-101-0/+20
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-14/+5
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-52/+25
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-2/+4
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-10/+8
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-16/+57