summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-1/+8
* SERVER-13087 Better error messages for invalid config server writesSpencer T Brody2014-03-131-5/+14
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+8
* SERVER-12975 Write command to mongos checks invalid NSSiyuan Zhou2014-03-101-0/+7
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-191-35/+21
* SERVER-11875 Make sure write concern is set before getting the valueRandolph Tan2014-01-151-1/+3
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-1/+19
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-27/+73