summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-5/+5
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-45/+24
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-4/+4
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+1
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-141-52/+139
* SERVER-73317 redaction for $function and $accumulatorMaddie Zechar2023-03-031-0/+142
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-011-10/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62094 fix memory tracking in $top/$bottom/$topN/$bottomN window functi...Mickey. J Winters2021-12-181-10/+44
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-031-0/+395
* SERVER-61661 Upconvert missing values to null for $firstN/$lastN/$top/$bottom...Mihai Andrei2021-11-231-13/+14
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-271-129/+255
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-20/+381
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-0/+131
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-7/+117
* SERVER-54241 Implement removable $covariance functionRuoxin Xu2021-04-191-3/+16
* SERVER-54240 Implement $covariance accumulator-onlyRuoxin Xu2021-03-171-0/+141
* SERVER-54170 Add rank accumulatorsTed Tuckman2021-02-251-3/+66
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-39/+39
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-1/+4
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+9
* 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-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-11-091-0/+22
* SERVER-43796 Fix unittests and compileJacob Evans2019-10-151-42/+29
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* 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-14/+16
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-6/+6
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-0/+58
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-20/+15
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-6/+6
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-26687 NumberDecimal unit tests for $sum accumulatorJames Wahlin2016-11-041-1/+10
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-2/+3
* SERVER-23349 add tests for $group and accumulators using collationDavid Storch2016-07-211-1/+38
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-0/+6
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-3/+4
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-36/+53
* SERVER-16221 SERVER-23712 Aggregation unit tests should not rely on signed ov...Andrew Morrow2016-04-151-2/+2
* SERVER-19877 Change format of accumulator unit testsJames Cohan2015-08-141-1045/+237
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-8/+8
* SERVER-14691: $avg accumulator should return null if it receives no numeric i...Charlie Swanson2015-07-151-1/+1
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-0/+1088