summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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