summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44027 Remove global X lock for renameCollection between DBsGregory Wlodarek2019-10-241-22/+23
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-9/+16
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-0/+6
* SERVER-43295 startIndexBuild kicks off index builds on secondariesBenety Goh2019-09-131-2/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-43149 rename across dbs emits startIndexBuild and commitIndexBuild opl...Benety Goh2019-09-081-23/+41
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-281-0/+6
* SERVER-42830: Wrap all of renameCollectionWithinDBForApplyOps into one WUOW.Daniel Gottlieb2019-08-211-46/+59
* Revert "SERVER-41947 Disallow using the system.views collection name as the s...Xiangyu Yao2019-08-191-6/+0
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-191-0/+6
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-0/+1
* SERVER-42121 Make mongo's renameCollection call configsvrRenameCollection.Jason Zhang2019-08-141-4/+13
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-011-5/+8
* Revert "SERVER-42441 renameCollectionForApplyOps should always rename the tar...Xiangyu Yao2019-08-011-8/+5
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-011-5/+8
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-19/+6
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-4/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-19/+10
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-251-0/+47
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-7/+5
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-12/+19
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-2/+2
* SERVER-41695 Remove NamespaceString::checkLengthForRename() since there are n...Gregory Wlodarek2019-06-211-60/+3
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-2/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-1/+3
* SERVER-40861 renameCollectionForApplyOps from a collection to itself should s...Xiangyu Yao2019-05-311-1/+20
* SERVER-41000 Fix typo in failpoint writeConfilctInRenameCollCopyToTmpZach Yam2019-05-311-2/+2
* Revert "SERVER-40861 renameCollectionForApplyOps from a collection to itself ...Gregory Wlodarek2019-05-301-18/+1
* SERVER-40861 renameCollectionForApplyOps from a collection to itself should s...Xiangyu Yao2019-05-301-1/+18
* SERVER-41161 Re-enable renaming between databases for applyOpsXiangyu Yao2019-05-211-3/+6
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-3/+1
* SERVER-40994 renameCollection should always lock system.views collection afte...Xiangyu Yao2019-05-141-2/+6
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+4
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-14/+14
* SERVER-40868 Log when copying source coll to temporary coll during a renameCo...vrachev2019-05-011-0/+3
* SERVER-39518 Use database MODE_IX lock for rename collectionsXiangyu Yao2019-04-291-1/+11
* SERVER-33631 Refactor rename_collection.cppXiangyu Yao2019-04-291-282/+404
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-7/+7
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+7
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-7/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+7
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-2/+3
* SERVER-35636 renameCollectionForApplyOps checks for complete namespacePavi Vetriselvan2019-03-041-0/+8
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-1/+3