summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-231-0/+1
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-081-0/+5
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-10-141-0/+1
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+2
* SERVER-54790 Remove the 'allowMigrations' flag from config.collections when d...Sergi Mateo Bellido2021-03-021-9/+16
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-291-2/+0
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-011-0/+1
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-0/+8
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-2/+0
* SERVER-51900 Get rid of the 'distributionMode' field of config.collectionsKaloian Manassiev2020-11-111-39/+5
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-3/+5
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-11/+8
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-021-45/+16
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-301-46/+25
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-11/+6
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-2/+2
* SERVER-49561 Add resharding fields to config.collectionsBlake Oler2020-08-051-0/+30
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-301-3/+22
* SERVER-42365 Remove dead code around 'allowSplit' and 'assigned shard key' fr...Esha Maharishi2019-07-301-14/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-061-0/+4
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-191-1/+10
* SERVER-29759 on _configsvrSetFeatureCompatibilityVersion=3.6, generate and pe...Esha Maharishi2017-06-261-0/+14
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+2
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-091-1/+18
* SERVER-27393 Balancer should skip dropped collectionsNathan Myers2016-12-211-0/+4
* Revert "SERVER-27383 Balancer should skip dropped collections" (sp)Nathan Myers2016-12-211-4/+0
* SERVER-27383 Balancer should skip dropped collectionsNathan Myers2016-12-211-0/+4
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-0/+11
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-211-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-80/+99
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-7/+0
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-4/+4
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-3/+4
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-0/+133