summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38362 Prevent $out stage within $lookupBrigitte Lamarche2019-01-031-0/+72
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-221-0/+254
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-202-8/+19
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-126-1591/+645
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-112-3/+3
* Fix error code conflict.David Storch2018-12-071-1/+1
* SERVER-38063 Fail cleanly on execution-level explain of $out pipeline.David Storch2018-12-071-0/+71
* SERVER-38349 Disallow exchange passed to mongosCharlie Swanson2018-12-071-0/+29
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-0/+40
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-151-0/+80
* SERVER-36881 Push merge-pipeline $limit stage to shards.Justin Seyster2018-11-091-0/+50
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-071-0/+30
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+75
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-9/+3
* 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