summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_match.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-101-0/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-75040: $match redactionWill Buerger2023-03-241-7/+2
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+6
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-12/+4
* SERVER-71835 Allow >16MB BSON in intermediate resultsRomans Kasperovics2023-01-191-4/+5
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-1/+0
* SERVER-69598 squash commitsgalon12022-09-231-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+6
* SERVER-67803 Parse $encryptedBetween MatchExpressionReilly McBride2022-08-051-0/+1
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-261-4/+0
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-251-0/+4
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-3/+3
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-6/+0
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-031-1/+29
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+32
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-151-2/+15
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-0/+4
* SERVER-53007 Add $eq support to queryOperatorMapJames Wahlin2020-12-031-7/+4
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-101-2/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-8/+4
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-0/+4
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-3/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+4
* SERVER-39395 Expose the ability the modify the expression of a $match stageNick Zolnierz2019-05-131-15/+12
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-5/+6
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-1/+0
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+3
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+1
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-2/+2
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-3/+3
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-301-1/+5
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-6/+2
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-2/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-7/+2