summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_array_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-11-221-0/+41
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-05-171-0/+22
* SERVER-34012 Planner's logic for taking union of index bounds intervals is sl...Timour Katchaounov2021-05-101-130/+82
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-5/+5
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-14/+14
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-61/+52
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-281-0/+65
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-3/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39090 Remove sort7.js and fold coverage into sort_array.jsCharlie Swanson2019-02-081-0/+87
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-051-2/+168
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-1/+1
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-0/+207
* SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch2018-02-091-0/+133
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-101-0/+43
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-0/+22
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-2/+405
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-3/+3
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+198
* SERVER-3173 use path-level multikey metadata to generate covered plans if pos...David Storch2017-01-131-0/+40
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-39/+39
* SERVER-23628 Verify field names of index bounds in QueryPlannerTest.Max Hirschhorn2016-04-181-1/+1
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-141-21/+21
* SERVER-22401 Add new rules for assigning predicates to multikey indexes.Max Hirschhorn2016-03-031-0/+276
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-011-16/+131
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-916/+986
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-0/+955