summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_database_catalog_entry_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-328/+0
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-114/+97
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-281-1/+7
* SERVER-40021 Transition KVCatalogEntryBase to onRollback/onCommitGeert Bosch2019-03-081-115/+48
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-14/+13
* SERVER-39861 Add the collection UUID to log messages about deferring ident dropsDianna Hohensee2019-03-041-3/+9
* Revert "SERVER-39861 Add the collection UUID to log messages about deferring ...Dianna Hohensee2019-03-011-11/+4
* SERVER-39861 Add the collection UUID to log messages about deferring ident dropsDianna Hohensee2019-03-011-4/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38962 Drop ident when both checkpoint and oldest timestamps move past ...Xiangyu Yao2019-01-291-1/+1
* SERVER-38548 clean up KVCollectionCatalogEntry to support drop-pending idents.Benety Goh2018-12-311-4/+4
* SERVER-38603 dropping a collection removes catalog entry immediately and defe...Benety Goh2018-12-231-2/+14
* SERVER-38603 remove unused boolean field from add/remove collection handlers....Benety Goh2018-12-221-21/+10
* SERVER-38603 add KVStorageEngineInterface.hbdefgBenety Goh2018-12-221-1/+2
* SERVER-37443 Fix use of invalidated StringMap iterator.David Storch2018-10-311-1/+1
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-15/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34531 Ensure KVCatalog _collections is not empty during renameMaria van Keulen2018-05-151-6/+11
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-5/+9
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-9/+5
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-5/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+19
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-141-0/+365