summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-36/+36
* 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-69/+95
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-4/+4
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-1388/+348
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-12/+7
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-9/+50
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-80/+136
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+0
* SERVER-16221 SERVER-23712 Aggregation unit tests should not rely on signed ov...Andrew Morrow2016-04-151-1/+6
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-291-0/+53
* SERVER-23356 ExpressionSubstrCPTest does not null-terminate char*.Benjamin Murphy2016-03-251-4/+4
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-251-7/+61
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-241-0/+35
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-0/+23
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-151-0/+94
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-021-277/+535
* SERVER-9625 Logging arguments of failed test case in expression unit testsJames Cohan2015-08-141-6/+12
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-0/+85
* SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressionsCharlie Swanson2015-08-071-0/+153
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-0/+4356