summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73353 Support CollectionCatalog lookups by NamespaceStringOrUUIDGregory Wlodarek2023-02-061-18/+7
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-3/+3
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-3/+3
* SERVER-68271 Integrate point-in-time catalog lookups into the lock-free read ...Matthew Saltz2023-01-261-32/+432
* SERVER-73299 Remove invariant in AutoGetCollectionForReadPITCatalog that the ...Dianna Hohensee2023-01-251-10/+11
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-2/+2
* SERVER-72608 AutoGet*PIT instantiates PIT Collection instances for secondary ...Dianna Hohensee2023-01-191-43/+71
* SERVER-71957 Integrate point-in-time catalog lookups into locked read setup pathHenrik Edin2023-01-091-3/+264
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-5/+15
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-1/+2
* SERVER-71005 Split SecondaryNamespaceStateChecker assert and namespace resolu...Matthew Saltz2022-11-081-161/+138
* SERVER-70910 Pull some logic out of AutoGetCollectionForReadBase into helper ...Matthew Saltz2022-11-041-70/+90
* SERVER-70868 Create shim to branch implementations of AutoGetCollectionForRea...Matthew Saltz2022-10-281-6/+17
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-4/+10
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-2/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-12/+7
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-52/+31
* SERVER-63847 Complete TODO listed in SERVER-44105Antonio Fuschetto2022-09-201-1/+1
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-30/+34
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* 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-3/+4
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-071-11/+4
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-7/+6
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-3/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-0/+8
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-10/+10
* 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-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-0/+1
* SERVER-64665 Early return in AutoGet constructors once we detect that a secon...Mihai Andrei2022-04-071-17/+25
* SERVER-62457 Fix AutoGetCollectionForReadCommandLock bug wherein a request ca...Dianna Hohensee2022-03-091-0/+50
* SERVER-63874 Use AutoStatsTracker multi-collection functionality in the AutoG...Dianna Hohensee2022-03-071-10/+13
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-041-49/+31
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-0/+5
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+2
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-101-140/+266
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-5/+8
* SERVER-62674 Add stats tracking for multiple collectionsMihai Andrei2022-01-311-4/+12
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-5/+3
* SERVER-58663 Create a lock-free multi collection AutoGet* helperDianna Hohensee2021-09-171-0/+110
* SERVER-55578: Disallow atClusterTime reads and afterClusterTime majority read...Lingzhi Deng2021-05-071-4/+24
* SERVER-54889 Nested LFR collection helpers must not try to re-establish read ...Dianna Hohensee2021-03-241-8/+26
* SERVER-54024 Use lock-free collection helpers in some auth read lookups and R...Dianna Hohensee2021-03-021-24/+45
* SERVER-54066 Retain stashed CollectionCatalog in the case of out-of-order des...Dianna Hohensee2021-02-171-3/+7
* SERVER-54116 AutoGetCollection*MaybeLockFree should pivot to locked if a stor...Dianna Hohensee2021-02-161-1/+4
* SERVER-53829 Make listCollections and listIndexes commands lock freeHenrik Edin2021-01-261-0/+64
* SERVER-53570 Ensure no query yields are attempted with nested lock-free opera...Dianna Hohensee2021-01-141-1/+5
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-16/+37
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-3/+5