summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_key_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-5/+5
* SERVER-74668 findShardKeyPrefixedIndex func extracts index catalog from Coll...Tommaso Tocci2023-03-101-1/+0
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+2
* SERVER-64175 Modify refine shard key index validations so they are performed ...Marcos José Grillo Ramirez2022-12-281-1/+50
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-8/+5
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+2
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-131-1/+3
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+5
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-2/+6
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-5/+0
* SERVER-50792 Implement detailed shard key index errorsIsrael Hsu2022-06-131-12/+37
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-1/+2
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-141-5/+9
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+44
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-211-2/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-57023 Add retriable error categories into ddl coordinator retry logicMarcos Jose Grillo Ramirez2021-05-191-1/+1
* SERVER-56556 create collection coordinator waits on wrong opTime to be mojori...Tommaso Tocci2021-05-011-2/+3
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-6/+20
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-1/+0
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-9/+11
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-191-1/+0
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-15/+8
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-4/+4
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+3
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with a...Jack Mulrow2020-03-131-74/+140
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+2
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-091-1/+1
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-2/+1
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+2
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-111-0/+231