summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57351 listDatabases should use in-memory catalog to find index identsSERVER-57348Henrik Edin2021-06-031-7/+3
* SERVER-57324 dropDatabase should not modify CollectionCatalog inplaceHenrik Edin2021-06-011-1/+1
* SERVER-57061 Make CollectionCatalog aware of namespaces used by ViewCatalog.Henrik Edin2021-05-281-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-22/+21
* SERVER-50745 Remove feature flag for resumable index buildsGregory Wlodarek2021-05-191-4/+1
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-21/+33
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+3
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-041-2/+1
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-2/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-3/+3
* SERVER-44402 Pass UUIDs to StorageEngineImpl::_dropCollectionsNoTimestamp ins...Bynn Lee2021-03-111-6/+6
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-4/+0
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-2/+2
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-231-0/+6
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-0/+4
* SERVER-38910 Remove index drop rollback handling on opening the storage engine.Dianna Hohensee2021-02-091-19/+12
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-2/+8
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-9/+5
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-6/+51
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-7/+2
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-0/+10
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-16/+25
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-4/+0
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free reads...Dianna Hohensee2020-11-121-5/+5
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-1/+1
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-2/+2
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+2
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-5/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-1/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-7/+15
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-2/+8
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-37/+45
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+4
* SERVER-49846 Drop internal idents on startup if there are no index builds to ...Samy Lanka2020-08-211-5/+16
* SERVER-50435 Restore constness to getInitialDataTimestampA. Jesse Jiryu Davis2020-08-211-1/+1
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-181-0/+8
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-6/+5
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-0/+4
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-6/+8
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+11
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-1/+0
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-011-1/+0
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-7/+10
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-9/+11
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-07-301-40/+39