summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/schema/expression_internal_schema_all_elem_match_from_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73678 Implement and verify redaction for JsonSchema MatchExpressionsTed Tuckman2023-03-281-2/+5
* Revert "SERVER-73678 Implement redaction in jsonschema expressions"auto-revert-processor2023-03-281-5/+2
* SERVER-73678 Implement redaction in jsonschema expressionsTed Tuckman2023-03-271-2/+5
* SERVER-73939: Make debugString for matchExpressions consistentAdityavardhan Agrawal2023-03-201-1/+2
* SERVER-54578 Rename MatchExpression::shallowClone() to MatchExpression::clone()Amr Elhelw2023-03-141-3/+2
* SERVER-73663 Field name redaction for LeafMatchExpressions #10765Jess Balint2023-02-241-2/+2
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-2/+4
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-1/+1
* SERVER-49445 Implement validation error generation for jsonSchema array keywordsMindaugas Malinauskas2020-09-301-4/+7
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-3/+3
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-2/+10
* SERVER-30751 Use optimized MatchExpressions in JSON parser test.Justin Seyster2017-10-231-0/+9
* SERVER-30810 change AllElemMatchFromIndexMatchExpression to use an Expression...Kyle Suarez2017-09-131-7/+7
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+79