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