summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62997 Start building everything with c++20Alexander Neben2023-04-181-1/+1
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-101-0/+19
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-2/+2
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-2/+2
* SERVER-72466 Generate IndexBounds for compound wildcard indexes in data acces...Ruoxin Xu2023-02-081-2/+9
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-041-33/+111
* SERVER-67678 Incorrect result is returned when there's a wildcard index and a...Denis Grebennicov2022-07-271-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66015 Distinguish simple and non-simple regexes in SBE plan cache keyDavid Storch2022-05-031-138/+4
* SERVER-65367 Fix IET build for wildcard indexes and elemMatchAlexander Ignatyev2022-04-081-0/+8
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-061-2/+2
* SERVER-63350 Implement IET evaluation transporterAlexander Ignatyev2022-03-291-1/+1
* SERVER-63349 Modify QueryPlanner and IndexBoundsBuilder to produce an IETAlexander Ignatyev2022-03-231-19/+127
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-0/+12
* SERVER-63499 Make the IndexBoundsBuilder::alignBounds invariant a tassertJames Wahlin2022-02-091-1/+1
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-4/+9
* SERVER-61750: Use DISTINCT_SCAN when a regex is a prefix of an indexRibhav Jain2022-01-101-0/+10
* SERVER-60010: Cover null and empty array queries with multikey index where po...Hana Pearlman2021-11-121-0/+12
* SERVER-58371 Allow $_internalBucketGeoWithin to scan 'bucket-2dsphere' indexsamontea2021-09-031-0/+19
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-181-3/+15
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-30/+146
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-1/+3
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-1/+2
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-6/+6
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-42/+51
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-7/+10
* 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-7/+12
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-02-041-46/+105
* SERVER-44011 Allow queries containing $not to use non-hashed compound index f...Bernard Gorman2020-01-091-16/+17
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-071-2/+6
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-201-7/+51
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-111-11/+35
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2019-08-051-4/+13
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-221-2/+16
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-4/+3
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-1/+1
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-221-2/+2
* SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros2019-02-141-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+12
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-1/+1
* 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-2/+2
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-4/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-4/+4