summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17943 Add $filter aggregation expressionCharlie Swanson2015-05-071-0/+106
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-9/+7
* Use 'char* ' instead of 'char *' in pipeline/expression.{h,cpp}Charlie2015-05-041-38/+38
* SERVER-18222 Add $isArray aggregation expressionCharlie2015-05-041-0/+12
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* Fix grammar in $let agg expression error message.A. Jesse Jiryu Davis2014-10-231-1/+1
* SERVER-11118 Fix duplicate uassert idsKaloian Manassiev2014-07-241-3/+3
* SERVER-11118 add dateToString aggregation operatorAdam Midvidy2014-07-241-37/+220