summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+14
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-0/+23
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+15
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-6/+6
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-55/+66
* SERVER-24320 PlanCacheIndexTree should have same sort order as MatchExpressio...Tess Avitabile2016-07-261-0/+17
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-12/+128
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-128/+12
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-12/+128
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-48/+48
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-27/+27
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-57/+61
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-7/+29
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23112 Check baseBounds of $near queries in QueryPlannerTest.Max Hirschhorn2016-04-191-3/+10
* SERVER-22867 Convey to access planner when to intersect bounds.Max Hirschhorn2016-03-031-0/+103
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-10/+26
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-4/+7
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-7/+7
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-40/+0