summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75640 Get rid of OperationShardingState::hasDbVersionKaloian Manassiev2023-04-041-15/+6
* Revert "SERVER-73931 Verify that collection UUID matches with sharding"Henrik Edin2023-03-201-9/+0
* SERVER-74878 Restoring from query yield supports fetching point-in-time colle...Gregory Wlodarek2023-03-171-4/+22
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-2/+2
* SERVER-73931 Verify that collection UUID matches with shardingHenrik Edin2023-03-021-0/+9
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-1/+1
* SERVER-74367 Remove assertAllNamespacesAreCompatibleForReadTimestamp() check ...Gregory Wlodarek2023-02-251-5/+0
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-3/+3
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-3/+3
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-10/+10
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-3/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-3/+3
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-141-0/+7
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-3/+3
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-091-107/+28
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-7/+8
* 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