summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_exchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-4/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+4
* SERVER-68897: Avoid copy in for loopColin Stolley2022-09-061-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-50828 Coverity analysis defect 112053: Unchecked return valueEric Cox2020-09-221-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+5
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-4/+4
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-1/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-191-5/+56
* SERVER-37992 Exchange may deadlock when consumers do not exhaust their input ...Martin Neupauer2018-11-211-6/+16
* SERVER-37613 Exchange error handling may deliver incorrect error code.Martin Neupauer2018-11-091-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-101-12/+36
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-14/+39
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-12/+2
* SERVER-37077 Exchange boundaries are not validated, can result in invariant()...Martin Neupauer2018-09-261-3/+25
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-1/+1
* SERVER-37108: Validate $exchange's number of buffers and buffer size limit to...Nick Zolnierz2018-09-191-0/+17
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-43/+45
* SERVER-36314 Add unit tests for the parsing of $exchange producerMartin Neupauer2018-08-011-11/+48
* SERVER-36275 Support sending non-contiguous ranges to the same shard in $exch...Martin Neupauer2018-07-271-3/+35
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-0/+274