summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+6
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+1
* SERVER-12964 updated plan cache and index filter commands to return empty res...Benety Goh2014-03-051-5/+21
* SERVER-12526 Cleanup of shell helpers and messaging for PlanCacheBenety Goh2014-02-051-0/+10
* SERVER-12526 fold planCacheDrop into planCacheClearBenety Goh2014-02-051-36/+29
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-1/+1
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-2/+9
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-18/+46
* SERVER-8871 admin hintsBenety Goh2014-01-151-14/+15
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-327/+70
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-4/+1
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-121-1/+2
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-101-1/+10
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-2/+21
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-21/+2
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-2/+21
* SERVER-8871 derive plan cache key from query, sort and projectionBenety Goh2014-01-071-2/+2
* SERVER-5470 plan cache should be retrieved from database not contextBenety Goh2014-01-031-19/+20
* SERVER-5470 register plan cache commands in a static initializerBenety Goh2014-01-021-10/+20
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-0/+580