summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sort_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-3/+4
* SERVER-59171 Allow {$meta: 'geoNearDistance'} syntax, at least intern…Milena Ivanova2021-08-201-0/+41
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+18
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-3/+6
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-6/+11
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-2/+4
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-7/+5
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-4/+4
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-3/+3
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-7/+7
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-18/+22
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-8/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-5/+7
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-7/+5
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-5/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-2/+3
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+1
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-2/+2
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-1/+1
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-5/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+7
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+118
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-1/+2
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+352