summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_raii.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-2/+2
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-47123 remove AutoGetOrCreateDb classBenety Goh2021-04-301-32/+0
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-1/+0
* SERVER-54066 Retain stashed CollectionCatalog in the case of out-of-order des...Dianna Hohensee2021-02-171-1/+1
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-0/+26
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-1/+3
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-4/+4
* SERVER-52930 Fix so reIndex commit the writable Collection in each WUOW.Henrik Edin2020-11-181-3/+0
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-171-11/+11
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-29/+0
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-091-2/+4
* SERVER-51396 Add a LockFreeReadsBlock that sets a flag on the OperationContex...Dianna Hohensee2020-11-021-0/+5
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-151-1/+1
* SERVER-50677 Make a lock-free read version of AutoGetCollectionForRead and op...Dianna Hohensee2020-10-141-5/+29
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-081-0/+65
* SERVER-51091 Rearrange AutoGetCollection templating and inheritance to have s...Dianna Hohensee2020-09-301-60/+26
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-24/+32
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+86
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+30
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-13/+43
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-7/+1
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-051-0/+5
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-011-8/+18
* SERVER-46930: Fix AutoGetOplog for non-document-locking storage enginesLingzhi Deng2020-03-181-5/+3
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-0/+58
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-3/+2
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-8/+0
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-1/+3
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-10/+9
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-11/+13
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+8
* SERVER-40053 Add an RAII type to change and restore the timestamp read sourceSiyuan Zhou2019-03-201-0/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+2
* SERVER-37384 lock db prior to examining UUID catalog, to avoid phantom Namesp...Eric Milkie2018-11-131-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-0/+26
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-4/+5
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-5/+4
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-4/+5
* SERVER-33624 Check for db mismatch when resolving UUIDs for read commands.David Storch2018-03-051-1/+2
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-0/+188