summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_multi.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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