summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_where_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73589 - Heuristic to auto-parameterize less for complex expressionsAnna Wawrzyniak2023-03-171-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-1/+1
* SERVER-64002 Consistently disallow out-of-bounds access to the children vecto...Lynne Wang2022-07-031-1/+1
* SERVER-63294 server-side rewrite for match expressions with FLE find payloadsDavis Haupt2022-03-011-0/+5
* SERVER-61420 Use ComparisonMatchExpressionBase for auto parameterizationAlexander Ignatyev2022-01-211-0/+10
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-2/+2
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-6/+0
* SERVER-45281 Reduce danger of MatchExpression::getChildVector()Jacob Evans2019-12-231-2/+4
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-1/+1
* 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-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+1
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+4
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-4/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+4
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-3/+11
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-0/+4
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+75