summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-24152 add granularity option to $bucketAutoSally McNichols2016-08-051-0/+9
* SERVER-23349 add a test for aggregation expressions respecting the collationDavid Storch2016-07-261-0/+3
* SERVER-23349 make ExpressionZip and ExpressionSwitch inherit directly from Ex...David Storch2016-07-221-7/+1
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-1/+1
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-23/+106
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-1/+1
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-131-1/+1
* SERVER-24302 Make "as" option of $filter and $map default to "this"Sally McNichols2016-06-301-4/+8
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-414/+83
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-59/+193
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-62/+110
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-291-51/+248
* SERVER-6773 Aggregation now supports the split expression.Benjamin Murphy2016-04-261-0/+66
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-211-0/+23
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-211-0/+82
* SERVER-10689 Aggregation now supports the switch expression.Benjamin Murphy2016-04-151-0/+130
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-291-0/+52
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-291-0/+165
* SERVER-22580 Remove invalid UTF-8 from log messagesBenjamin Murphy2016-03-251-8/+6
* SERVER-20163 Aggregation now supports the zip expression.Benjamin Murphy2016-03-251-0/+170
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-251-7/+122
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-241-0/+59
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-19/+47
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-151-6/+18
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-021-58/+89
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-2/+1
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-5/+5
* SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressionsCharlie Swanson2015-08-071-62/+57
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-08-071-0/+250
* Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre...James Cohan2015-08-041-249/+0
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-07-311-0/+249
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-7/+29
* Revert "$sample"Charlie Swanson2015-07-201-29/+7
* $sampleCharlie Swanson2015-07-201-7/+29
* SERVER-8141 Avoid treating arrays as literals in aggregation pipelineCharlie Swanson2015-07-151-0/+32
* SERVER-6074 Add $slice aggregation expressionCharlie Swanson2015-07-141-0/+88
* SERVER-19105 Add macro to register Accumulators, move REGISTER_EXPRESSION to ...Charlie Swanson2015-07-131-82/+64
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-07-011-2/+24
* Revert "SERVER-8568 Add $sqrt aggregation expression"James Cohan2015-06-301-24/+2
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-06-301-2/+24
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-2154/+2067
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-181-5/+40
* SERVER-14872: Aggregation expression to concatenate multiple arrays into oneCharlie Swanson2015-06-151-0/+27
* Add $abs aggregation expressionJames Cohan2015-06-091-0/+33
* SERVER-18423: Fix typo in aggregation $map and $filter error messagesCharlie Swanson2015-06-031-2/+2
* SERVER-6801: Error when aggregation's $substr expression results in invalid U...Charlie Swanson2015-05-221-0/+14
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2