| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re-enable balancing in jstests/aggregation/testShard1.js | Charlie Swanson | 2015-05-28 | 1 | -1/+1 |
* | SERVER-6801: Error when aggregation's $substr expression results in invalid U... | Charlie Swanson | 2015-05-22 | 1 | -4/+10 |
* | SERVER-18445 include bugs/ subdirectory in aggregation suite, remove test_bug... | Charlie Swanson | 2015-05-22 | 1 | -18/+0 |
* | SERVER-18198 fix incorrect logic for applying read pref to aggregate command | Adam Midvidy | 2015-05-15 | 1 | -0/+42 |
* | SERVER-18044 Make sharding test explicitly set primary shards for databases | Randolph Tan | 2015-05-15 | 4 | -1/+4 |
* | SERVER-17943 Add $filter aggregation expression | Charlie Swanson | 2015-05-07 | 2 | -2/+74 |
* | SERVER-18222 Add $isArray aggregation expression | Charlie | 2015-05-04 | 1 | -0/+44 |
* | SERVER-18131 Clean up LastError. | Andy Schwerin | 2015-04-29 | 1 | -8/+17 |
* | SERVER-17971 Remove separateConfig option from ShardingTest and make its beha... | Spencer T Brody | 2015-04-14 | 1 | -1/+1 |
* | SERVER-17723 setShardingState should not reinitialize config servers list | Kaloian Manassiev | 2015-03-31 | 1 | -4/+0 |
* | SERVER-8088: $unwind of scalar should return 1 doc with scalar | Eliot Horowitz | 2015-03-11 | 1 | -0/+15 |