summaryrefslogtreecommitdiff
path: root/jstests/aggregation/accumulators
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-061-0/+2
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-021-3/+57
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-0/+2
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-1/+57
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-57/+1
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-261-1/+1
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-1/+57
* SERVER-52237: Enable feature flag for Approximate Median and Percentile Accum...Naama Bareket2023-04-033-5/+6
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-313-63/+39
* SERVER-74357 Switch approximate $percentile accumulator to use t-digestIrina Yatsenko2023-03-301-4/+110
* SERVER-74358 Support computing $percentile on sharded collectionsIrina Yatsenko2023-03-172-4/+0
* SERVER-74361 Add $median accumulator that desugars to $percentileGil Alon2023-03-142-0/+106
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-032-0/+195
* Revert "SERVER-74297 Initial implementation of $percentile accumulator"auto-revert-processor2023-03-032-195/+0
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-032-0/+195
* SERVER-67337 add back code 16554 for type mismatch in $addDavis Haupt2022-06-161-2/+3
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-151-2/+2
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-21/+24
* SERVER-62045 Add basic jstest coverage for $bucketAuto for the exact topN acc...Mihai Andrei2021-12-153-5/+118
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-023-48/+0
* SERVER-59590 Add test coverage for the max 'n' value for $firstN/$lastN/$topN...Mihai Andrei2021-11-192-107/+168
* SERVER-61301 Test multiple $topN/$bottomN accumulators in the same $group and...Mihai Andrei2021-11-172-11/+134
* SERVER-59590 Add min_n_max_n limit n testSteve La2021-11-101-17/+77
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-052-19/+18
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-271-39/+43
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-0/+255
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-152-2/+2
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-142-2/+2
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-132-2/+2
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-0/+118
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+159
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-221-3/+4
* Revert "SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extra...James Wahlin2020-10-211-4/+3
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-211-3/+4
* SERVER-50468 Tag accumulator_js_size_limits.js as resource_intensiveCharlie Swanson2020-08-241-0/+1
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-08-101-0/+42
* SERVER-45450 Fix lintGregory Wlodarek2020-03-171-4/+4
* SERVER-45450 $accumulator performanceDavid Percy2020-03-172-2/+241
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-273-1/+215
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-263-215/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-253-1/+215
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-243-215/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-213-1/+215
* SERVER-44734 Implement large document optimization for agg MRJames Wahlin2019-12-041-1/+1
* SERVER-43806 Update Internal JS Reduce to parse static argument separatelyMihai Andrei2019-11-071-1/+1
* SERVER-43204 Relax assertion in internal_js_reduce.js to account for failure ...Nicholas Zolnierz2019-09-131-1/+1
* SERVER-42798 Add unit tests for new internal JS expressionsJames Wahlin2019-09-101-14/+10
* SERVER-42890 Fix collection name used in internal_js_reduce_with_scope.jsNicholas Zolnierz2019-08-191-3/+4
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-0/+54