summaryrefslogtreecommitdiff
path: root/jstests/aggregation/expressions
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-131-0/+132
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-191-100/+64
* 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