summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_path.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-2/+0
* SERVER-54405 Fall back to classic engine when match contains numeric path com...Ian Boros2021-02-251-1/+5
* SERVER-50504 $facet+$match on positional path does not seem to pass results t...Ruoxin Xu2020-10-151-0/+15
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-281-21/+17
* SERVER-49022 Implement validation error generation for comparison query opera...Mihai Andrei2020-07-151-2/+3
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-2/+6
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-0/+12
* 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-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-191-4/+7
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-15/+6
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-9/+10
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-031-0/+41
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+7
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-2/+18
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+76