summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_ixselect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-101-0/+7
* SERVER-75545 Expand a compound wildcard index always for queries on regular f...Ruoxin Xu2023-04-041-3/+10
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-12/+26
* SERVER-74186 Support query on non-wildcard prefix fields with compound wildca...Ruoxin Xu2023-02-221-0/+16
* SERVER-72467 Support sort for compound wildcard indexesAlya Berciu2023-02-151-5/+0
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-72466 Generate IndexBounds for compound wildcard indexes in data acces...Ruoxin Xu2023-02-081-1/+1
* SERVER-73387 Rule out compound wildcard indexes in query planningRuoxin Xu2023-01-271-0/+5
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-231-14/+6
* SERVER-68653 Fix compilation on gccJacob Evans2022-08-081-0/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-061-1/+1
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-13/+22
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-11-221-0/+10
* SERVER-58371 Allow $_internalBucketGeoWithin to scan 'bucket-2dsphere' indexsamontea2021-09-031-1/+11
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-05-171-9/+1
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-3/+8
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-3/+4
* SERVER-51718 Disallow sparse, hashed indexes from being considered for answer...James Wahlin2020-11-041-25/+33
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-031-0/+6
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-7/+17
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-3/+0
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-7/+12
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-6/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+13
* SERVER-44011 Allow queries containing $not to use non-hashed compound index f...Bernard Gorman2020-01-091-11/+28
* SERVER-45281 Reduce danger of MatchExpression::getChildVector()Jacob Evans2019-12-231-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+8
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-221-2/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-3/+2
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-1/+1
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-4/+9
* SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros2019-02-141-1/+22
* 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-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-72/+2
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-30/+29
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-1/+8
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-29/+29
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-20/+16
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-1/+1
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-20/+73
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-201-6/+37
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-141-0/+29
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-5/+56
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-12/+22
* SERVER-36143 Support covered plans using non-multikey fields of a star indexBernard Gorman2018-08-211-1/+1