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.cpp
Age
Commit message (
Expand
)
Author
2024-03-20
SERVER-87694 Removed unused resource metrics (#20139)
Louis Williams
2023-09-29
SERVER-77158 apply performance-move-const-arg clang tidy rule for db/exec
Matt Boros
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2020-11-19
SERVER-51026 Collect number of keys sorted and disk spills for query operations
Louis Williams
2020-05-29
SERVER-43821 Make PlanStage and PlanExecutor return errors by throwing
David Storch
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
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-01
SERVER-42182 Reimplement SortStage in terms of SortExecutor.
David Storch
2019-09-26
SERVER-42649 Use Value instead of BSONObj in the in-memory sort key
Justin Seyster
2019-09-13
SERVER-42583 Thread 'tempDir' through to SortStage.
David Storch
2019-09-04
SERVER-42852 Make PlanStage consistently hold children by unique_ptr.
David Storch
2019-07-26
SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.
David Storch
2019-07-12
SERVER-42077 Add 'allowDiskUse' option to find command
Misha Ivkov
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-03-15
SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...
James Wahlin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-06
SERVER-35402 Add validators where applicable in query_knobs.cpp
Arun Banala
2019-01-30
SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURE
Pawel Terlecki
2018-11-07
SERVER-37446 Change PlanStages which don't require a collection to avoid keep...
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-05-01
SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...
Nick Zolnierz
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2017-01-05
SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...
Mark Benvenuto
2016-06-03
SERVER-24118 Rename LiteParsedQuery to QueryRequest.
David Hatch
2016-05-31
SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...
David Storch
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-04
SERVER-23349 make CollatorInterface methods const
David Storch
2016-04-06
SERVER-23095 Make the in-memory SORT PlanStage respect the query's collation
Tess Avitabile
2016-02-05
SERVER-18826 Rename WorkingSet State Names from LOC to RID
James Wahlin
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-10-08
SERVER-20111 Plan summary should only include the winning plan
Charlie Swanson
2015-08-27
SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.
Max Hirschhorn
2015-08-24
SERVER-16444 Copy data in the query subsystem as needed.
Max Hirschhorn
2015-08-18
SERVER-19355 add SortKeyGeneratorStage
David Storch
2015-08-05
SERVER-19355 move SortKeyGenerator to its own file
David Storch
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-27
SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::string
Qingyang Chen
2015-07-16
SERVER-17364 Unify handling of child stages into PlanStage base class
Mathias Stearn
2015-06-29
SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...
Qingyang Chen
2015-06-23
SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>
Qingyang Chen
2015-06-22
Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...
Qingyang Chen
2015-06-22
SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...
Qingyang Chen
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>
Andrew Morrow
[next]