summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_exchange.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+5
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+4
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-191-3/+25
* SERVER-37992 Exchange may deadlock when consumers do not exhaust their input ...Martin Neupauer2018-11-211-0/+21
* 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