summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_algo_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-191-0/+19
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+16
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-2/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-63/+79
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-55/+33
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+36
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-2/+40
* SERVER-27115 Allow $type on a renamed field to swap before the rename.David Storch2017-05-191-6/+6
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-6/+178
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+22
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-8/+8
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-1/+2
* SERVER-24392 Remove invalid invariant in expression::isSubsetOf()Tess Avitabile2016-06-031-0/+14
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-5/+49
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+12
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-14/+12
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-18/+18
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-19/+41
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-0/+71
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+186
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+6
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-0/+16
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-586/+587
* SERVER-18800 Expand support for $in queries with partial indexes.Max Hirschhorn2015-06-101-0/+160
* SERVER-18491 Add support for answering $or queries with a partial index.Max Hirschhorn2015-06-041-0/+44
* SERVER-18457 Support more query operators with {$exists: true} filter.Max Hirschhorn2015-05-161-0/+100
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-141-185/+233
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+278