summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_algo.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63124 Add support for pushing filters into column index scanCharlie Swanson2022-03-081-0/+17
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-2/+2
* SERVER-54822: sort should be pushed automatically before unwind if sort is ha...Militsa Sotirova2021-06-141-0/+6
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-151-9/+18
* SERVER-54589: Extend MatchExpression renaming to support $match with $exprHana Pearlman2021-02-251-0/+8
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2019-06-201-0/+7
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-1/+10
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-011-1/+2
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+6
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-0/+23
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+30
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-25/+25
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-141-17/+30
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+50