index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
sort_executor.cpp
Age
Commit message (
Expand
)
Author
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2021-12-30
Revert "SERVER-62056 Improve `Sorter` code structure"
Yuhong Zhang
2021-12-16
SERVER-62056 Improve `Sorter` code structure
Gregory Noma
2020-02-13
SERVER-45918 Add SortStageSimple.
David Storch
2020-02-05
SERVER-45854 Hold WorkingSetMembers at a distance for sorting.
David Storch
2019-11-04
SERVER-44324 Template the SortExecutor.
David Storch
2019-10-22
SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.
David Storch
2019-10-21
SERVER-42836 Count bytes in _totalDataSizeBytes after adding to Sorter
Justin Seyster
2019-10-01
SERVER-42182 Reimplement SortStage in terms of SortExecutor.
David Storch
2019-10-01
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
David Storch
2019-09-26
SERVER-42649 Use Value instead of BSONObj in the in-memory sort key
Justin Seyster
2019-09-12
SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.
David Storch
2019-07-23
SERVER-41960 Refactor DocumentSourceSort logic into SortExecutor
Misha Ivkov