summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-15/+16
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-281-12/+0
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-0/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-13/+3
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-101-3/+1
* SERVER-58570 Add a new field to config.collections/config.cache.collections r...Antonio Fuschetto2021-08-061-0/+12
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-301-0/+6
* SERVER-54015 Use catalog cache with a refresh to check if a collection was al...Marcos José Grillo Ramírez2021-01-291-9/+0
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-0/+11
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-8/+0
* SERVER-51900 Get rid of the 'distributionMode' field of config.collectionsKaloian Manassiev2020-11-111-54/+6
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-22/+10
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-021-81/+5
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-301-103/+11
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-32/+21
* 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/+18
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-301-2/+33
* SERVER-42365 Remove dead code around 'allowSplit' and 'assigned shard key' fr...Esha Maharishi2019-07-301-17/+0
* 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-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-191-0/+17
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+1
* SERVER-29759 on _configsvrSetFeatureCompatibilityVersion=3.6, generate and pe...Esha Maharishi2017-06-261-0/+22
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+13
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-271-2/+9
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-0/+21
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-211-8/+11
* SERVER-18796: sh.status() show 'dropped:false' colls againKevin Pulo2015-07-131-4/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-149/+142
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-161-24/+31
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-14/+0
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-5/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-9/+9
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-0/+242