summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-613/+68
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+11
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-101-6/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-13/+13
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-14/+14
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-14/+14
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-14/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-4/+14
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-10/+17
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-30/+49
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-18/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+18
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-18/+0
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-10/+67
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-1/+18
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-21/+10
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-10/+10
* 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-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