summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-1/+5
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-5/+1
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-1/+5
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-0/+9
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+2
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-161-1/+5
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-171-9/+5
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-4/+15
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-30/+0