summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder.cpp
AgeCommit message (Expand)Author
2022-02-24SERVER-40691 $nin:[[],...] queries are not indexedr4.4.13-rc0r4.4.13Jess Balint
2020-06-09SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcher cherry...Mindaugas Malinauskas
2020-05-03SERVER-47735 change mongo source over to logv2Billy Donahue
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2020-02-04SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman
2020-01-09SERVER-44011 Allow queries containing $not to use non-hashed compound index f...Bernard Gorman
2020-01-07SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans
2019-12-20SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin
2019-11-11SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros
2019-08-05SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov
2019-07-22SERVER-42291 generate correct bounds for $nin null queriesIan Boros
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-04-08SERVER-40476 remove mongoutils::str::equalsBilly Donahue
2019-03-22SERVER-40267 Clean up debug string generation for MatchExpression.David Storch
2019-02-22SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon
2019-02-14SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-06SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala
2018-11-02SERVER-37176 Skip unionize for $in with no regexJacob Evans
2018-11-02SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-11SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman
2018-10-10SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros
2018-10-02SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin
2018-09-22SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman
2018-07-31SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros
2018-06-20SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson
2018-04-04SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh
2017-12-29SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch
2017-10-26SERVER-20432 allow some escaped | chars in regexes to use tight index boundsKyle Suarez
2017-10-13SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch
2017-08-29SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch
2017-07-17SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch
2017-06-01SERVER-29002: Fixed typo in IndexBoundsBuilder::simpleRegexAnne Lim
2017-05-08SERVER-1475 Make $type:'array' match outer arrays.David Storch
2017-01-05SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto
2016-11-07SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic
2016-09-15SERVER-26033 Allow simple range to exclude start keyJudah Schvimer
2016-09-02SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert
2016-08-15SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch
2016-05-27SERVER-23611 Refactor InMatchExpressionJ. Rassi
2016-05-04SERVER-23349 make CollatorInterface methods constDavid Storch
2016-05-02SERVER-23092 Collation-aware index key generationTess Avitabile
2016-03-18SERVER-22786 update index bounds builder for collationsDavid Storch
2015-11-03SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch
2015-10-29SERVER-21166 don't leak DistinctNodeDavid Storch
2015-08-11SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson
2015-07-17SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson
2015-07-13SERVER-19243 $type to support "number"Qingyang Chen