summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-0/+5
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-5/+0
* SERVER-77123 Make the readConcern for TransactionResources come from prerequi...Kaloian Manassiev2023-05-161-27/+32
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-101-0/+13
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-19/+32
* SERVER-74196 Take catalog/storage snapshot on acquisitions APIDaniel Gómez Ferro2023-05-081-86/+334
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-4/+1
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-0/+16
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-4/+1
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-19/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-2/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-9/+11
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+2
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-4/+6
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-04-121-67/+163
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+2
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-162/+67
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-2/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+2
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-67/+162
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-16/+58
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+2
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoa...Sviatlana Zuiko2023-03-241-56/+14
* SERVER-75177 Collection acquisitions should follow the skipRSTLLock/skipFlowC...Jordi Serra Torrens2023-03-241-2/+23
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-221-14/+56
* SERVER-73766 Introduce kLocalCatalogOnlyWithPotentialDataLoss placement concernKaloian Manassiev2023-03-161-13/+81
* SERVER-74387 Allow the acquireCollection(s)[OrView(s)] methods to acquire non...Kaloian Manassiev2023-02-281-40/+64
* SERVER-73005 Support view acquisition on CollectionSnapshot APIJordi Serra Torrens2023-02-231-51/+119
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-73004 Add support to CollectionSnapshot for locking multiple collectio...Jordi Serra Torrens2023-02-151-7/+18
* SERVER-73289 Support yield/restore on CollectionSnapshots APIJordi Serra Torrens2023-02-091-90/+190
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-3/+4
* SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back Colle...Jordi Serra Torrens2023-01-191-0/+363