summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/variables.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-7/+0
* SERVER-46998 Support 'let' variables used within $merge custom pipeline updateKatherine Wu2020-05-181-9/+8
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-9/+45
* SERVER-47328 optimize MR by avoiding repeated creation of RuntimeConstantsIan Boros2020-04-131-4/+9
* SERVER-44657 Variables class does not behave as an associative mapAnton Korshunov2020-03-201-4/+18
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-211-0/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-0/+1
* 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-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-2/+7
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+29
* 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-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-171-9/+24
* SERVER-31890 ExpressionFieldPath::optimize() should expand dotted field pathJames Wahlin2017-11-141-1/+3
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+15
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+18
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-051-4/+13
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-2/+2
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-18/+6
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-40/+33
* SERVER-28597 Move agg Variables into separate filesJames Wahlin2017-04-041-0/+157