summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-162-1/+2
* SERVER-51027 Collect document bytes written per operationLouis Williams2020-10-151-0/+27
* SERVER-51025 Collect index entries read per operationLouis Williams2020-10-142-5/+12
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-1/+14
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-146-14/+10
* SERVER-50677 Make a lock-free read version of AutoGetCollectionForRead and op...Dianna Hohensee2020-10-141-0/+1
* SERVER-51594 Disable WiredTigerKVEngineTest::IdentDrop on WindowsGregory Wlodarek2020-10-141-0/+5
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-143-4/+9
* SERVER-51147 importRecordStore() and importSortedDataInterface() now import c...Gregory Wlodarek2020-10-136-59/+6
* SERVER-51147 Generate the WT_SESSION::create() import stringGregory Wlodarek2020-10-122-0/+54
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-129-17/+34
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-092-0/+19
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+2
* SERVER-51146 DurableCatalog::importCollection() should not remove the underly...Gregory Wlodarek2020-10-081-6/+3
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-088-1/+93
* SERVER-49754 Remove unused OperationContext from KVEngine::dropIdent()Gregory Wlodarek2020-10-083-13/+8
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-0820-86/+123
* SERVER-51311 add feature flag for time-series collectionsBenety Goh2020-10-061-0/+5
* SERVER-51141 Update the fast counts for imported collectionsGregory Wlodarek2020-10-052-0/+36
* SERVER-51276 Fix lint for compile_libfuzzertestsSpencer Jackson2020-10-031-1/+1
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-029-36/+304
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-029-307/+36
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-029-36/+307
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-024-12/+28
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-302-5/+8
* SERVER-43457 Removing truncate workaround and related TODOLuke Pearson2020-09-301-12/+6
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-298-6/+36
* SERVER-51154: Generate a new collection UUID for importLingzhi Deng2020-09-282-16/+20
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-265-6/+7
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-253-0/+43
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-253-6/+6
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-259-0/+349
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-251-0/+12
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-1/+1
* SERVER-51076 Modify the output of exportCollection to include file paths and ...Gregory Wlodarek2020-09-212-0/+6
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-1918-169/+301
* SERVER-50679 WiredTigerKVEngine::flushAllFiles() should call syncSizeInfo() w...Gregory Wlodarek2020-09-181-1/+4
* SERVER-50793 remove TODO commentBenety Goh2020-09-181-1/+0
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-156-21/+18
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-1/+1
* SERVER-50519 index build is resumable only if commit quorum is the default (i...Benety Goh2020-09-111-1/+0
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-1019-307/+442
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-107-43/+91
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-1010-47/+69
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-061-1/+2
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0311-13/+235
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-023-6/+5
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-022-10/+25