summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_leaf.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35693 Pre-sort $in elements to avoid O(n^2) boost::flat_set() complexity.David Storch2018-06-211-0/+6
* Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez2018-06-201-0/+6
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-25/+86
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-9/+12
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-72/+104
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+24
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-24/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+24
* SERVER-30986 Prevent invalid regex in RegexMatchExpressionsBlake Oler2017-09-191-7/+0
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-0/+12
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-19/+13
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-65/+2
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-14/+20
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-7/+15
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-7/+11
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-22/+20
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-39/+3
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-0/+4
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-4/+0
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-0/+4
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-4/+0
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-9/+9
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-27/+10
* SERVER-27649 $elemMatch serialization $regex supportJames Wahlin2017-01-191-0/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+2
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+16
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-16/+0
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+16
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-2/+2
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-9/+25
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-26/+26
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-75/+25
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-13/+17
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-2/+1
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-13/+43
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-8/+8
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-121-1/+3
* SERVER-20833 Uninitialised value in TypeMatchExpressionJames Wahlin2015-11-111-2/+2
* SERVER-19385 Optimize bit test query operators with numbersQingyang Chen2015-07-151-0/+4
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+117
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-131-3/+25
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-021-2/+5
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-28/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-281/+312
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-9/+9
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-3/+6
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2