summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-4/+10
* SERVER-70689: Remove featureFlagUserRolesVarun Ravichandran2023-05-101-8/+1
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-12/+10
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-1/+0
* SERVER-76189 Define let variables when parsing for telemetryCharlie Swanson2023-04-201-0/+36
* SERVER-76126 Set user roles system variable only if referenced in queryMilitsa Sotirova2023-04-201-1/+3
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-191-0/+2
* SERVER-73617 Create server parameter to access USER_ROLES system variableMilitsa Sotirova2023-03-031-1/+2
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-011-0/+13
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-131-3/+6
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-6/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-8/+9
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-0/+2
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not a...Irina Yatsenko2022-04-261-1/+3
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-0/+16
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+3
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-0/+1
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+0
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-2/+3
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-3/+10
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+1
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-5/+1
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-1/+5
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+21
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-0/+3
* SERVER-55059 Move fast-path of ExpressionContext::checkForInterrupt inlineRushan Chen2021-04-231-6/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-2/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-0/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-7/+7
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-12/+13
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-3/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-1/+1
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-1/+1
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-2/+4
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-24/+6
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-4/+5
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+11
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-2/+20
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-5/+12
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-12/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-41/+10
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+3
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-2/+19
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-1/+13
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-20/+6
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-4/+0