summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge_cursors_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+3
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-4/+4
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-10/+6
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-5/+5
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-1/+5
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-1/+1
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-1/+1
* SERVER-34009 Remove old version of $mergeCursorsCharlie Swanson2018-07-031-189/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+8
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-60/+148
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-148/+60
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-60/+148
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+1
* SERVER-33713 Avoid race in document_source_merge_cursors_testCharlie Swanson2018-03-071-26/+4
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-0/+488