summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_sum.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-1/+1
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-3/+1
* SERVER-64227 Remove $sum/$avg merging logic to handle the old over-the-wire f...Yoonsoo Kim2022-05-041-51/+9
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-281-2/+2
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-2/+2
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-2/+2
* SERVER-63260 Fix incorrect $avg result when merging partial resultsYoonsoo Kim2022-03-151-53/+70
* SERVER-62940 Have $sum accumulator serialize the full state of partial resultYoonsoo Kim2022-03-101-8/+105
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-241-1/+1
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+3
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-57899 Expose accumulator name to make it more convenient to switch on ...Andrii Dobroshynski2021-06-301-4/+0
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-54235 Desugar $count window function as {$sum : 1}Joel Redman2021-04-301-0/+3
* SERVER-55826 Disallow $count accumulator in persisted pipelines unless FCV is...Nick Zolnierz2021-04-151-1/+2
* SERVER-53713 Implement removable $sum and $avg window functionHartek Sabharwal2021-03-171-4/+6
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-021-1/+2
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-241-0/+1
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-231-1/+1
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-231-1/+1
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-221-1/+1
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-101-1/+1
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-0/+2
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-4/+2
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-3/+3
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-3/+3
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-3/+3
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-3/+3
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-3/+3
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-10-171-9/+1
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-3/+5
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-0/+2
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-27/+78
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-0/+2
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-131-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-52/+43
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* Clean up AccumulatorAvgMathias Stearn2013-10-211-4/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+3
* SERVER-9444 Remove context-awareness from Accumulators to prep $group for SorterMathias Stearn2013-07-101-12/+19
* Accumulators are not Expressions so they shouldn't deriveMathias Stearn2013-06-181-11/+6