summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60218 add initialize helper function for document_source_groupMickey. J Winters2021-10-051-3/+8
* SERVER-60261 Update some comments on `$coerceToBool`-related issuesYoonsoo Kim2021-09-291-10/+7
* SERVER-60239 Block $group with $coerceToBool from being pushed down to SBEYoonsoo Kim2021-09-281-0/+18
* SERVER-60136 Extend DocumentSourceGroup sbeGroupCompatible flag to use sbeCom...Yoonsoo Kim2021-09-221-1/+1
* SERVER-59895 init _sbeCompatibleSteve La2021-09-191-1/+2
* SERVER-58516 Add group stage builderYoonsoo Kim2021-09-141-0/+3
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-081-0/+2
* SERVER-59432 tassert for group system var optimizeJacob Evans2021-08-231-1/+3
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-07-281-17/+7
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-57329 fix long long to size_t narrowingBilly Donahue2021-06-011-5/+5
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-3/+5
* SERVER-53303 Make sort and group execution stages report number of spills to ...Denis Grebennicov2021-05-191-3/+5
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-041-1/+1
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-301-49/+34
* SERVER-55575 Optimize $group on meta $min/$max on measurements for time-serie...Svilen Mihaylov2021-04-271-0/+4
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-1/+1
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-161-6/+6
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-53461 totalDataSizeGroupedBytesEstimate stats for $group should report...Rishab Joshi2021-01-151-9/+10
* SERVER-48380 Expose total data size in bytes processed by $sort and $group in...Rishab Joshi2020-12-141-18/+18
* SERVER-49027 Extend $group explain execution stats to report memory consumpti...Ruoxin Xu2020-12-071-27/+67
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-0/+5
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-4/+1
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-1/+1
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-08-101-17/+45
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2020-06-251-3/+13
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-9/+9
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-10/+35
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-35/+10
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-10/+35
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-35/+10
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-10/+35
* SERVER-43806 Update Internal JS Reduce to parse static argument separatelyMihai Andrei2019-11-071-8/+5
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-4/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-42835 Fix inconsistent handling of arrays as $group keysTed Tuckman2019-09-301-6/+5
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+2
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-141-0/+18
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-5/+6
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-6/+5
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-5/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-1/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+2
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-3/+3
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-283/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0