summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-131-2/+2
* Revert "SERVER-70267 Enable streaming group if group id field are monotonic o...Ivan Fefer2022-12-121-2/+2
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-091-2/+2
* SERVER-70267 Add DocumentSourceStreamingGroupIvan Fefer2022-11-181-834/+36
* Revert "SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' t...auto-revert-processor2022-10-211-17/+8
* SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' to $grou...Mihai Andrei2022-10-201-8/+17
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-191-0/+10
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-4/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-3/+20
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-3/+3
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-201-5/+5
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-101-3/+22
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-3/+2
* SERVER-61447 Skip expression evaluation when AccumulatorFirst/AccumulatorFirs...Mihai Andrei2022-01-121-10/+10
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-11/+31
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-31/+11
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-191-6/+1
* SERVER-60638 Block $group from being pushed down when `needsMerge` is requestedYoonsoo Kim2021-10-131-1/+6
* 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