summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_ixselect.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-151-2/+8
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to be...Kyle Erf2016-03-141-8/+2
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-141-2/+8
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-0/+1
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-0/+33
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+135
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-1/+3
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-0/+27
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-191-0/+48
* SERVER-12449 text indices require all prefix fields (which must be EQ)Hari Khalsa2014-02-101-0/+16
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-0/+91