summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/sort
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-4/+1
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-022-6/+0
* SERVER-53656 Fix use-after-free in SBE with agg executionStats explainDavid Storch2021-01-111-1/+0
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-184-1/+13
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-2/+6
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-4/+8
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-10/+10
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-144-15/+15
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...Misha Ivkov2019-07-311-0/+47
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-273-259/+264
* SERVER-33084: Aggregate with explain >= 'executionStats' attempts to serializ...Nick Zolnierz2018-02-051-0/+61
* SERVER-32297, SERVER-32430 fix $sort in-memory sort and $sortKey serializationKyle Suarez2017-12-211-0/+146
* SERVER-23349 add integration tests for aggregation stages respecting the coll...David Storch2016-07-261-0/+95