summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_create_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-281-1/+1
* SERVER-57039 Legacy-path DDL operations are not interrupted on stepdownJordi Serra Torrens2021-05-201-0/+2
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-56432 Add start logging for new create collection pathMarcos José Grillo Ramirez2021-05-101-5/+1
* SERVER-55969 Stop checking for DisableIncompleteShardingDDLSupport future fla...Tommaso Tocci2021-04-201-2/+1
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-11/+1
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-14/+16
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-9/+8
* SERVER-55809 Disallow sharding a time-series collection or a buckets collectionSergi Mateo Bellido2021-04-121-1/+7
* SERVER-54918 Pull the metadata format decisions out of InitialSplitPolicyKaloian Manassiev2021-04-071-1/+8
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-011-0/+4
* SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticketKaloian Manassiev2021-03-311-0/+1
* SERVER-54587 Added resilience to the new create collection pathMarcos José Grillo Ramirez2021-03-291-8/+19
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-181-1/+1
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-161-1/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-161-1/+1
* SERVER-54915 Remove the Sharding Routing Info Stability DistLockKaloian Manassiev2021-03-031-7/+0
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-2/+6
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-10/+18
* Revert "SERVER-54283 Make the checks for new sharded DDL code path be uniform"Kaloian Manassiev2021-02-051-18/+10
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-051-10/+18
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-1/+33
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-2/+1
* SERVER-52616 Create _shardsvrCreateCollection command and follow current shar...Marcos José Grillo Ramírez2020-12-031-0/+222