summaryrefslogtreecommitdiff
path: root/jstests/aggregation/extras
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-261-1/+1
* SERVER-73024 Re-enable time-series sharded passthrough suitesDavid Percy2023-01-301-8/+24
* SERVER-72183 Make field name redaction a parameter of $telemetryMaddie Zechar2023-01-041-0/+13
* SERVER-68710 Fix anyEq to properly compare mongo shell typesYu Jin Kang Park2022-12-121-23/+89
* 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-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-231-17/+27
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-13/+40
* SERVER-56775 Remove temporary flag for disabling window functions that aren't...Ruoxin Xu2021-05-171-11/+1
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-10/+15
* SERVER-55270 Change stdDev window functions to default to nullTed Tuckman2021-04-261-20/+4
* SERVER-53712 Track and release documents from PartitionIterator when possibleNick Zolnierz2021-03-231-57/+102
* SERVER-54849 Enhance window function testing helpers to also test removable w...Ted Tuckman2021-03-101-34/+143
* SERVER-54152 Clarify usage guidance for arrayEq, orderedArrayEq, documentEq j...Milena Ivanova2021-03-091-1/+20
* SERVER-53402 Relax assertion to account for precision loss in stddev calculationNick Zolnierz2021-03-041-3/+12
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-041-1/+2
* SERVER-54424 Support for window functions over [unbounded, unbounded] window ...Nick Zolnierz2021-03-031-17/+17
* SERVER-53402 Enable and test accumulators over non-removable position based w...Nick Zolnierz2021-03-031-0/+108
* 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-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-79/+0
* 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-46991 Create aggregation secondary reads passthrough which runs agains...Arun Banala2020-04-071-0/+6
* SERVER-43749 Modernize mapReduce tests in coreJacob Evans2019-11-051-50/+0
* 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-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-101-17/+23
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+5
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-3/+3
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-231-53/+4
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-201-0/+45
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-171-5/+3
* SERVER-41201 Add replacement for "withEachOutMode"Charlie Swanson2019-05-171-1/+25
* 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-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-0/+54
* 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-042-72/+32