summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-30/+0
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-1/+0
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+1
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-5/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-1/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-1/+0
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+1
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-231-0/+9
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-0/+1
* SERVER-30761 Optimize parsing code for top-level MatchExpressionsBlake Oler2017-10-171-225/+3
* SERVER-31496 MatchExpressionParser::parse() should not throwTess Avitabile2017-10-111-2/+6
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-18/+60
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-1/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-24/+7
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+1
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+4
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-27/+7
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-1/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-8/+41
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-0/+3
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-32/+28
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+1
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-16/+54
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-1/+8
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+3
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-1/+8
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+7
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-1/+43
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-6/+3
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-12/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+12
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-4/+7
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-4/+14
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+25
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-25/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+25
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-12/+11
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-11/+12
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-12/+11
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-1/+3
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-2/+2
* SERVER-23611 MatchExpressionParser::_parse() should take a collatorJ. Rassi2016-06-061-14/+31
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-1/+1