summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-3/+3
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-161-1/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-2/+2
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-4/+88
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-081-10/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-3/+3
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-271-1/+8
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-3/+3
* 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
* SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeededMark Benvenuto2022-04-121-5/+3
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+0
* SERVER-64914 warn if a user drops an encrypted collection before state collec...Mark Benvenuto2022-04-011-1/+46
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-5/+6
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-7/+48
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-3/+3
* SERVER-59934 Take a MODE_X collection lock when dropping regular viewsPavi Vetriselvan2021-09-291-1/+4
* SERVER-60007 Implement command to drop collection if its UUID differs from th...Pierlauro Sciarelli2021-09-211-26/+65
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-09-201-2/+7
* SERVER-57729 Fixed namespace error when dropping a collectionlukebhan2021-07-141-2/+2
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-5/+4
* SERVER-57678 Take MODE_X collection lock when dropping timeseries view.Henrik Edin2021-06-161-0/+7
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-9/+2
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-4/+4
* SERVER-54902 Creating timeseries bucket collection and view definition is now...Henrik Edin2021-04-051-25/+40
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-4/+4
* SERVER-50993: Audit dropCollection for viewsVarun Ravichandran2021-02-031-3/+14
* SERVER-52550 Convert "drop" command to generated base classA. Jesse Jiryu Davis2020-12-221-18/+18
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-7/+12
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+8
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-091-43/+83
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+8
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+7
* SERVER-50453 Handle NSS renaming when checking shard version in drop collectionPierlauro Sciarelli2020-08-251-4/+4
* SERVER-50056 Added IGNORED shardVersion to dropCollection command allowing SS...Marcos José Grillo Ramírez2020-08-071-0/+5
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-3/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+0
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-15/+18
* Revert "SERVER-41365 include the particular namespace in 'ns not found' error...Dianna Hohensee2020-05-141-20/+12
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-8/+0
* SERVER-41365 include the particular namespace in 'ns not found' error messagesWilliam Reiske2020-05-051-12/+20
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-2/+3
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-30/+12
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1