summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-121-67/+35
* Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-121-1/+1
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-081-1/+1
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-05-191-418/+0
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-191-1/+1
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-051-1/+1
* SERVER-28450 add support for causal consistency to mongo shellMisha Tyulenev2017-04-191-1/+1
* 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-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-235-2/+22
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-235-22/+2
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-155-2/+22
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-152-2/+3
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-135-13/+16
* SERVER-27090 cursor_timeout.js sets cursorTimeoutMillis incorrectlyJames Wahlin2016-11-221-4/+11
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-041-0/+29
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-141-0/+8
* 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-033-11/+14
* 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-191-15/+0
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-0/+16
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-21/+74
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-262-2/+2
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-3/+4
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-133-6/+7
* 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-244-63/+5
* 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
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2835-597/+454
* SERVER-24068 - Disable test server21632.js when running with WiredTiger LSMDavid Hows2016-05-171-0/+11
* SERVER-23896 Additional tests for ExpressionModJames Wahlin2016-05-091-80/+0
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-291-0/+23
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-291-0/+49
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-291-0/+286
* SERVER-20163 Aggregation now supports the zip expression.Benjamin Murphy2016-03-251-0/+195
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-253-22/+69
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-241-0/+71
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-241-0/+61
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-184-6/+6
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-0/+32
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-0989-2157/+2036