summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-32691 Add write_concern_majority_passthrough_WT task in Evergreen.Max Hirschhorn2018-02-141-1/+1
* SERVER-29618 fix serialization of geo match expressionsr3.4.6-rc0r3.4.6Kyle Suarez2017-06-271-0/+97
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-271-27/+41
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-261-0/+20
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-06-141-5/+52
* SERVER-28409 Decrease verbosity during testshard1.jsCharlie Swanson2017-04-101-19/+2
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-281-0/+95
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-281-0/+99
* 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
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-133-6/+7
* SERVER-24714 graphLookup now accepts the restrictSearchWithMatch option.Benjamin Murphy2016-07-052-19/+182
* SERVER-24302 Make "as" option of $filter and $map default to "this"Sally McNichols2016-06-302-5/+22
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-245-76/+5
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-243-0/+208
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-242-8/+6
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-094-102/+105
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-1/+49