| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-24386 Use a valid OperationContext when killing $lookup's cursor | Charlie Swanson | 2016-11-07 | 2 | -13/+145 |
* | SERVER-23067 Final round of JS linting and formatting | Mike Grundy | 2016-03-21 | 4 | -6/+6 |
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 101 | -4587/+3377 |
* | SERVER-22537 Fix DBDirectClient's OperationContext not getting updated. | Max Hirschhorn | 2016-02-29 | 1 | -0/+55 |
* | SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fix | Mike Grundy | 2016-02-16 | 22 | -51/+51 |
* | SERVER-6102 Deserialize BSON undefined as JS undefined | Jonathan Reams | 2015-11-11 | 1 | -1/+1 |
* | SERVER-21186 Make all sharding tests use default verbosity of 1 | Kaloian Manassiev | 2015-11-11 | 6 | -6/+5 |
* | SERVER-21287 $lookup should always make $eq queries | Mathias Stearn | 2015-11-04 | 1 | -0/+25 |
* | SERVER-19095 Move $lookup to community edition | Charlie Swanson | 2015-10-30 | 1 | -0/+428 |
* | SERVER-20969 Restrict $indexStats to first pipeline stage | James Wahlin | 2015-10-28 | 1 | -1/+1 |
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 2 | -24/+26 |
* | SERVER-20935 do not attempt to attach shard version to OpCtx inside direct cl... | David Storch | 2015-10-22 | 1 | -0/+15 |
* | SERVER-20168 Empty array should not be present in document after $unwind | Charlie Swanson | 2015-10-07 | 2 | -2/+2 |
* | SERVER-20595 The includeArrayIndex option to $unwind should specify a path | Charlie Swanson | 2015-10-07 | 1 | -12/+17 |
* | SERVER-18498 New replica set configurations have protocolVersion=1 by default | matt dannenberg | 2015-10-01 | 1 | -6/+6 |
* | SERVER-20696 make testing TZ-independent | Ramon Fernandez | 2015-10-01 | 1 | -55/+55 |
* | SERVER-4588 Add option to $unwind stage to include array index in output | Charlie Swanson | 2015-09-11 | 1 | -0/+48 |
* | SERVER-20168 Add option to $unwind stage for treatment of nullish values | Charlie Swanson | 2015-09-11 | 1 | -0/+41 |
* | SERVER-19182 Avoid crash during pipeline with an initial $sample stage on a n... | Charlie Swanson | 2015-08-27 | 1 | -0/+3 |
* | SERVER-12015 Re-enable use of covering indices in an aggregation pipeline | Charlie Swanson | 2015-08-27 | 1 | -0/+71 |
* | SERVER-19855 Use ShardConnection for migrations and splits | Spencer T Brody | 2015-08-25 | 2 | -34/+48 |
* | Revert "SERVER-19855 Use ShardConnection for migrations and splits" | Benety Goh | 2015-08-21 | 2 | -48/+34 |
* | Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits"" | Kaloian Manassiev | 2015-08-21 | 2 | -34/+48 |
* | Revert "SERVER-19855 Use ShardConnection for migrations and splits" | Kaloian Manassiev | 2015-08-21 | 2 | -48/+34 |
* | SERVER-19855 Use ShardConnection for migrations and splits | Kaloian Manassiev | 2015-08-21 | 2 | -34/+48 |
* | SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul... | James Cohan | 2015-08-11 | 1 | -0/+73 |
* | SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressions | Charlie Swanson | 2015-08-07 | 4 | -9/+64 |
* | Revert "Whitespace" | James Cohan | 2015-08-07 | 1 | -1/+0 |
* | Whitespace | James Cohan | 2015-08-07 | 1 | -0/+1 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-08-07 | 1 | -0/+111 |
* | Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre... | James Cohan | 2015-08-04 | 1 | -111/+0 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-07-31 | 1 | -0/+111 |
* | SERVER-19319 SetShardVersionRequest | Kaloian Manassiev | 2015-07-31 | 1 | -3/+7 |
* | SERVER-533 Add aggregation stage to randomly sample documents | Charlie Swanson | 2015-07-20 | 2 | -0/+41 |
* | Revert "$sample" | Charlie Swanson | 2015-07-20 | 2 | -41/+0 |
* | $sample | Charlie Swanson | 2015-07-20 | 2 | -0/+41 |
* | SERVER-14691: $avg accumulator should return null if it receives no numeric i... | Charlie Swanson | 2015-07-15 | 2 | -0/+56 |
* | SERVER-8141 Avoid treating arrays as literals in aggregation pipeline | Charlie Swanson | 2015-07-15 | 1 | -0/+48 |
* | SERVER-6074 Add $slice aggregation expression | Charlie Swanson | 2015-07-14 | 1 | -0/+81 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-07-01 | 1 | -0/+43 |
* | Revert "SERVER-8568 Add $sqrt aggregation expression" | James Cohan | 2015-06-30 | 1 | -43/+0 |
* | SERVER-8568 Add $sqrt aggregation expression | James Cohan | 2015-06-30 | 1 | -0/+43 |
* | SERVER-19143 remove ns from OpDebug and synchronize access to NS in curop | Adam Midvidy | 2015-06-29 | 1 | -1/+1 |
* | SERVER-14421 Adds minDistance to geoNear aggregate operator | Kevin Albertson | 2015-06-18 | 1 | -0/+39 |
* | SERVER-4589: Add $arrayElemAt aggregation expression | Charlie Swanson | 2015-06-18 | 1 | -0/+65 |
* | SERVER-14872: Aggregation expression to concatenate multiple arrays into one | Charlie Swanson | 2015-06-15 | 1 | -0/+39 |
* | SERVER-5044 Use relative error when testing sharded $stdDev operations | Mathias Stearn | 2015-06-10 | 1 | -4/+6 |
* | Add $abs aggregation expression | James Cohan | 2015-06-09 | 1 | -0/+64 |
* | SERVER-5044 Standard Deviation accumulator operators | Mathias Stearn | 2015-06-09 | 2 | -0/+64 |
* | SERVER-7656 Execute aggregation command on targeted shard if first stage is e... | Charlie Swanson | 2015-05-28 | 1 | -1/+38 |