summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-5/+3
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-13/+2
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-16/+13
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-6/+9
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-84/+47
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-2/+28
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+3
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-021-2/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31475 Always detach from op ctx after cluster getMore.Charlie Swanson2017-10-111-2/+11
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-1/+14
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-6/+16
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-3/+2
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-011-2/+6
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-2/+0
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-4/+18
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-16/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-9/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-7/+3
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-15/+36
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+15
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-15/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+15
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-14/+12
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-12/+14
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-14/+12
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+23
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-8/+11
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-5/+4
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-071-11/+7
* SERVER-27382 Remove usage of DBConfig::reload from ClusterFindKaloian Manassiev2017-02-021-28/+20
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-1/+0
* SERVER-26112 Always forward singleBatch=false to shardsMaria van Keulen2016-10-131-0/+6
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-5/+4
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-4/+4
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+4
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-13/+27
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+2
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-2/+3
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-46/+45
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+13
* SERVER-24144 transformQueryForShards() should check for addition overflowTess Avitabile2016-05-181-6/+36
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-28/+7
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+0
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+1
* SERVER-23094 Add collator parameter to the find commandTess Avitabile2016-04-071-0/+1