summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_exchange.h
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+6
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-1/+9
* SERVER-37077 Exchange boundaries are not validated, can result in invariant()...Martin Neupauer2018-09-261-1/+1
* 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/+2
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-24/+22
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-1/+1
* SERVER-36314 Add unit tests for the parsing of $exchange producerMartin Neupauer2018-08-011-0/+8
* SERVER-36275 Support sending non-contiguous ranges to the same shard in $exch...Martin Neupauer2018-07-271-1/+21
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-0/+172