summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+9
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+4
* SERVER-46778: Remove FCV 4.4 gating for increased namespace limit.Daniel Gottlieb2020-03-241-10/+0
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-11/+14
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-171-0/+5
* SERVER-44854 Make stronger visibility guarantees for new collectionsMaria van Keulen2020-03-161-5/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-0/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-32/+72
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2020-02-111-0/+3
* SERVER-45370 Fix oplog hole and test parallel createCollection txnsMaria van Keulen2020-01-241-1/+5
* Revert "SERVER-42009 Forbid creation of collections with namespace names cont...Eric Milkie2019-12-261-4/+0
* SERVER-42009 Forbid creation of collections with namespace names containing a $Eric Milkie2019-12-261-0/+4
* Revert "SERVER-42009 Forbid creation of collections with namespace names cont...Suganthi Mani2019-12-201-4/+0
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2019-12-161-0/+4
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-37/+36
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2019-11-121-0/+6
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-10/+18
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-171-0/+5
* 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-23/+9
* SERVER-43707 CollectionLock destroyed immediately after creation in DatabaseI...Gregory Wlodarek2019-09-301-1/+1
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-9/+5
* SERVER-42357 Modify the exclusive lock to be an intent lock in Database::isDr...Gregory Wlodarek2019-09-131-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41745 Collections with names longer than 120 characters will be gated ...Gregory Wlodarek2019-08-291-0/+8
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-3/+3
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-3/+5
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+9
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-8/+7
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-6/+5
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-29/+15
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-3/+1
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-9/+2
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-20/+7
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-11/+8
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-7/+4
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-4/+7
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-7/+4
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-18/+28
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-24/+18
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-18/+24
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-30/+7
* SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao2019-06-051-0/+8
* SERVER-16553 Ensure dbStats adds the scaling factor to its outputGregory Wlodarek2019-05-161-0/+1