summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-263-77/+9
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-253-9/+77
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67628 create $encryptedBetween MatchExpressionDavis Haupt2022-07-128-0/+155
* SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu2022-07-112-1/+31
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-6/+6
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-063-26/+80
* SERVER-64002 Consistently disallow out-of-bounds access to the children vecto...Lynne Wang2022-07-0333-34/+318
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-3/+1
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-279-44/+32
* SERVER-66458 Positional projection can result in caching incorrect parameteri...Denis Grebennicov2022-06-021-0/+3
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-05-311-1/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-1/+2
* SERVER-65847 Construct simpler parameterized SBE index scan plans when possibleDenis Grebennicov2022-05-061-2/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-063-3/+9
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-293-4/+4
* SERVER-65361 Assert in input_params::bind on incorrect slot bindingAlexander Ignatyev2022-04-281-83/+60
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-3/+3