summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37229: Switch to unordered write ops ini $outNick Zolnierz2018-10-121-4/+4
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-101-100/+64
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-091-0/+26
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-1/+29
* SERVER-36911: Relax assertions in agg cleanup test to fix failures on slow ma...Nick Zolnierz2018-10-041-4/+4
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-1/+53
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-15/+66
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-262-4/+531
* SERVER-36279 Change the explain format for sharded aggregations to accomodate...Martin Neupauer2018-09-261-0/+53
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-212-69/+128
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-3/+9
* SERVER-36081: Auth tests for $out to a foreign database and bypassDocumentVal...Nick Zolnierz2018-09-121-2/+62
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-112-1/+137
* SERVER-36100 generate _id for $out uniqueKey if not presentKyle Suarez2018-08-303-39/+145
* SERVER-36081: Write auth tests for $out and bypassDocumentValidationNick Zolnierz2018-08-292-1/+140
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-283-2/+98
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-272-3/+325
* SERVER-36872 Comment out $sample from testshard1.js temporarilyMatthew Saltz2018-08-271-1/+2
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-212-0/+132
* SERVER-36715: Pushing $sort stage to query system can leave pipeline in an un...Nick Zolnierz2018-08-201-0/+52
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-084-12/+10
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-022-0/+154
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-263-70/+135
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-0/+70
* SERVER-35765 Allow small discrepancy in computed geo distances.Charlie Swanson2018-07-044-99/+223
* SERVER-35765 Clean up utils.js.Charlie Swanson2018-07-041-124/+87
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-14/+20
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-185-94/+334
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-4/+6
* SERVER-35237 Unblacklist push2.js and error.js from running on WiredTigerDianna Hohensee2018-06-041-6/+0
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-5/+0
* SERVER-35228 Blacklist push2.js and error.jsLouis Williams2018-05-251-0/+6
* SERVER-34965 Fix mongos_merge.js by clearing the profiler before each set of ...Bernard Gorman2018-05-151-5/+16
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-48/+40
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-2/+1
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-222-8/+13
* SERVER-33757 Unsupported target type in $convert is an "onError" case.Justin Seyster2018-03-211-1/+16
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-099-47/+66
* SERVER-33280 Test that sharded agg cursors are fully cleaned up on error.David Storch2018-03-061-0/+82
* SERVER-33447 jstest for $convertJustin Seyster2018-03-061-0/+311
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-0/+24
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-6/+7
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-212-172/+259
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-213-21/+293
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-8/+8
* SERVER-33172: Add onNull parameter to $dateToStringNick Zolnierz2018-02-131-0/+77
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-101-1/+1
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-35/+114
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-081-0/+99