summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73678 Implement and verify redaction for JsonSchema MatchExpressionsTed Tuckman2023-03-2817-35/+369
* Revert "SERVER-73678 Implement redaction in jsonschema expressions"auto-revert-processor2023-03-2817-368/+36
* SERVER-73678 Implement redaction in jsonschema expressionsTed Tuckman2023-03-2717-36/+368
* SERVER-72450 $or with regex to $in rewrite depends on terms orderTimour Katchaounov2023-03-271-1/+8
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-242-20/+20
* SERVER-75140 check that type exists before adding it to subobj in redactGeoEx...Davis Haupt2023-03-222-1/+11
* SERVER-75112 remove TODO commentMaddie Zechar2023-03-211-2/+0
* SERVER-73672 Query shape (literal redaction) for Geo expressionsMaddie Zechar2023-03-213-3/+153
* SERVER-74264 Fix incorrect $$NOW behavior in projection of findZixuan Zhuang2023-03-201-38/+2
* SERVER-73939: Make debugString for matchExpressions consistentAdityavardhan Agrawal2023-03-2025-184/+437
* SERVER-73589 - Heuristic to auto-parameterize less for complex expressionsAnna Wawrzyniak2023-03-177-23/+217
* SERVER-54578 Remove final traces of shallowClone()Amr Elhelw2023-03-161-8/+0
* SERVER-54578 Rename MatchExpression::shallowClone() to MatchExpression::clone()Amr Elhelw2023-03-1459-118/+122
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-141-59/+180
* SERVER-57932 Improve error message for $near in aggregation to suggest workar...Maddie Zechar2023-03-041-1/+6
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-282-2/+4
* SERVER-73912: avoid copies in MatchExpression and isQuerySbeCompatible()Colin Stolley2023-02-281-1/+1
* SERVER-73709 Enable redaction for expressions inside $exprTed Tuckman2023-02-282-2/+114
* SERVER-73663 Field name redaction for LeafMatchExpressions #10765Jess Balint2023-02-2430-123/+126
* SERVER-73914 Implement renames for kArrayMatching match expressionsYoonsoo Kim2023-02-244-68/+367
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-3/+3
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* SERVER-73673: Query shape (literal redaction) for leftover non-leaf MatchExpr...Will Buerger2023-02-153-6/+9
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-142-0/+4
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-5/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-1121-44/+101
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-1154-618/+690
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-101-0/+8
* SERVER-73697 Do not split out match expression on meta field when it's not re...Yoonsoo Kim2023-02-102-1/+7
* SERVER-73535 Add support for $jsonSchema scalar fields in splitMatchExpressio...Yoonsoo Kim2023-02-102-4/+210
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-73074 Add splitMatchExpressionBy test cases for $jsonSchema.required e...Yoonsoo Kim2023-02-031-0/+76
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-2/+0
* SERVER-72103 Reduce the number of memory allocations in BSONElementIteratorHenrik Edin2023-01-172-35/+66
* SERVER-70406 Push into column_scan stage $not filter in some casesIrina Yatsenko2022-12-272-33/+134
* SERVER-71781 Remove outdated TODO commentsIrina Yatsenko2022-12-141-5/+1
* SERVER-71214 remove $betweenDavis Haupt2022-11-1112-285/+0
* SERVER-70726 Push down AND of supported predicates on the same field in colum...Irina Yatsenko2022-11-082-5/+57
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-2751-669/+779
* SERVER-68743 Push down $exits and $typeIrina Yatsenko2022-10-272-16/+72
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-191-0/+7
* SERVER-69885 Added support `$in` in `generatePerColumnFilterExpr()`Mohammad Dashti2022-10-185-4/+121
* SERVER-67627 Runtime predicate evaluation for internalFleBetweenDavis Haupt2022-10-071-1/+0
* SERVER-69599 add parsing for between in matchgalon12022-10-042-44/+131
* SERVER-69598 squash commitsgalon12022-09-2312-78/+77
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-204-4/+4
* SERVER-65318 Re-enable Expression Type TestJacob Evans2022-09-191-7/+7
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-2/+2
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1