summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10530 Break first batch in aggregation cursor when encountering a larg...Mathias Stearn2013-08-191-0/+13
* Unify agg Expression parsing to eliminate special casesMathias Stearn2013-08-191-0/+9
* SERVER-8581 $redact pipeline stagematt dannenberg2013-08-191-0/+150
* SERVER-5782 $literal operator to help prevent injection attacksmatt dannenberg2013-08-092-0/+27
* Make test not depend on unspecified order between shardsMathias Stearn2013-08-091-4/+11
* Error out if $out collection is shardedMathias Stearn2013-08-081-0/+5
* Support cursors returned from sharded aggregationMathias Stearn2013-08-081-19/+15
* SERVER-10097 sharded $outMathias Stearn2013-08-081-0/+7
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-0/+37
* Add sort with large limit case to SERVER-9444 testMathias Stearn2013-07-221-0/+4
* Enhance SERVER-9444 test to use cursorsMathias Stearn2013-07-221-8/+6
* SERVER-6296 Batch fetching in DocumentSourceCursorMathias Stearn2013-07-221-1/+1
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-102-1/+112
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-101-0/+56
* SERVER-9444 Make $group use Sorter when results don't fit in memoryMathias Stearn2013-07-101-2/+7
* SERVER-9841 $map expression for aggregationMathias Stearn2013-06-181-0/+40
* SERVER-9840 Introduce the concept of Variables into aggregation and add $let ...Mathias Stearn2013-06-181-0/+68
* SERVER-6400: change error codes agg is expectingEliot Horowitz2013-05-202-1/+2
* SERVER-9622 buildbot testshard1.js turn on exception tracing in mongodGreg Studer2013-05-151-0/+11
* SERVER-9622 buildbot testshard1.js make shard not config server too, loglevel 2Greg Studer2013-05-101-2/+2
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-9/+3
* SERVER-7718: more test cleanup related to TimestampScott Hernandez2013-03-011-1/+1
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-281-3/+3
* SERVER-6125 - moved jstest to correct locationAndre de Frere2013-02-271-0/+0
* SERVER-6125 - Add tests for heterogeneous $sort operations in aggregationAndre de Frere2013-02-141-0/+89
* additional jstest cases for $concatJames Wahlin2013-02-131-1/+4
* SERVER-8239 $concat should only support stringsMathias Stearn2013-02-073-44/+32
* Better error messages for type errors in agg $expressionsMathias Stearn2013-01-173-12/+12
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-3/+3
* Fix test to not use collection.aggregate since it needs its own error handlingMathias Stearn2012-12-201-2/+4
* SERVER-6649 have agg helper throw exceptions and fix tests accordinglyMathias Stearn2012-12-1835-248/+214
* SERVER-6195 implement $concat for strings in aggroMatt Dannenberg2012-12-183-9/+29
* SERVER-6666: Added $millisecond operator to Aggregation FrameworkStephen Lee2012-12-181-2/+9
* SERVER-6531 support $within in aggregation $match operationsMathias Stearn2012-12-172-4/+31
* SERVER-5113 geoNear command should support limit as synonym for num optionMathias Stearn2012-12-171-4/+6
* Make test easier to debug by only printing differing array elements.Mathias Stearn2012-12-171-18/+23
* SERVER-6239 support $add and $subtract with datesMathias Stearn2012-12-142-4/+40
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-2/+3
* SERVER-7900 Keep $limit when removing $sort due to index usageMathias Stearn2012-12-141-0/+11
* SERVER-7781 add $geoNear pipeline stageMathias Stearn2012-12-141-0/+122
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-1/+1
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-2/+0
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-6/+12
* SERVER-4656 optimize $sort followed by $limit to do top-k selectionMathias Stearn2012-12-042-1/+90
* SERVER-7768 aggregate command should ignore options that start with $Mathias Stearn2012-11-281-0/+10
* SERVER-7142 Test that aggregation works on a secondaryMathias Stearn2012-11-261-0/+19
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-0/+22
* SERVER-SERVER-6861 Validate that pipeline stage specification objects consist...Aaron2012-09-092-2/+29
* Tests for aggregation string expressions.Aaron2012-08-243-0/+239
* SERVER-6650 label test cases.Aaron2012-08-241-2/+2