summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76521: Remove TODO SERVER-67817Sophia Tan2023-05-041-1/+0
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-4/+3
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-3/+1
* SERVER-74468 Remove legacy versions of AutoGetCollection classesGregory Wlodarek2023-04-191-104/+0
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-19/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-15/+20
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-22/+39
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-39/+22
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-22/+39
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-8/+38
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoa...Sviatlana Zuiko2023-03-241-38/+8
* SERVER-75177 Collection acquisitions should follow the skipRSTLLock/skipFlowC...Jordi Serra Torrens2023-03-241-27/+30
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-221-8/+38
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-2/+2
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-1/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-5/+7
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-3/+3
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-091-1/+2
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-13/+24
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-6/+5
* SERVER-71957 Integrate point-in-time catalog lookups into locked read setup pathHenrik Edin2023-01-091-117/+52
* SERVER-70438 Fix AutoGetCollection containing a valid coll reference and an i...Yu Jin Kang Park2022-12-151-0/+20
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-6/+52
* SERVER-61704 Ensure ReadSourceScope is not used when running a lock free read...Gregory Wlodarek2022-12-021-0/+5
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-021-1/+10
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-19/+53
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-6/+5
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-20/+31
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-161-1/+27
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-24/+32
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-111-6/+1
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-6/+6
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-4/+7
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-4/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-26/+18
* SERVER-67382 Refresh the catalog before re-checking UUID <-> NSS resolution i...Dianna Hohensee2022-07-111-1/+7
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+14
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-081-8/+10
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-14/+7
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-2/+3
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-30/+7
* SERVER-66633 Record change collection entries in the secondaries.Rishab Joshi2022-06-101-0/+31
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-5/+2
* SERVER-66266 Better error message for timeseries assertionFaustoleyva542022-05-171-5/+6
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3