summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-6/+3
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-3/+6
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-6/+3
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-4/+44
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-091-1/+11
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-1/+89
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-27/+82
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-7/+7
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-2/+1
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-5/+13
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+3
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-2/+2
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-3/+3