summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/copyable_match_expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66458 Positional projection can result in caching incorrect parameteri...Denis Grebennicov2022-06-021-0/+3
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-4/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+4
* 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-21/+23
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-25/+7
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-7/+21
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-28770 Create PullNodeJustin Seyster2017-07-171-0/+99