summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_exchange_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-0/+26
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-5/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-49/+21
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-7/+10
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-12/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+4
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-186/+179
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+19
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-3/+3
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37499 fix lint (stdx)Benety Goh2018-12-191-1/+1
* SERVER-37499 fix lintBenety Goh2018-12-191-10/+9
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-191-17/+136
* SERVER-37992 Exchange may deadlock when consumers do not exhaust their input ...Martin Neupauer2018-11-211-0/+56
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-0/+28
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-9/+9
* SERVER-37077 Exchange boundaries are not validated, can result in invariant()...Martin Neupauer2018-09-261-0/+34
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-5/+5
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-116/+131
* SERVER-36314 Add unit tests for the parsing of $exchange producerMartin Neupauer2018-08-011-0/+188
* SERVER-36275 Support sending non-contiguous ranges to the same shard in $exch...Martin Neupauer2018-07-271-14/+78
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-0/+329