summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63050 add ability to check if no foreign namespaces are involved in an...Mickey. J Winters2022-03-161-0/+9
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-0/+4
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+0
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-0/+1
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-3/+7
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-0/+23
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-081-0/+5
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+1
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-4/+4
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-6/+1
* SERVER-59415 Ensure subpipeline accumulators return correct results when look...Katherine Wu2021-08-191-0/+8
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-1/+6
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+28
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+1
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-0/+7
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-0/+3
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-301-0/+5
* SERVER-55059 Move fast-path of ExpressionContext::checkForInterrupt inlineRushan Chen2021-04-231-1/+9
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-5/+5
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-0/+4
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+3
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+6
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-11/+13
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-6/+6
* SERVER-50557 Remove unused ExpressionContext::jsFnTimeoutMillis member varJames Wahlin2020-09-101-4/+0
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-1/+2
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-3/+2
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+3
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-4/+14
* SERVER-47328 optimize MR by avoiding repeated creation of RuntimeConstantsIan Boros2020-04-131-2/+2
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-6/+0
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-5/+0
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-5/+13
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-25/+23
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-211-3/+13
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+5
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+11
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-1/+9
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-3/+5
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-1/+6
* SERVER-44774 Check that scripting is enabled before evaluating javascript exp...Nicholas Zolnierz2019-11-271-0/+3
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-1/+1
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-211-1/+1
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-6/+15
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-211-1/+1