summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-271-1/+1
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-2/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-37/+1
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+2
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+1
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-7/+6
* SERVER-53859 Add queryHash to the mongos slow query logsMickey. J Winters2021-07-071-0/+3
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-1/+1
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-2/+1
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-11/+4
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-1/+16
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+12
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-15/+15
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-29/+29
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-29/+29
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-29/+29
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-29/+29
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-29/+29
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-52/+58
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+2
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-10/+11
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-1/+3
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-10/+6
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-14/+13
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+0
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-1/+2
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-1/+4
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+3
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-22/+4
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-1/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-12/+14
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-4/+22
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-20/+4
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-4/+20
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-1/+15
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46679 Transaction test fails with Stale Shard Version error on 4.5Marcos José Grillo Ramírez2020-03-311-2/+2
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-7/+0
* SERVER-43630: Use SortPattern instead of raw BSON in query plannerSvilen Mihaylov2020-02-271-3/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+16
* SERVER-45903 Allow sort with {$meta:'randVal'} on sharded clustersArun Banala2020-02-141-34/+14
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+17
* SERVER-45981 Prevent duplicating action upon receiving notice that a given sh...Blake Oler2020-02-111-9/+15
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+2
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+10