summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-65107 Check the shard version when AutoGetCollection is instantiated a...Antonio Fuschetto2022-04-071-5/+28
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh2022-04-061-2/+5
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-46/+31
* SERVER-65062 Check the shard version for views when AutoGetCollection is inst...Antonio Fuschetto2022-04-011-8/+23
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+1
* SERVER-64464 Check the shard version for collections when AutoGetCollection i...Antonio Fuschetto2022-03-301-0/+2
* SERVER-62457 Fix AutoGetCollectionForReadCommandLock bug wherein a request ca...Dianna Hohensee2022-03-091-0/+9
* SERVER-64038 Allow any lock mode for multi-collection locking in AutoGet* hel...Dianna Hohensee2022-03-071-6/+0
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-041-0/+5
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-20/+9
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-101-19/+5
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-5/+12
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-1/+1
* SERVER-62194 Make AutoGetCollection accept multiple namespaces to lock.Dianna Hohensee2022-01-121-69/+210
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-19/+18
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-7/+7
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-20/+18
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-56/+33
* SERVER-60094 Add shard version to internal writeBrett Nawrocki2021-09-211-2/+1
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-2/+2
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-47123 remove AutoGetOrCreateDb classBenety Goh2021-04-301-8/+0
* SERVER-53963 Improve error message for unsupported operations on time-series ...Dan Larkin-York2021-02-051-0/+8
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-0/+2
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-0/+27
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-1/+29
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-1/+1
* SERVER-52930 Fix so reIndex commit the writable Collection in each WUOW.Henrik Edin2020-11-181-38/+13
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-181-21/+35
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-171-5/+8
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-24/+15