summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2756-3109/+3186
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-99/+0
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-0/+99
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-99/+0
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-131-0/+123
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-116-3/+21
* SERVER-37047 Split up testshard1.jsCharlie Swanson2019-03-042-28/+8
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-55/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-4/+8
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-1/+1
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-151-0/+80
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-4/+4
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-182-92/+84
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-4/+6
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-222-8/+13
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-092-2/+2
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-0/+24
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-211-157/+153
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-8/+8
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-101-1/+1
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-4/+4
* SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1Sulabh Mahajan2018-01-152-0/+2
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-1414-420/+432
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-180/+159
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+13
* SERVER-31497: Move server-30084.js to sharding directory to prevent it from r...Nick Zolnierz2017-10-161-18/+0
* SERVER-31549 Additional tests for $lookup w/ pipeline syntaxJames Wahlin2017-10-163-52/+165
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+9
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-036-6/+6
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-023-9/+3
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-0/+3
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-013-41/+18
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-1/+9
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-253-6/+7
* SERVER-8164 ISODate doesn't handle years less than 100 properlyDerick Rethans2017-08-221-0/+144
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-021-0/+18
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+1
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+32
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-072-26/+2
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-231-0/+20
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-151-2/+13
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-141-1/+1
* 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