summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-82/+53
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-53/+82
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-82/+53
* SERVER-76450 Remove CollectionCatalogStasherHenrik Edin2023-04-271-37/+0
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-3/+4
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-261-488/+39
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-1/+1
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-20/+2
* SERVER-75466 Remove checks for PIT catalog lookup feature flag where it was a...Henrik Edin2023-04-191-39/+1
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-1/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-13/+18
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-2/+2
* SERVER-75741 CollectionCatalog handles mixed-mode creates and drops during st...Gregory Wlodarek2023-04-061-7/+20
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-11/+21
* SERVER-75456 Fix establishConsistentCollection when used concurrently with re...Henrik Edin2023-04-031-7/+46
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-2/+2
* SERVER-74951 Convert profile settings to use immutable data structuresHenrik Edin2023-03-291-7/+11
* SERVER-74950 Convert drop pending to use immutable data structuresHenrik Edin2023-03-291-25/+15
* SERVER-74947 Convert view structures to use immutable data structuresHenrik Edin2023-03-291-18/+19
* SERVER-74946 Convert collection lookup to use immutable data structuresHenrik Edin2023-03-291-35/+35
* SERVER-74948 Convert pending commit to use immutable data structuresHenrik Edin2023-03-291-30/+36
* SERVER-74949 Convert catalogId mappings to use immutable data structuresHenrik Edin2023-03-291-37/+107
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-75314 Fix instantiating collections at latest in standalone modeGregory Wlodarek2023-03-271-3/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-2/+2
* SERVER-73528 Remove unnecessary string copies when instantiating collectionsHenrik Edin2023-03-031-7/+14
* SERVER-72848 Clarify why namespace can be in both UncomittedCatalogUpdates an...Gregory Wlodarek2023-03-021-3/+24
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-6/+6
* SERVER-74369 De-duplicate _openCollectionAtLatestByNamespace() and _openColle...Gregory Wlodarek2023-03-011-119/+65
* SERVER-72673 Log ViewsForDatabase::reload status on errorDan Larkin-York2023-03-011-1/+15
* SERVER-74163 Instantiate a new collection instance from durable storage when ...Gregory Wlodarek2023-02-251-11/+44
* SERVER-74329 CollectionCatalog::_needsOpenCollection() returns false if the c...Gregory Wlodarek2023-02-241-0/+11
* SERVER-73766 Dependent cleanupsKaloian Manassiev2023-02-231-8/+3
* SERVER-74088 Fix data race on batchedCatalogWriteInstanceHenrik Edin2023-02-181-6/+16
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-245/+305
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-48/+51
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-6/+6
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-11/+11
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-091-6/+21
* SERVER-43894 dropCollection should return success if the collection does not ...Dianna Hohensee2023-02-091-5/+2
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-56/+14
* SERVER-71353 Add diagnostics for when the durable catalog is scanned due to m...Gregory Wlodarek2023-02-061-0/+25
* SERVER-73353 Support CollectionCatalog lookups by NamespaceStringOrUUIDGregory Wlodarek2023-02-061-2/+8
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-3/+7
* SERVER-73112 Create function to construct system.views namespacejannaerin2023-02-021-11/+7
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-261-0/+6
* SERVER-68271 Integrate point-in-time catalog lookups into the lock-free read ...Matthew Saltz2023-01-261-0/+16
* SERVER-73224 Fix reads by UUID during concurrent rename with openCollectionHenrik Edin2023-01-251-66/+167