summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+3
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-90/+64
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-64/+90
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-90/+64
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1063/+1112
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-24/+24
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-101-12/+18
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+24
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-071-4/+31
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-0/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-8/+114
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-4/+2
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-1/+0
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+1
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-1/+16
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+2
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-5/+6
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-131-1/+3
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-6/+6
* SERVER-12866 explain queries should not mutate the cacheBenety Goh2014-02-281-0/+16
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-281-2/+32
* SERVER-12766 extended plan cache key to include geo coordinate typesBenety Goh2014-02-211-31/+93
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-4/+10