summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-49208 Implement validation error generation for miscellaneous query op...Jenny Peshansky2020-08-071-5/+11
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-3/+3
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+6
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+6
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-6/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41432 Add ExprMatchExpressionMatchesReturnsFalseOnException failpointJames Wahlin2019-05-311-2/+15
* 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-8/+10
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-141-1/+2
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-1/+23
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-18/+0
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-3/+33
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+4
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+9
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-9/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+9
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+77