summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_params.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-7/+0
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-22786 add a collator to QueryPlannerParamsDavid Storch2016-03-161-0/+7
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-3/+3
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-4/+3
* SERVER-12015 Re-enable use of covering indices in an aggregation pipelineCharlie Swanson2015-08-271-0/+4
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-0/+5
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-70/+70
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-1/+5
* SERVER-14407 delete runner.hDavid Storch2014-07-231-3/+3
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-2/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-201-0/+5
* SERVER-10026 centralize query heuristic numbersHari Khalsa2014-03-111-4/+2
* SERVER-3071 penalize fetches during rankingDavid Storch2014-03-041-1/+1
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-261-1/+2
* SERVER-12613 put a limit on how many indexed plans we consider, minor enum reorgHari Khalsa2014-02-061-1/+12
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-3/+3
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+4
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+4
* SERVER-8871 admin hintsBenety Goh2014-01-151-1/+4
* SERVER-10026 index intersection and enumeration cleanupHari Khalsa2013-12-201-3/+6
* SERVER-10026 skeleton of cache for query plansHari Khalsa2013-12-161-0/+2
* SERVER-11938 Get collection metadata at ShardFilterStage build timeMathias Stearn2013-12-051-1/+2
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-0/+75