summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable balancing in jstests/aggregation/testShard1.jsCharlie Swanson2015-05-281-1/+1
* SERVER-6801: Error when aggregation's $substr expression results in invalid U...Charlie Swanson2015-05-221-4/+10
* SERVER-18445 include bugs/ subdirectory in aggregation suite, remove test_bug...Charlie Swanson2015-05-221-18/+0
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-151-0/+42
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-154-1/+4
* SERVER-17943 Add $filter aggregation expressionCharlie Swanson2015-05-072-2/+74
* SERVER-18222 Add $isArray aggregation expressionCharlie2015-05-041-0/+44
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-8/+17
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-1/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-4/+0
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-0/+15
* Revert "SERVER-8008: $unwind of scalar should return 1 doc with scalar"Kaloian Manassiev2015-03-111-13/+0
* SERVER-8008: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-0/+13
* SERVER-17224 Reserve room for EOO byte when starting BSONObj buildingMathias Stearn2015-03-051-0/+24
* SERVER-16580 Remove deprecated system collection references in JS testsSiyuan Zhou2015-01-091-4/+16
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-073-7/+3
* SERVER-15810: temporarily disable problematic assert in testGeert Bosch2014-10-271-1/+1
* SERVER-15810: Check for valid collection names in aggregationGeert Bosch2014-10-271-0/+4
* SERVER-11118 add additional $dateToString aggregation testsTyler Brock2014-10-071-0/+64
* SERVER-14969 CollectionCursorCache::invalidateAll() kill agg execJason Rassi2014-08-251-0/+32
* SERVER-11118 expect new uassert codes in dateToString jstestAdam Midvidy2014-07-241-3/+3
* SERVER-11118 add dateToString aggregation operatorAdam Midvidy2014-07-242-0/+117
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-1/+1
* Improve debugging for test failureMathias Stearn2014-05-061-0/+1
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-04-291-0/+25
* SERVER-13263 Temporarily disable balancer on testshard1.js when not issuing t...Randolph Tan2014-03-181-0/+4
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-141-3/+3
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-137-18/+14
* SERVER-12799 Disable balancer in aggregation/testshard1.jsRandolph Tan2014-02-201-0/+14
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-193-3/+9
* SERVER-12586 Don't allow $out to special collectionsMathias Stearn2014-02-121-4/+2
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-13/+33
* SERVER-12373 Optimize $group by artificial objectsMathias Stearn2014-02-101-1/+1