summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/uncommitted_catalog_updates.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-1/+1
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-1/+1
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-3/+3
* SERVER-71222 CollectionCatalog supports point-in-time catalog lookups by UUIDGregory Wlodarek2023-02-161-3/+6
* SERVER-72133 Change CollectionCatalog::openCollection to call OpenedCollectio...Matthew Saltz2023-01-191-4/+4
* SERVER-71817 Store opened collections in separate data structureHenrik Edin2023-01-131-5/+44
* Revert "SERVER-72133 Change CollectionCatalog::openCollection to call Uncommi...Sviatlana Zuiko2023-01-111-8/+2
* SERVER-72133 Change CollectionCatalog::openCollection to call UncommittedCata...Matthew Saltz2023-01-101-2/+8
* SERVER-71306 Support RecoveryUnit decorations that are tied to snapshot lifetimeLouis Williams2022-11-161-16/+3
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-1/+5
* SERVER-68256 Point-in-time instantiated collection lifetime is tied to the st...Gregory Wlodarek2022-10-051-0/+18
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-2/+3
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-4/+28
* SERVER-65586 Change UncommittedCatalogUpdates functions to take in DatabaseNameSophia Tan2022-05-161-6/+7
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-0/+236