summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24386 Use a valid OperationContext when killing $lookup's cursorCharlie Swanson2016-11-072-13/+145
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-214-6/+6
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09101-4587/+3377
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-0/+55
* SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fixMike Grundy2016-02-1622-51/+51
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-1/+1
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-116-6/+5
* SERVER-21287 $lookup should always make $eq queriesMathias Stearn2015-11-041-0/+25
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-301-0/+428
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-1/+1
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-232-24/+26
* SERVER-20935 do not attempt to attach shard version to OpCtx inside direct cl...David Storch2015-10-221-0/+15
* SERVER-20168 Empty array should not be present in document after $unwindCharlie Swanson2015-10-072-2/+2
* SERVER-20595 The includeArrayIndex option to $unwind should specify a pathCharlie Swanson2015-10-071-12/+17
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-6/+6
* SERVER-20696 make testing TZ-independentRamon Fernandez2015-10-011-55/+55
* SERVER-4588 Add option to $unwind stage to include array index in outputCharlie Swanson2015-09-111-0/+48
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-111-0/+41
* SERVER-19182 Avoid crash during pipeline with an initial $sample stage on a n...Charlie Swanson2015-08-271-0/+3
* SERVER-12015 Re-enable use of covering indices in an aggregation pipelineCharlie Swanson2015-08-271-0/+71
* SERVER-19855 Use ShardConnection for migrations and splitsSpencer T Brody2015-08-252-34/+48
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-212-48/+34
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-212-34/+48
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-212-48/+34
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-212-34/+48
* SERVER-9625 Makes $sum, $avg, $min, $max, $stdDevPop, and $stdDevSamp accumul...James Cohan2015-08-111-0/+73
* SERVER-19548 Add $ceil, $floor, and $trunc aggregation expressionsCharlie Swanson2015-08-074-9/+64
* Revert "Whitespace"James Cohan2015-08-071-1/+0
* WhitespaceJames Cohan2015-08-071-0/+1
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-08-071-0/+111
* Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre...James Cohan2015-08-041-111/+0
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-07-311-0/+111
* SERVER-19319 SetShardVersionRequestKaloian Manassiev2015-07-311-3/+7
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-202-0/+41
* Revert "$sample"Charlie Swanson2015-07-202-41/+0
* $sampleCharlie Swanson2015-07-202-0/+41
* SERVER-14691: $avg accumulator should return null if it receives no numeric i...Charlie Swanson2015-07-152-0/+56
* SERVER-8141 Avoid treating arrays as literals in aggregation pipelineCharlie Swanson2015-07-151-0/+48
* SERVER-6074 Add $slice aggregation expressionCharlie Swanson2015-07-141-0/+81
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-07-011-0/+43
* Revert "SERVER-8568 Add $sqrt aggregation expression"James Cohan2015-06-301-43/+0
* SERVER-8568 Add $sqrt aggregation expressionJames Cohan2015-06-301-0/+43
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-1/+1
* SERVER-14421 Adds minDistance to geoNear aggregate operatorKevin Albertson2015-06-181-0/+39
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-181-0/+65
* SERVER-14872: Aggregation expression to concatenate multiple arrays into oneCharlie Swanson2015-06-151-0/+39
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-101-4/+6
* Add $abs aggregation expressionJames Cohan2015-06-091-0/+64
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-092-0/+64
* SERVER-7656 Execute aggregation command on targeted shard if first stage is e...Charlie Swanson2015-05-281-1/+38