summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_ixselect_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-41/+73
* SERVER-51718 Disallow sparse, hashed indexes from being considered for answer...James Wahlin2020-11-041-0/+36
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+2
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-6/+7
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-7/+7
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-98/+122
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-119/+94
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-94/+119
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-44/+62
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-0/+7
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-48/+48
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-6/+6
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-0/+43
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-5/+36
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-34/+36
* SERVER-35902 Make query planner's IndexEntry generation logic obey "starPaths...samontea2018-07-301-7/+108
* SERVER-35330 expand allPaths indexes in plannerIan Boros2018-07-241-0/+126
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-32/+108
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+192
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+3
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-09-071-0/+79
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-99/+59
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-22785 Disallow index use for collation-aware queries that match nested...Tess Avitabile2016-03-171-40/+267
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-151-18/+464
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to be...Kyle Erf2016-03-141-464/+18
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-141-18/+464
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-194/+197
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-9/+9
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-14/+12
* SERVER-11446 do not traverse into negation nodes when looking for indexable f...Benety Goh2013-12-041-0/+271