summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/async_results_merger.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-4/+4
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-14/+47
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-3/+11
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-25049 shardingOnDraining should not fassert on InterruptedAtShutdownRandolph Tan2016-07-141-1/+1
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+10
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-33/+42
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-42/+33
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-33/+42
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-141-2/+2
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+7
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-7/+14
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-14/+7
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-171-1/+1
* SERVER-21392 Make commands retry on interrupted operationsKaloian Manassiev2015-11-161-1/+1
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-6/+7
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-1/+2
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-4/+18
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-301-1/+1
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-10/+10
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-12/+41
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-131-42/+90
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-3/+10
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-1/+2
* SERVER-19842 support allowPartialResults query option in new mongos read pathDavid Storch2015-09-241-3/+19
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-241-22/+34
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-1/+20
* SERVER-19355 Revert "Revert "SERVER-19355 mongos issues sortKey meta-projecti...David Storch2015-09-021-1/+14
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-1/+8
* Revert "Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cur...Jason Rassi2015-08-291-6/+7
* Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cursors"Jonathan Reams2015-08-281-7/+6
* SERVER-19569 AsyncResultsMerger ability to merge existing cursorsJason Rassi2015-08-281-6/+7
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-9/+9
* Revert "SERVER-19355 mongos issues sortKey meta-projection in order to perfor...Jonathan Reams2015-08-271-14/+1
* SERVER-19355 mongos issues sortKey meta-projection in order to perform sorted...David Storch2015-08-271-1/+14
* SERVER-20118 fix hang in AsyncResultsMergerDavid Storch2015-08-251-6/+13
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-211-1/+14
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-3/+37
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-37/+3
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-201-3/+37
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-3/+5
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-30/+61
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-211-0/+420