summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-5/+3
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-3/+5
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-5/+3
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-261-4/+3
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+3
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-3/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+3
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-5/+1
* SERVER-74714 Make drop-pending ident log message less noisyLouis Williams2023-04-211-1/+16
* Revert "SERVER-74714 Make drop-pending ident log message less noisy"Louis Williams2023-04-211-12/+1
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-7/+0
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-1/+0
* SERVER-74714 Make drop-pending ident log message less noisyLouis Williams2023-04-181-1/+12
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-11/+14
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-2/+1
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-1/+2
* SERVER-74703 Replicating the dropDatabase oplog entry and clearing the collec...Gregory Wlodarek2023-03-131-31/+5
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-091-5/+0
* SERVER-74689 Remove unused StorageEngine::closeDatabase() functionGregory Wlodarek2023-03-091-5/+0
* SERVER-73528 Remove unnecessary string copies when instantiating collectionsHenrik Edin2023-03-031-1/+1
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-2/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-301-10/+18
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+5
* SERVER-72618 Oplog batch application index builds on an empty collection are ...Gregory Wlodarek2023-01-181-7/+12
* SERVER-71415 Stash CollectionCatalog on RecoveryUnit::SnapshotHenrik Edin2022-11-181-3/+3
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-4/+6
* SERVER-70422 Differentiate in CollectionCatalog catalogId mapping between unk...henrikedin2022-10-261-4/+8
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-0/+5
* SERVER-67431: Filter listDatabases by tenantIdAdityavardhan Agrawal2022-10-041-2/+6
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-2/+2
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-10/+13
* SERVER-69983 Add busy idents to the drop pending reaper to retry dropping laterGregory Wlodarek2022-09-261-8/+19
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-9/+26
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-2/+1
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-191-7/+25
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-5/+6
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+8
* SERVER-69766 Dump WiredTiger information when dropIdent() returns EBUSY outsi...Gregory Wlodarek2022-09-161-1/+9
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-151-0/+1
* SERVER-69199 Access entry by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-021-1/+1
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-14/+10
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-0/+4
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-3/+11
* SERVER-68646 Allow _dropCollectionsNoTimestamp() to do untimestamped writesGregory Wlodarek2022-08-081-0/+3
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-4/+7