summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-2/+2
* SERVER-67119 Add sharding catalog global index API to create/remove a global ...Marcos José Grillo Ramirez2022-08-021-22/+39
* SERVER-62805 Add global indexes local storageMarcos Grillo2022-06-291-1/+106
* SERVER-62693 Review downgrade requirements for defragmentation once 6.0 branc...Tommaso Tocci2022-06-151-46/+0
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-191-9/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-111-1/+2
* SERVER-62583 Unset collection-specific balancer fields upon setFCV < 5.3Pierlauro Sciarelli2022-01-181-0/+44
* SERVER-62065 Make the CPP name of '_flushRoutingTableCacheUpdates' more user-...Kaloian Manassiev2022-01-111-2/+3
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-6/+10
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-10/+6
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-6/+10
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-12/+0
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-1/+1
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-1/+1
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-1/+1
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-11/+12
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-261-4/+13
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-0/+103