summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/indexability.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-101-1/+2
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-0/+20
* SERVER-58371 Allow $_internalBucketGeoWithin to scan 'bucket-2dsphere' indexsamontea2021-09-031-0/+1
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-1/+5
* 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-14/+16
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-141-0/+5
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-10/+3
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-2/+2
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-0/+21
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-151-0/+9
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to be...Kyle Erf2016-03-141-9/+0
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-141-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-104/+100
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-2/+1
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-081-1/+26
* SERVER-13307 do not try to index ELEM_MATCH_VALUE if a child predicate can't ...David Storch2014-03-241-14/+42
* SERVER-12557 allow exists queries to use an indexSamantha Ritter2014-02-281-0/+1
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-1/+18
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-9063 Add new query operator $textJason Rassi2013-10-111-1/+2
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-0/+5
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-0/+70