summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-1/+4
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-2/+2
* SERVER-76189 Define let variables when parsing for telemetryCharlie Swanson2023-04-201-0/+10
* SERVER-76126 Set user roles system variable only if referenced in queryMilitsa Sotirova2023-04-201-0/+25
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-191-0/+1
* SERVER-76098 Allow queries with search and non-simple collationsMilitsa Sotirova2023-04-141-5/+0
* SERVER-75506 Cache $lookup inner query plans with single solutionMatt Boros2023-04-111-0/+4
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-7/+19
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-03-231-3/+3
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-011-0/+5
* SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova2023-02-231-0/+5
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-0/+11
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+11
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-131-1/+2
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-261-1/+1
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-0/+11
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-0/+3
* SERVER-66009 Avoid use of mongo process interface if search is in an update p...Ted Tuckman2022-04-281-0/+3
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-9/+12
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-0/+3
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-0/+10
* 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