summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_ixselect.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-0/+14
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-1/+0
* SERVER-44011 Allow queries containing $not to use non-hashed compound index f...Bernard Gorman2020-01-091-0/+5
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-1/+1
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-17/+10
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-7/+7
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-0/+11
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-201-5/+11
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-141-0/+11
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-2/+15
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-9/+38
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+3
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-2/+6
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-09-071-1/+2
* 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