summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-69605 Complete TODO listed in SERVER-59757Drew Paroski2022-09-131-4/+0
* SERVER-64123 Re-enable support for ElemMatchValueMatchExpressions in SBEDrew Paroski2022-09-091-1/+1
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-072-0/+2
* SERVER-62492 $geoWithin shouldn't accept multiple shapesMaddie Zechar2022-09-011-0/+6
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-1814-144/+536
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-08-183-9/+77
* SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fieldsCharlie Swanson2022-08-163-2/+45
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-132-268/+41
* SERVER-68239 Fix use-after-move in match expression parserAnton Korshunov2022-08-081-5/+4
* SERVER-67803 Parse $encryptedBetween MatchExpressionReilly McBride2022-08-053-0/+87
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-4/+4
* SERVER-63947 Add column store jscore passthrough - plus fixesCharlie Swanson2022-07-271-0/+5
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-263-6/+5