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_test.cpp
Age
Commit message (
Expand
)
Author
2023-06-24
SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6
Daniel Moody
2023-02-08
SERVER-73112 Expose function to construct NamespaceString in unit tests
jannaerin
2022-04-07
SERVER-65146 Run unit tests with `wiredTiger` by default
Gregory Noma
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2020-02-13
SERVER-45454 Desugar where to expr + function
Eric Cox
2020-02-13
SERVER-45918 Add SortStageSimple.
David Storch
2019-10-01
SERVER-42182 Reimplement SortStage in terms of SortExecutor.
David Storch
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-08-29
SERVER-42181 Make WorkingSetMember hold Document instead of BSONObj
Martin Neupauer
2019-08-08
SERVER-42298 Use SortPattern in the implementation of SortKeyGenerator
Misha Ivkov
2019-07-24
SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...
David Storch
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-06-22
SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...
Andy Schwerin
2017-06-27
SERVER-29852 Store session id and transaction number on all commands' Operati...
Kaloian Manassiev
2017-06-20
SERVER-19402 Change find command semantics for sorting on an array field.
David Storch
2017-04-12
SERVER-28298 Allow OperationContext objects to be created with an optional Lo...
samantharitter
2016-08-18
SERVER-24508 BSONObj::ComparatorInterface
David Storch
2016-05-31
SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...
David Storch
2016-05-25
SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cpp
Waley Chen
2016-05-18
Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...
Waley Chen
2016-05-17
SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cpp
Waley Chen
2016-04-06
SERVER-23095 Make the in-memory SORT PlanStage respect the query's collation
Tess Avitabile
2015-10-12
SERVER-20117 Allow queries with meta sortkey to be covered in mongos
Yunhe (John) Wang
2015-08-18
SERVER-19355 add SortKeyGeneratorStage
David Storch
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-01
SERVER-18961 avoid iterating the entire working set when preparing for a Wire...
David Storch
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-02-02
SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...
Eliot Horowitz
2015-01-12
SERVER-16659 Rename MockStage to QueuedDataStage
Jason Rassi
2014-11-20
SERVER-15675 PlanStage::invalidate() needs OperationContext
Jason Rassi
2014-08-25
SERVER-13635: OperationContext on read paths
Eliot Horowitz
2014-02-10
SERVER-12398 bubble error from plan stages to runner
Benety Goh
2014-01-15
SERVER-12324 replaced std::stream with str::stream in db/query and db/exec
Benety Goh
2013-12-09
SERVER-11987 extended sort stage to be limit-aware
Benety Goh