| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-28651 Pass agg Variables root doc via Expression::evaluate() | James Wahlin | 2017-05-03 | 1 | -96/+76 |
* | SERVER-28651 Move agg var ownership to ExpressionContext | James Wahlin | 2017-04-29 | 1 | -85/+82 |
* | SERVER-27115 extend $match swapping optimization to handle renamed fields | David Storch | 2017-04-18 | 1 | -0/+4 |
* | SERVER-28597 Move agg Variables into separate files | James Wahlin | 2017-04-04 | 1 | -123/+1 |
* | SERVER-27614 add $$REMOVE agg system variable | David Storch | 2017-03-13 | 1 | -5/+22 |
* | SERVER-23310 Add aggregation expression $arrayToObject | Wan Bachtiar | 2017-03-07 | 1 | -0/+9 |
* | SERVER-18794 Add aggregation pipeline expression $objectToArray | Wan Bachtiar | 2017-03-03 | 1 | -0/+8 |
* | SERVER-25535 Remove injectExpressionContext(). | Charlie Swanson | 2016-12-16 | 1 | -92/+336 |
* | SERVER-27201 fix DocumentSourceGraphLookup to correctly propagate ExpressionC... | David Storch | 2016-11-30 | 1 | -0/+5 |
* | SERVER-24152 add granularity option to $bucketAuto | Sally McNichols | 2016-08-05 | 1 | -0/+4 |
* | SERVER-23349 make ExpressionZip and ExpressionSwitch inherit directly from Ex... | David Storch | 2016-07-22 | 1 | -8/+3 |
* | SERVER-23349 require a collator for Document::compare() and Value::compare() | David Storch | 2016-07-19 | 1 | -0/+1 |
* | SERVER-24508 DocumentComparator and ValueComparator | David Storch | 2016-07-14 | 1 | -1/+51 |
* | SERVER-18966 Add the ability to exclude fields in $project stage | Charlie Swanson | 2016-06-24 | 1 | -184/+75 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -5/+11 |
* | SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde... | Benjamin Murphy | 2016-04-29 | 1 | -0/+24 |
* | SERVER-6773 Aggregation now supports the split expression. | Benjamin Murphy | 2016-04-26 | 1 | -0/+7 |
* | SERVER-6146 Aggregation now supports the in expression. | Benjamin Murphy | 2016-04-21 | 1 | -0/+7 |
* | SERVER-17258 Aggregation now supports the reduce expression. | Benjamin Murphy | 2016-04-21 | 1 | -0/+19 |
* | SERVER-10689 Aggregation now supports the switch expression. | Benjamin Murphy | 2016-04-15 | 1 | -0/+19 |
* | SERVER-14670 Aggregation supports strLenCP and strLenBytes. | Benjamin Murphy | 2016-03-29 | 1 | -0/+12 |
* | SERVER-7695 Add ISO versions of date expressions. | Jens Fahnenbruck | 2016-03-29 | 1 | -0/+27 |
* | SERVER-20163 Aggregation now supports the zip expression. | Benjamin Murphy | 2016-03-25 | 1 | -0/+17 |
* | SERVER-22580 Aggregation now supports substrCP. | Benjamin Murphy | 2016-03-25 | 1 | -1/+8 |
* | SERVER-4507 Group stages now take advantage of sorted input sequences. | Benjamin Murphy | 2016-03-24 | 1 | -1/+5 |
* | SERVER-20169 Aggregation now supports the range expressin. | Benjamin Murphy | 2016-03-24 | 1 | -0/+6 |
* | SERVER-23029 Added reverseArray expression to aggregation. | Benjamin Murphy | 2016-03-15 | 1 | -0/+7 |
* | SERVER-13447 Added type expression to aggregation. | Benjamin Murphy | 2016-03-15 | 1 | -0/+7 |
* | SERVER-18957 Separate isAssociativeAndCommutative into two functions. | Santiago Alessandri | 2016-02-02 | 1 | -11/+57 |
* | SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul... | James Cohan | 2015-08-11 | 1 | -0/+44 |
* | SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressions | Charlie Swanson | 2015-08-07 | 1 | -10/+54 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-08-07 | 1 | -0/+26 |
* | Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre... | James Cohan | 2015-08-04 | 1 | -26/+0 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-07-31 | 1 | -0/+26 |
* | SERVER-533 Add aggregation stage to randomly sample documents | Charlie Swanson | 2015-07-20 | 1 | -0/+10 |
* | Revert "$sample" | Charlie Swanson | 2015-07-20 | 1 | -10/+0 |
* | $sample | Charlie Swanson | 2015-07-20 | 1 | -0/+10 |
* | SERVER-8141 Avoid treating arrays as literals in aggregation pipeline | Charlie Swanson | 2015-07-15 | 1 | -0/+9 |
* | Move expression.h's out-of-line implementations to be inline | Charlie Swanson | 2015-07-14 | 1 | -16/+6 |
* | SERVER-6074 Add $slice aggregation expression | Charlie Swanson | 2015-07-14 | 1 | -2/+28 |
* | SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ... | Charlie Swanson | 2015-07-13 | 1 | -0/+25 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-07-01 | 1 | -0/+4 |
* | Revert "SERVER-8568 Add $sqrt aggregation expression" | James Cohan | 2015-06-30 | 1 | -4/+0 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-06-30 | 1 | -0/+4 |
* | SERVER-18660 Use final, override, and explicit when appropriate in pipeline h... | Charlie Swanson | 2015-06-25 | 1 | -212/+173 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -830/+845 |
* | SERVER-4589: Add $arrayElemAt aggregation expression | Charlie Swanson | 2015-06-18 | 1 | -0/+7 |
* | SERVER-14872: Aggregation expression to concatenate multiple arrays into one | Charlie Swanson | 2015-06-15 | 1 | -0/+7 |
* | SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Andrew Morrow | 2015-06-10 | 1 | -1/+1 |
* | Add $abs aggregation expression | James Cohan | 2015-06-09 | 1 | -0/+6 |