summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-051-1/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-0/+57
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-191-1/+1
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-0/+47
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+2
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-1/+2
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-0/+160
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-2322-2/+82
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-2322-82/+2
* SERVER-26113 explain() for aggregation request does not propogate to correspo...Nick Zolnierz2017-03-211-0/+28
* SERVER-28409 Decrease verbosity during testshard1.jsCharlie Swanson2017-03-211-19/+2
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-1522-2/+82
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-152-2/+3
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-131-0/+87
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-071-0/+99
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-031-0/+95
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-1310-143/+165
* SERVER-27090 cursor_timeout.js sets cursorTimeoutMillis incorrectlyJames Wahlin2016-11-221-4/+11
* SERVER-26742 Increase verbosity during testshard1.jsCharlie Swanson2016-11-091-2/+19
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-041-0/+29
* SERVER-25137 Ensure $graphLookup succeeds on non-existent collectionsCharlie Swanson2016-10-251-0/+35
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-1/+2
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-142-0/+39
* SERVER-26503 fix incorrect uses of assert.throws()Robert Guo2016-10-131-1/+3
* Revert "SERVER-26503 fix incorrect uses of assert.throws()"Max Hirschhorn2016-10-111-3/+1
* SERVER-26503 fix incorrect uses of assert.throws()Robert Guo2016-10-111-1/+3
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-035-14/+80
* SERVER-25430 Create a sharded collections passthrough of aggregation suiteTess Avitabile2016-09-301-16/+0
* SERVER-25757 Add a $facet passthrough aggregation suite.Charlie Swanson2016-09-124-1/+13
* SERVER-24920 fix false positives for `Value::integral` on non-integral decima...Sam Rossi2016-09-081-0/+5
* SERVER-25590 fail cleanly if aggregate command 'pipeline' field has wrong typeDavid Storch2016-08-301-0/+19
* SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang.Max Hirschhorn2016-08-191-0/+90
* SERVER-25439 Modernize jstests/aggregation/bugs/server5209.jsCharlie Swanson2016-08-192-15/+25
* SERVER-25584 Ensure $facet and $bucketAuto run on merging shard.Charlie Swanson2016-08-161-6/+35
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-0/+16
* SERVER-5781 addFields stage.Carly Robison2016-08-112-0/+165
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-14/+0
* SERVER-25139 make $graphLookup's cache collation-awareDavid Storch2016-08-101-0/+136
* SERVER-25139 Add tests to verify that $lookup respects the collation.Max Hirschhorn2016-08-041-0/+136
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-21/+74
* SERVER-25419 Make the dependency of mongos on aggregation explicit.Max Hirschhorn2016-08-041-5/+15
* SERVER-23313 add replaceRoot aggregation stageCarly Robison2016-07-291-0/+101
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-264-27/+78
* SERVER-23349 add collation support to $geoNear agg stageDavid Storch2016-07-261-0/+78
* SERVER-23349 add integration tests for aggregation stages respecting the coll...David Storch2016-07-265-0/+249
* SERVER-23349 add a test for aggregation expressions respecting the collationDavid Storch2016-07-262-1/+252
* SERVER-23349 add tests for $group and accumulators using collationDavid Storch2016-07-211-0/+62
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-1/+2
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-3/+4
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-1/+1