summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-12/+193
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+9
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+4
* 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-2/+3
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Haley Connelly2019-09-201-1/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+6
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-33/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-1/+33
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-25/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-1/+25
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-06-241-1/+2
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-051-8/+5
* SERVER-39424 Test that a DDL op started after a prepared transaction fails du...Dianna2019-04-301-0/+5
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1