summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/uuid_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-327/+0
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-4/+4
* SERVER-40867 UUIDCatalog::iterator::uuid() should not call repositionIfNeededXiangyu Yao2019-05-021-1/+0
* SERVER-40515 Remove UUIDCatalog::prev() and UUIDCatalog::next()Gregory Wlodarek2019-04-291-14/+0
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-9/+9
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-128/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-9/+9
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-9/+9
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-9/+9
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-9/+9
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-0/+13
* SERVER-39902 lockInfo should use UUIDCatalog to map resourceIds to collection...Gregory Wlodarek2019-04-081-0/+24
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-18/+104
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-12/+17
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-1/+1
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-1/+1
* SERVER-39504 Have Database use UUIDCatalog for name lookupsDivjot Arora2019-03-051-0/+10
* SERVER-39509 Update UUIDCatalog data structuresDivjot Arora2019-03-051-8/+49
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-4/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+5
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-1/+3
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+20
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+3
* SERVER-38033 Fix CollectionImpl::_ns thread safety.David Storch2018-11-141-7/+23
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-4/+5
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-1/+2
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-1/+3
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+1
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-4/+9
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-35563 Refactor register/remove UUID to _inlock functions to avoid race...Ben Judd2018-06-251-0/+2
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-13/+23
* SERVER-33632 UUIDCatalog queries fall back to pre-close stateGeert Bosch2018-04-171-3/+24
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-1/+0
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+1
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+2
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-131-0/+2
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-0/+66
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+25
* SERVER-30212 UUIDCatalog::onRenameCollection() defers registering UUID until ...Benety Goh2017-08-221-1/+7
* SERVER-30228 Workaround for missing UUID registrationsGeert Bosch2017-07-191-3/+3
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+98