summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/rewrite_expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-10/+10
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64764 Fix '$$ROOT' handling in $expr rewriteCharlie Swanson2022-03-221-2/+4
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-1/+1
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-15/+9
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-9/+71
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-7/+2
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-3/+3
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-6/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* 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-9/+11
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-167/+24
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-13/+16
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-5/+7
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-271-0/+337