summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_params.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-7/+2
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-1/+6
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-1/+11
* SERVER-36290 find command on unsharded collection through mongos returns too ...Eric Cox2020-01-031-12/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-2/+13
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-9/+0
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+12
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-18/+21
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-21/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-18/+21
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+3
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-7/+0
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-7/+0
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-0/+8
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+1
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-0/+11
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-5/+4
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-0/+4
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-241-2/+7
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-53/+21
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-9/+16
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-16/+9
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-9/+16
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-0/+5
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-4/+0
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+4
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-121-7/+2
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+3
* SERVER-20646 Move remote cursor host targeting inside the AsyncResultsMergerKaloian Manassiev2015-10-131-20/+29
* SERVER-19842 support allowPartialResults query option in new mongos read pathDavid Storch2015-09-241-1/+5
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-2/+20
* SERVER-19355 Revert "Revert "SERVER-19355 mongos issues sortKey meta-projecti...David Storch2015-09-021-0/+5
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+4
* Revert "Revert "SERVER-19569 Permit assignment to ClusterClientCursorParams::...Jason Rassi2015-08-291-3/+3
* Revert "Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cur...Jason Rassi2015-08-291-2/+27
* Revert "SERVER-19569 AsyncResultsMerger ability to merge existing cursors"Jonathan Reams2015-08-281-27/+2
* Revert "SERVER-19569 Permit assignment to ClusterClientCursorParams::Remote"Jonathan Reams2015-08-281-3/+3
* SERVER-19569 Permit assignment to ClusterClientCursorParams::RemoteJason Rassi2015-08-281-3/+3
* SERVER-19569 AsyncResultsMerger ability to merge existing cursorsJason Rassi2015-08-281-2/+27
* Revert "SERVER-19355 mongos issues sortKey meta-projection in order to perfor...Jonathan Reams2015-08-271-5/+0
* SERVER-19355 mongos issues sortKey meta-projection in order to perform sorted...David Storch2015-08-271-0/+5
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-0/+3
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-3/+0
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-201-0/+3
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-3/+0