summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+9
* SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu2020-10-151-10/+27
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-3/+20
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-5/+18
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-2/+34
* 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/+3
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-14/+3
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-0/+24
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-5/+10
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-10/+5
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-5/+10
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-071-4/+0
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-0/+18
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-6/+1
* SERVER-32307 Change ARM to kill its cursors unconditionallyIan Boros2018-01-231-7/+8
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-2/+9
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-1/+7
* SERVER-29141 Update AsyncResultsMerger to merge multiple change streamsBernard Gorman2017-09-261-1/+13
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-24/+35
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+7
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-7/+26
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-64/+41
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-2/+3
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-11/+5
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-181-4/+5
* SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO ca...Randolph Tan2016-11-081-0/+6
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-8/+9
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+7
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-0/+6
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-6/+0
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-0/+6
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-2/+1
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+12
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-301-3/+3
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-1/+1
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-0/+5
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-131-4/+34
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-0/+10
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-241-0/+10
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-0/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+4
* Revert "Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cur...Jason Rassi2015-08-291-4/+11
* Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cursors"Jonathan Reams2015-08-281-11/+4
* SERVER-19569 AsyncResultsMerger ability to merge existing cursorsJason Rassi2015-08-281-4/+11