summaryrefslogtreecommitdiff
path: root/jstests/aggregation/extras/utils.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-061-5/+11
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-17/+46
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-291-46/+17
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-04-281-17/+46
* SERVER-57383 Include merge sort in sharded aggregation explain outputDavis Haupt2022-01-191-1/+2
* SERVER-60254 Enable group pushdown $unionWith explain testsAnna Wawrzyniak2022-01-051-3/+6
* SERVER-60598 Optimize multiple sorts in pipeline with $densifyTed Tuckman2022-01-051-5/+15
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-2/+47
* SERVER-54152 Clarify usage guidance for arrayEq, orderedArrayEq, documentEq j...Milena Ivanova2021-03-091-1/+20
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-221-17/+19
* Revert "SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extra...James Wahlin2020-10-211-19/+17
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-211-17/+19
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-0/+37
* SERVER-50210 Allow global mapping of SBE error codes to equivalent legacy err...Drew Paroski2020-09-021-23/+10
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-8/+9
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+8
* SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers i...Matthew Russotto2020-05-061-0/+7
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-211-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-1/+26
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-0/+46
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-061-0/+9
* SERVER-36081: Write auth tests for $out and bypassDocumentValidationNick Zolnierz2018-08-291-1/+5
* SERVER-35765 Allow small discrepancy in computed geo distances.Charlie Swanson2018-07-041-18/+32
* 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-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-051-0/+13
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+2
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-2/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+2
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-10/+0
* SERVER-23349 add a test for aggregation expressions respecting the collationDavid Storch2016-07-261-1/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+2
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-3/+2
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-2/+3
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-3/+2
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-291-2/+2
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-211-0/+14
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-127/+126
* SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fixMike Grundy2016-02-051-1/+1
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-1/+1
* Support cursors returned from sharded aggregationMathias Stearn2013-08-081-19/+15
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-1/+24
* SERVER-6649 have agg helper throw exceptions and fix tests accordinglyMathias Stearn2012-12-181-1/+21
* SERVER-4504 minor changes from code reviewU-tellus\cwestin2012-05-211-0/+232