summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-151-0/+5
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-101-1/+3
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-3/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-1/+1
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-1/+1
* SERVER-58049: Move change streams invalidation logic in ARM toRishab Joshi2021-06-241-9/+4
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+5
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-8/+8
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-0/+2
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-3/+0
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+28
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu2020-10-151-27/+14
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+3
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-16/+97
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-8/+18
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-4/+8
* SERVER-44801 Guarantee that AsyncResultsMerger::getHighWaterMark() returns a ...Mihai Andrei2019-11-271-5/+7
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-8/+39
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-3/+8
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-171-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-13/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-10/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 MongoS should fassert instead of failing an invariant when runni...Bernard Gorman2019-02-051-6/+7
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-24/+54
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-31/+19
* SERVER-36403 Cluster aggregation error message should indicate which shard(s)...vrachev2018-12-131-1/+4
* SERVER-37613 Exchange error handling may deliver incorrect error code.Martin Neupauer2018-11-091-1/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-0/+5
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-36/+3
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-17/+33
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-42/+48
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-48/+42
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-42/+48
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-071-8/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-12/+48
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-6/+0
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-231-24/+27