summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_multi.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-061-1/+2
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-021-6/+2
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-6/+12
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-1/+6
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-6/+1
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-1/+6
* SERVER-51531: Implement $array exprProjjal Chanda2023-04-121-0/+1
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-2/+2
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-3/+0
* SERVER-73317 redaction for $function and $accumulatorMaddie Zechar2023-03-031-10/+12
* SERVER-73324 Literal and field name redaction for ExpressionFieldPath and Exp...Ted Tuckman2023-02-141-3/+3
* SERVER-69215 Improve AccumulatorTopBottomN() constructorIvan Fefer2022-09-081-5/+5
* SERVER-68787 Note why for loop is making a copy in commentKevin Cherkauer2022-08-261-1/+2
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-101-9/+0
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-031-0/+9
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-281-9/+0
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-011-87/+15
* SERVER-61656 Extend lastpoint rewrite to $top, $bottom, $topN, $bottomNAlya Berciu2022-04-131-1/+1
* SERVER-61855 Add 5.2 language features to the stable APIMihai Andrei2022-03-301-13/+12
* SERVER-61447 Skip expression evaluation when AccumulatorFirst/AccumulatorFirs...Mihai Andrei2022-01-121-0/+3
* SERVER-62094 fix memory tracking in $top/$bottom/$topN/$bottomN window functi...Mickey. J Winters2021-12-181-0/+14
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-031-18/+69
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-021-14/+16
* SERVER-61661 Upconvert missing values to null for $firstN/$lastN/$top/$bottom...Mihai Andrei2021-11-231-2/+10
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-081-38/+67
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-051-10/+10
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-271-20/+13
* SERVER-60878 Remove redundant TODO about $firstN/$lastN window functionsMihai Andrei2021-10-211-2/+1
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-2/+304
* SERVER-57884 Implement $firstN/$lastN as window functionsMihai Andrei2021-10-071-1/+0
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-43/+56
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-56/+43
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-43/+56
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-081-0/+2
* SERVER-58072 Changed unnecessary uses of isEnabledAndIgnoreFCV() to isEnabled...Jennifer Peshansky2021-09-031-2/+4
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-17/+15
* SERVER-59634 Complete TODO listed in SERVER-57885Raunak Chowdhury2021-08-271-1/+0
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-1/+24
* SERVER-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-231-4/+6
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-29/+145
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-6/+33
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+211