summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-201/+239
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-69/+48
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-1/+28
* SERVER-30810 change AllElemMatchFromIndexMatchExpression to use an Expression...Kyle Suarez2017-09-131-5/+8
* SERVER-30988 Fix misleading $jsonSchema error.Justin Seyster2017-09-121-7/+2
* SERVER-30723: Add a query knob that controls whether JSON Schema ignores or e...Nick Zolnierz2017-09-121-1/+3
* SERVER-31042 Fix MatchExpression parser bug which causes predicates to be dis...David Storch2017-09-121-5/+20
* SERVER-30717 Serialize OrMatchExpression to {$alwaysFalse: 1}Blake Oler2017-09-121-0/+2
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+23
* SERVER-30177 Implement JSON Schema 'patternProperties' and 'additionalPropert...David Storch2017-09-081-4/+8
* SERVER-29962 Add a method in the MatchExpressionParser for checking whether a...Tess Avitabile2017-09-061-8/+11
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-83/+25
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-0/+10
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-2/+3
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-4/+10
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-48/+94
* SERVER-30741 Add 'bsonType' JSON Schema keyword.David Storch2017-08-241-1/+1
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-36/+237
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-84/+47
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+61
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-77/+145
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-4/+3
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-1/+80
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+40
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-1/+26
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-4/+26
* SERVER-30030 Fixup missing constGeert Bosch2017-07-211-1/+1
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+54
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-50/+121
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-12/+34
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-26/+4
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-4/+26
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-35/+56
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+12
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-1/+21
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+15
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-22/+29
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-0/+11
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-11/+0
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-0/+11
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-37/+90
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-90/+37
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-37/+90
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-36/+21
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-21/+36
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-36/+21
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-7/+7
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-15/+20