summaryrefslogtreecommitdiff
path: root/jstests/aggregation/expressions
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40343 Better handling of errors from PCRE in $regex expressionsArun Banala2019-04-012-9/+11
* SERVER-37848 Test $regex agg expressions with regex that meets and exceeds th...Arun Banala2019-03-271-0/+118
* SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFindArun Banala2019-03-201-12/+44
* SERVER-39696 Implement $regexFindAllArun Banala2019-03-202-339/+438
* SERVER-39695 Implement $regexFindArun Banala2019-03-131-0/+339
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-142-0/+156
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-221-0/+254
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+75
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-101-100/+64
* SERVER-33757 Unsupported target type in $convert is an "onError" case.Justin Seyster2018-03-211-1/+16
* SERVER-33447 jstest for $convertJustin Seyster2018-03-061-0/+311
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-211-15/+106
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-213-21/+293
* SERVER-33172: Add onNull parameter to $dateToStringNick Zolnierz2018-02-131-0/+77
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-35/+114
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-081-0/+99
* SERVER-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-052-94/+424
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-142-19/+54
* SERVER-31322 Rename year and week field names for $dateToParts and $dateFromP...Katherine Walker2017-10-052-40/+46
* SERVER-30524 dateFromParts should expect "millisecond" instead of "milliseconds"Derick Rethans2017-08-081-28/+28
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-301-0/+30
* SERVER-29284 Add support for using "+04:00" and similar as time zone specifierDerick Rethans2017-07-211-0/+164
* SERVER-29209 Add timezone support to $dateFromStringDerick Rethans2017-07-211-1/+217
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-131-0/+236
* SERVER-28610 Added timezone support (and %z and %Z) to $dateToStringDerick Rethans2017-07-121-0/+171
* Revert "SERVER-29208 Add the $dateFromString aggregation operator"Dan Pasette2017-07-111-236/+0
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-111-0/+236
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-071-0/+83
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-292-0/+1027
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-221-27/+41
* SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-121-0/+98
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-0/+160
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+3
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-3/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+3
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-071-0/+99
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-031-0/+95
* SERVER-23349 add a test for aggregation expressions respecting the collationDavid Storch2016-07-261-0/+241
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-289-209/+120
* SERVER-23896 Add ExpressionMod tests for infinite dividendJames Wahlin2016-05-091-4/+6
* SERVER-23896 Additional tests for ExpressionModJames Wahlin2016-05-091-0/+95
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-293-0/+346
* SERVER-6773 Aggregation now supports the split expression.Benjamin Murphy2016-04-261-0/+72
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-211-0/+156
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-211-0/+142
* SERVER-10689 Aggregation now supports the switch expression.Benjamin Murphy2016-04-152-0/+221