summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_type.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-6/+8
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-0/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-64126 Make bsonType in encryptedFields optional for non-indexed fieldsMark Benvenuto2022-04-071-2/+6
* SERVER-64113 Correct FLE1 match expression castJacob Evans2022-04-061-1/+1
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-5/+71
* SERVER-63295 Add tests for server-side rewrite for queries with dotted pathsNicholas Zolnierz2022-03-081-10/+7
* SERVER-62795 Bind values for parameterized queries in SBE RuntimeEnvironmentDavid Storch2022-02-081-21/+40
* SERVER-61420 Create MatchExpression visitor to set paramId on tree nodesAlexander Ignatyev2022-01-181-0/+13
* SERVER-50008 Implement basic jsonSchema validation error generationMihai Andrei2020-08-211-4/+7
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-2/+2
* SERVER-49208 Implement validation error generation for miscellaneous query op...Jenny Peshansky2020-08-071-10/+23
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+32
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-121-57/+14
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-6/+6
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-2/+110
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-110/+2
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-2/+110
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+69
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-10/+15
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-11/+9
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+4
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-4/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+4
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-34/+15
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-0/+168