summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-1/+3
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-3/+1
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-8/+8
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-1/+1
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-3/+4
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-22/+32
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-2/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-2/+2
* SERVER-71596 renameCollectionAcrossDatabases CleanupMatt Kneiser2023-03-301-7/+0
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-4/+3
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-2/+2
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-3/+4
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-5/+5
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-6/+7
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+1
* SERVER-72603 Enable batched writes in RenameCollectionAcrossDatabasesMatt Kneiser2023-01-201-314/+2
* SERVER-70552 Cleanup renames across databasesMatt Kneiser2022-12-021-8/+8
* SERVER-70552 Batch inserts for cross-DB collection renamesMatt Kneiser2022-11-291-2/+324
* SERVER-70825 Rename collection across dbs should also work in multitenancy modeSophia Tan2022-11-091-1/+1
* SERVER-69726 Run multitenancy tests on replica setsjannaerin2022-10-191-20/+3
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-4/+27
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-27/+4
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-4/+27
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+3
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-4/+0
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-2/+7
* SERVER-67461 Convert the renameCollection command to a TypedCommandSophia Tan2022-08-091-2/+2
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-2/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-3/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-081-6/+3
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-071-2/+8
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-5/+2
* SERVER-67767 Check DbVersion using AutoGetDb instead of DSS's functionAntonio Fuschetto2022-07-051-14/+2
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-4/+4
* SERVER-64491 Disallow using the system.js collection name as the source or ta...Benety Goh2022-06-041-0/+9
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+4
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-3/+3
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-15/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1