summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74029 Add SerializerFlags context to custom IDL serializersHugh Tong2023-03-162-7/+12
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-16130-537/+404
* SERVER-74942 Ban $_internalShardServerInfo from running in CQFDavis Haupt2023-03-161-0/+2
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-153-8/+11
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave correc...jannaerin2023-03-155-3/+20
* SERVER-73995 Implement v2 changes to Queryable Encryption finds using collSca...Shreyas Kalyan2023-03-154-79/+362
* SERVER-74361 Add $median accumulator that desugars to $percentileGil Alon2023-03-143-2/+95
* SERVER-66544 TASSERT if an unknown command is reached.Sebastien Mendez2023-03-141-2/+2
* SERVER-54578 Rename MatchExpression::shallowClone() to MatchExpression::clone()Amr Elhelw2023-03-142-2/+2
* SERVER-68988 Avoid creating copies with autoAmr Elhelw2023-03-141-1/+1
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-145-169/+351
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-1361-0/+289
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-132-5/+7
* SERVER-74556 Add idl for $percentile accumulatorGil Alon2023-03-104-51/+85
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-092-3/+5
* SERVER-73557 add ability for mongos to broadcast shards pipeline to all nodes...Davis Haupt2023-03-088-19/+258
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-035-0/+425
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-0313-86/+98
* Revert "SERVER-74297 Initial implementation of $percentile accumulator"auto-revert-processor2023-03-035-423/+0
* SERVER-73317 redaction for $function and $accumulatorMaddie Zechar2023-03-039-28/+264
* SERVER-73617 Create server parameter to access USER_ROLES system variableMilitsa Sotirova2023-03-032-2/+3
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-035-0/+423
* SERVER-70727 Add sort spill stats to explainAdityavardhan Agrawal2023-03-022-1/+12
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-021-0/+1
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-022-5/+7
* SERVER-71828 Add $changeStreamSplitLargeEvent stageRomans Kasperovics2023-03-0113-66/+424
* SERVER-74217 Add redaction function for find command requestTed Tuckman2023-03-013-28/+40
* SERVER-73204 Allow $searchScore and $searchSortValues to be field pathsBen Shteinfeld2023-03-011-1/+6
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-016-5/+99
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-8/+10
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-274-7/+7
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-266-6/+6
* SERVER-74198 Don't set RETURN_OWNED_DATA flag when producing empty docsRui Liu2023-02-251-2/+5
* SERVER-74123 [CQF] Simplifications and fixes around sargable nodes and indexesSvilen Mihaylov2023-02-241-6/+9
* SERVER-73850 add redaction for $let expressionsDavis Haupt2023-02-246-47/+130
* SERVER-73914 Implement renames for kArrayMatching match expressionsYoonsoo Kim2023-02-241-33/+239
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-2414-48/+385
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-2318-82/+149
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-232-3/+22
* SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova2023-02-231-0/+5
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-5/+5
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-223-8/+9
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-2/+5
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-215-47/+47
* SERVER-73937 Remove config.collections sharded agg special caseJack Mulrow2023-02-172-7/+23
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* SERVER-73320 Implement literal and field name redaction for ExpressionGetFiel...Ted Tuckman2023-02-173-33/+274
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-167-2/+33
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2