summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76590 Cleanup legacy lock-free read setupHenrik Edin2023-05-011-153/+58
* SERVER-76450 Remove CollectionCatalogStasherHenrik Edin2023-04-271-18/+5
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-1/+1
* SERVER-74468 Remove legacy versions of AutoGetCollection classesGregory Wlodarek2023-04-191-266/+9
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-162/+28
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-8/+11
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74003 Remove stale TODO commentHenrik Edin2023-04-051-2/+0
* SERVER-75643 Check for DBVersion in all paths of AutoGetCollectionForReadLock...Kaloian Manassiev2023-04-051-1/+2
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+4
* 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