summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_params.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-4/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+5
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-8/+4
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-11/+7
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+3
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-5/+0
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+3
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-201-0/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* 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