summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-54/+55
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-11/+23
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-18/+160
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-160/+18
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-18/+160
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-30/+34
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-6/+18
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-11/+25
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-6/+13
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-35/+40
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-39/+45
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-45/+39
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-39/+45
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-343/+346
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-8/+7
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-10/+10
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-5/+6
* SERVER-17158 add delimiter to planCacheKey for sort argsjames.wahlin@10gen.com2015-03-191-3/+15
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-21/+37
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+2
* SERVER-12964 updated plan cache and index filter commands to return empty res...Benety Goh2014-03-051-3/+2
* SERVER-12526 fold planCacheDrop into planCacheClearBenety Goh2014-02-051-13/+19
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-1/+1
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-8/+23
* SERVER-8871 admin hintsBenety Goh2014-01-151-49/+22
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-451/+89
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-29/+29
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-101-0/+5
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-48/+128
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-118/+37
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-37/+118
* SERVER-8871 derive plan cache key from query, sort and projectionBenety Goh2014-01-071-12/+12
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-0/+667