summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-101-1/+1
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-5/+1
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-1/+1
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-22/+2
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-031-4/+25
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-1/+25
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-1/+1
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-16/+15
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-0/+4
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-4/+0
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-0/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+1
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-44/+2
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-3/+5
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-5/+3
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-58/+52
* SERVER-30166 Support pipelines running on mongos onlySara Golemon2017-09-151-6/+14
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-0/+135