summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20558 Use unambiguous name in JS scope identifierSara Golemon2019-08-291-3/+15
* 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-2736-425/+261
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-037-67/+85
* SERVER-41782 Enumerate and remove Query-related FeatureCompatibilityVersion 4...Anton Korshunov2019-06-211-10/+0
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-81/+25
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2019-06-203-0/+83
* SERVER-39805 [FLE] add support for in MatchExpressionDavis Haupt2019-06-171-0/+8
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1414-313/+314
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+6
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-6/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1048-232/+237
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-105-37/+39
* SERVER-41432 Add ExprMatchExpressionMatchesReturnsFalseOnException failpointJames Wahlin2019-05-312-2/+24
* SERVER-39897 Implement field level encryption for various commands in JS shel...Shreyas Kalyan2019-05-172-3/+7
* SERVER-41122 Remove initializationVector support from JSONSchemaTed Tuckman2019-05-152-17/+0
* SERVER-40477 Make BSON type set available in schema metadata tree.David Storch2019-05-153-155/+5
* SERVER-40998 KeyAltName can only be stringTed Tuckman2019-05-141-1/+1
* SERVER-40516 Ban single-valued BSON types in encrypt objectTed Tuckman2019-05-032-0/+79
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-017-68/+67
* SERVER-40627 Ban schemas which define a deterministic encrypted field without...Ted Tuckman2019-04-302-1/+78
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-301-2/+2
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-255-219/+10
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40077 Add toFieldRef to JSONPointer classTed Tuckman2019-04-152-0/+15
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39492 Fix encrypt_schema_types_testPawel Terlecki2019-04-151-1/+3
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-1210-109/+206
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-8/+7
* SERVER-39248 Implement FCV check for new JSON Schema encryption keywordsNick Zolnierz2019-04-094-278/+370
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-13/+11
* SERVER-40243 Change EncryptionPlaceholder algorithm to be integer enumTed Tuckman2019-04-041-1/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-283-6/+8
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-2244-124/+148
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-201-1/+0
* SERVER-39695 Implement $regexFindArun Banala2019-03-132-22/+4
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-129-76/+306
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-129-306/+76
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-129-76/+306
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-082-1/+26
* SERVER-39233 Add the ability to modify the RHS element of a parsed MatchExpre...Nick Zolnierz2019-03-014-9/+14
* SERVER-39697 MatchExpressions regex error at parse time if regex is invalidIan Boros2019-02-283-14/+17
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+4
* SERVER-39693 fix PCRE support for start option (*LF)Ian Boros2019-02-271-0/+16
* SERVER-39246 Remove accidentally committed file and fixed a typoPawel Terlecki2019-02-251-1/+1
* SERVER-39246 Validate encryptMetadata in JSONSchemaParserPawel Terlecki2019-02-233-6/+74
* SERVER-39182 Validate JSON schema 'encrypt' object at parse timeTed Tuckman2019-02-219-30/+162
* SERVER-39508 Generate comparison operators for EncryptionMetadata typeNick Zolnierz2019-02-202-0/+21
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-1932-824/+607