| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-25865 stdx::unordered_map and stdx::unordered_set | David Storch | 2016-09-08 | 1 | -1/+1 |
* | SERVER-24152 add granularity option to $bucketAuto | Sally McNichols | 2016-08-05 | 1 | -0/+9 |
* | SERVER-23349 add a test for aggregation expressions respecting the collation | David Storch | 2016-07-26 | 1 | -0/+3 |
* | SERVER-23349 make ExpressionZip and ExpressionSwitch inherit directly from Ex... | David Storch | 2016-07-22 | 1 | -7/+1 |
* | SERVER-23349 require a collator for Document::compare() and Value::compare() | David Storch | 2016-07-19 | 1 | -1/+1 |
* | SERVER-24508 DocumentComparator and ValueComparator | David Storch | 2016-07-14 | 1 | -23/+106 |
* | SERVER-24640 Implement getDependencies for $facet stage. | Charlie Swanson | 2016-07-14 | 1 | -1/+1 |
* | SERVER-24766 Rename error code 15999 to InvalidPipelineOperator | Geert Bosch | 2016-07-13 | 1 | -1/+1 |
* | SERVER-24302 Make "as" option of $filter and $map default to "this" | Sally McNichols | 2016-06-30 | 1 | -4/+8 |
* | SERVER-18966 Add the ability to exclude fields in $project stage | Charlie Swanson | 2016-06-24 | 1 | -414/+83 |
* | SERVER-19735: Add support for decimal type in aggregationr3.3.8 | Geert Bosch | 2016-06-06 | 1 | -59/+193 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -62/+110 |
* | SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde... | Benjamin Murphy | 2016-04-29 | 1 | -51/+248 |
* | SERVER-6773 Aggregation now supports the split expression. | Benjamin Murphy | 2016-04-26 | 1 | -0/+66 |
* | SERVER-6146 Aggregation now supports the in expression. | Benjamin Murphy | 2016-04-21 | 1 | -0/+23 |
* | SERVER-17258 Aggregation now supports the reduce expression. | Benjamin Murphy | 2016-04-21 | 1 | -0/+82 |
* | SERVER-10689 Aggregation now supports the switch expression. | Benjamin Murphy | 2016-04-15 | 1 | -0/+130 |
* | SERVER-14670 Aggregation supports strLenCP and strLenBytes. | Benjamin Murphy | 2016-03-29 | 1 | -0/+52 |
* | SERVER-7695 Add ISO versions of date expressions. | Jens Fahnenbruck | 2016-03-29 | 1 | -0/+165 |
* | SERVER-22580 Remove invalid UTF-8 from log messages | Benjamin Murphy | 2016-03-25 | 1 | -8/+6 |
* | SERVER-20163 Aggregation now supports the zip expression. | Benjamin Murphy | 2016-03-25 | 1 | -0/+170 |
* | SERVER-22580 Aggregation now supports substrCP. | Benjamin Murphy | 2016-03-25 | 1 | -7/+122 |
* | SERVER-20169 Aggregation now supports the range expressin. | Benjamin Murphy | 2016-03-24 | 1 | -0/+59 |
* | SERVER-23029 Added reverseArray expression to aggregation. | Benjamin Murphy | 2016-03-15 | 1 | -19/+47 |
* | SERVER-13447 Added type expression to aggregation. | Benjamin Murphy | 2016-03-15 | 1 | -6/+18 |
* | SERVER-18957 Separate isAssociativeAndCommutative into two functions. | Santiago Alessandri | 2016-02-02 | 1 | -58/+89 |
* | SERVER-19182 Integrate storage engine optimizations into $sample stage | Charlie Swanson | 2015-08-27 | 1 | -2/+1 |
* | SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul... | James Cohan | 2015-08-11 | 1 | -5/+5 |
* | SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressions | Charlie Swanson | 2015-08-07 | 1 | -62/+57 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-08-07 | 1 | -0/+250 |
* | Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre... | James Cohan | 2015-08-04 | 1 | -249/+0 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-07-31 | 1 | -0/+249 |
* | SERVER-533 Add aggregation stage to randomly sample documents | Charlie Swanson | 2015-07-20 | 1 | -7/+29 |
* | Revert "$sample" | Charlie Swanson | 2015-07-20 | 1 | -29/+7 |
* | $sample | Charlie Swanson | 2015-07-20 | 1 | -7/+29 |
* | SERVER-8141 Avoid treating arrays as literals in aggregation pipeline | Charlie Swanson | 2015-07-15 | 1 | -0/+32 |
* | SERVER-6074 Add $slice aggregation expression | Charlie Swanson | 2015-07-14 | 1 | -0/+88 |
* | SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ... | Charlie Swanson | 2015-07-13 | 1 | -82/+64 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-07-01 | 1 | -2/+24 |
* | Revert "SERVER-8568 Add $sqrt aggregation expression" | James Cohan | 2015-06-30 | 1 | -24/+2 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-06-30 | 1 | -2/+24 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -2154/+2067 |
* | SERVER-4589: Add $arrayElemAt aggregation expression | Charlie Swanson | 2015-06-18 | 1 | -5/+40 |
* | SERVER-14872: Aggregation expression to concatenate multiple arrays into one | Charlie Swanson | 2015-06-15 | 1 | -0/+27 |
* | Add $abs aggregation expression | James Cohan | 2015-06-09 | 1 | -0/+33 |
* | SERVER-18423: Fix typo in aggregation $map and $filter error messages | Charlie Swanson | 2015-06-03 | 1 | -2/+2 |
* | SERVER-6801: Error when aggregation's $substr expression results in invalid U... | Charlie Swanson | 2015-05-22 | 1 | -0/+14 |
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr... | Andy Schwerin | 2015-05-13 | 1 | -2/+2 |
* | Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s... | Andy Schwerin | 2015-05-12 | 1 | -2/+2 |
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr... | Andy Schwerin | 2015-05-12 | 1 | -2/+2 |