summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_std_dev.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-281-2/+4
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-4/+2
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-2/+4
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-4/+2
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-081-2/+4
* 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-2/+2
* SERVER-55063 Window function StdDev can take the sqrt of a negative number an...Hartek Sabharwal2021-03-151-1/+1
* SERVER-54849 Enhance window function testing helpers to also test removable w...Ted Tuckman2021-03-101-4/+3
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-021-4/+4
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-231-2/+4
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-231-4/+2
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-221-2/+4
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-101-1/+1
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-0/+3
* SERVER-52739: Numerical stability issue in StdDev functionsSvilen Mihaylov2020-11-171-4/+11
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-6/+3
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-4/+4
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-4/+4
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-4/+4
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-4/+4
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-4/+4
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-2/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-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-5/+9
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-0/+2
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-6/+9
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-131-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+63
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-091-0/+117