summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_create_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62356 Fix multiversion suitesPaolo Polato2022-09-161-1/+2
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-59/+71
* SERVER-68223 Remove FCV serializer from the create collection commandMarcos José Grillo Ramirez2022-08-191-2/+0
* Revert "SERVER-62356 Serialize creation of sharded and unsharded Timeseries c...Paolo Polato2022-07-271-2/+62
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-261-62/+2
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-15/+5
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* Revert "SERVER-62356 Move timeseries translation logic into create collection...Rui Liu2022-05-181-4/+62
* SERVER-62356 Move timeseries translation logic into create collection coordin...Rui Liu2022-05-161-62/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-7/+27
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-6/+2
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2021-12-031-9/+16
* SERVER-60452 Fix validation when the collection does not existArun Banala2021-10-051-18/+19
* SERVER-59140 Validate shard key pattern for timeseries shardCollection commandBikash Chandra2021-09-271-0/+19
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-58072 Changed unnecessary uses of isEnabledAndIgnoreFCV() to isEnabled...Jennifer Peshansky2021-09-031-1/+2
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-271-198/+36
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-5/+35
* SERVER-57608 shardCollection should take new path on FCV versions greater tha...Jordi Serra Torrens2021-06-101-2/+1
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-1/+1
* SERVER-57039 Legacy-path DDL operations are not interrupted on stepdownJordi Serra Torrens2021-05-191-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