summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-0/+8
* SERVER-49023 Implement validation error generation for logical query operatorsMihai Andrei2020-07-311-0/+4
* SERVER-49022 Implement validation error generation for comparison query opera...Mihai Andrei2020-07-151-1/+54
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+90
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-0/+24
* SERVER-45281 Reduce danger of MatchExpression::getChildVector()Jacob Evans2019-12-231-2/+4
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-2/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-1/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-3/+15
* 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-39233 Add the ability to modify the RHS element of a parsed MatchExpre...Nick Zolnierz2019-03-011-2/+0
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37100 add context to agg pre-evaluation errorsRobert Guo2018-10-021-1/+7
* SERVER-35891 add failpoints to disable aggregation optimizationsVarun Arora2018-07-251-0/+13
* SERVER-31639: Additional optimizations for MatchExpression::getOptimizer()Nick Zolnierz2017-12-201-0/+16
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+4
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+41
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-41/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+41
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+2
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-18/+12
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+9
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-0/+1
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-4/+5
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+1
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-0/+1
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+1
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-3/+4
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-35/+2
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+2
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+1
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-2/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+2
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+2
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-1/+2
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-50/+16
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-3/+14
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-3/+1
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-1/+3