summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_always_boolean.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-2/+2
* SERVER-50008 Implement basic jsonSchema validation error generationMihai Andrei2020-08-211-2/+3
* SERVER-49207 Implement validation error generation for array query operatorsMihai Andrei2020-08-191-4/+7
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+16
* 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-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* 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-8/+10
* SERVER-31639: Additional optimizations for MatchExpression::getOptimizer()Nick Zolnierz2017-12-201-0/+8
* 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-30717 Serialize OrMatchExpression to {$alwaysFalse: 1}Blake Oler2017-09-121-2/+6
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-0/+12
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-0/+102