summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49022 Implement validation error generation for comparison query opera...Mihai Andrei2020-07-151-0/+1
* SERVER-48779 Implement skeleton of MatchExpressionVisitor to be used for gene...Mihai Andrei2020-06-251-0/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-0/+1
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+0
* SERVER-44335 Deduplicate matcher/expression_test.cpp and pipeline/expression_...James Wahlin2019-11-011-1/+0
* SERVER-43842 Break up json_schema_parser_test.cpp to fix -fvar-tracking-assig...Nicholas Zolnierz2019-10-071-1/+5
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-81/+25
* SERVER-39695 Implement $regexFindArun Banala2019-03-131-0/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+0
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-0/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+0
* SERVER-39236 Add encrypt schema IDL typesTed Tuckman2019-02-151-2/+13
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-061-0/+11
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-1/+0
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-1/+1
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+2
* SERVER-30761 Optimize parsing code for top-level MatchExpressionsBlake Oler2017-10-171-1/+0
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-0/+4
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-2/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+2
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-271-11/+4
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+4
* SERVER-30723: Add a query knob that controls whether JSON Schema ignores or e...Nick Zolnierz2017-09-121-0/+1
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+2
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-2/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+0
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-241-1/+1
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-0/+2
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-2/+6
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+2
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+1
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-3/+5
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+2
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-0/+2
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-0/+1
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+3
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+2
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-0/+1
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-25/+5
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-3/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+3
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-3/+5
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+3
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+2
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+2