summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-3/+22
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-30/+46
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-8/+51
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-4/+5
* SERVER-20432 allow some escaped | chars in regexes to use tight index boundsKyle Suarez2017-10-261-11/+39
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-0/+8
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-11/+24
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-2/+2
* SERVER-29002: Fixed typo in IndexBoundsBuilder::simpleRegexAnne Lim2017-06-011-1/+1
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-0/+9
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-5/+2
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-20/+28
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-5/+5
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-31/+2
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-8/+6
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+2
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-1/+1