summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-12488 Assume we don't need textScore if not doing text queryMathias Stearn2014-02-101-2/+0
* SERVER-11675 more testing of $text in aggMatt Dannenberg2014-02-061-0/+31
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-052-11/+11
* SERVER-12284 Make test wait for mongos to be aware of secondary.Mathias Stearn2014-01-291-0/+3
* SERVER-11239 Rename flag to allowDiskUse and include in error messagesMathias Stearn2014-01-291-6/+6
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* SERVER-12274 revert incorrect test changes to server7781.jsGreg Studer2014-01-171-11/+3
* SERVER-12274 bugfix always report err: null if ok: trueGreg Studer2014-01-161-3/+11
* SERVER-11675 Always assume we need score if doing a $text query in aggMathias Stearn2013-12-231-0/+17
* SERVER-11675 Agg text supportMathias Stearn2013-12-182-0/+121
* SERVER-11443 Support all expressions in $redact, not just objectsMathias Stearn2013-12-181-0/+6
* SERVER-1160 removed invalid {$in: [undefined]} testBenety Goh2013-12-161-3/+0
* SERVER-10913 textSearchEnabled parameter deprecated, rejects falseJason Rassi2013-12-131-3/+0
* SERVER-5290: remove test that relies on large index entriesEliot Horowitz2013-12-031-23/+0
* SERVER-11711 Make aggregation/testall.js not depend on document orderMathias Stearn2013-11-261-29/+29
* SERVER-11539 Don't count sizeof metadata when deciding if a string is too big...Mathias Stearn2013-11-121-0/+23
* SERVER-3253 expand $out testingMatt Dannenberg2013-10-111-2/+37
* SERVER-10165 aggregate() shell helper now returns a cursorMathias Stearn2013-10-0856-177/+164
* SERVER-6140 Add a basic sharded agg explain testMathias Stearn2013-10-071-0/+13
* SERVER-10914 disallow $out to capped collectionsMathias Stearn2013-10-021-0/+7
* SERVER-6192 SERVER-6193 js test for short-circuiting of $and and $or in agg $...David Storch2013-10-021-0/+61
* Test for SERVER-9289 Date operators taking subexpression directlyMathias Stearn2013-09-241-2/+8
* SERVER-5916 Allow bare $$ROOT or $$CURRENT without subfieldsMathias Stearn2013-09-241-0/+15
* SERVER-10741 remove outputNs from return object when using $outMathias Stearn2013-09-202-2/+2
* SERVER-4899 $size for aggregationmatt dannenberg2013-09-091-0/+20
* SERVER-10693 added extra test case to ensure nest arrays function properlymatt dannenberg2013-09-061-4/+10
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-3/+8
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-4/+1
* SERVER-10594 slaveOk bit ignored for unsharded aggregateRandolph Tan2013-08-291-0/+41
* SERVER-8581 add $$KEEP example to $redactmatt dannenberg2013-08-261-0/+35
* SERVER-10588 $cond accepts an object with the fields if, then, and else (a la...matt dannenberg2013-08-261-11/+25
* SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redactmatt dannenberg2013-08-261-5/+5
* 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