summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-1/+1
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-4/+3
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-0/+12
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+10
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-2/+3
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-0/+64
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-302/+0
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-271-1/+1
* SERVER-26587 Use correct iterator types for BSON keyed associative typesAndrew Morrow2016-10-121-3/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+5
* SERVER-24239 shardCollection should use simple collation when creating shard ...Tess Avitabile2016-08-111-3/+11
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+2
* SERVER-24227 Replace autoSplit startup opt with proper settingJess Fan2016-07-061-4/+0
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-101-3/+1
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-091-1/+3
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-091-3/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-3/+5
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-201-2/+0
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-35/+25
* SERVER-21293 Add network timeout to the query fetcherKaloian Manassiev2015-11-161-5/+9
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-30/+4
* SERVER-20891 User-initiated writes to the config server must use w:majority w...Spencer T Brody2015-10-131-11/+47
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-11/+13
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-205/+194
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-11/+11
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-256/+99
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-2/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-33/+18
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14032 verify _id present for upserts to multiple config serversGreg Studer2014-06-051-2/+16
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-111-1/+5