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