summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_raii_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-1/+1
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-1/+1
* SERVER-74468 Remove legacy versions of AutoGetCollection classesGregory Wlodarek2023-04-191-46/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-14/+9
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-3/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-13/+18
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-6/+11
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-47/+37
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-3/+1
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-8/+39
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-13/+13
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-10/+10
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-113/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+1
* SERVER-64038 Allow any lock mode for multi-collection locking in AutoGet* hel...Dianna Hohensee2022-03-071-23/+37
* SERVER-62194 Make AutoGetCollection accept multiple namespaces to lock.Dianna Hohensee2022-01-121-0/+237
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-10/+7
* SERVER-47123 remove AutoGetOrCreateDb classBenety Goh2021-04-301-10/+0
* SERVER-51359 unit test that AutoGetCollectionLockFree can run concurrently wi...Dianna Hohensee2021-01-141-0/+66
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-4/+4
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-3/+3
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-5/+5
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-101-9/+6
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-5/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-3/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-3/+3
* SERVER-40053 Add an RAII type to change and restore the timestamp read sourceSiyuan Zhou2019-03-201-0/+57
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-0/+8
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-2/+3
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-2/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-0/+204