summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62158 Fix novel UBSAN issues found with clang 12Andrew Morrow2021-12-191-1/+1
* Revert "SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge"jannaerin2021-12-173-9/+0
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-174-14/+255
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2021-12-173-0/+9
* SERVER-61472 Fix Coverity analysis defect 121149: Uninitialized scalar variableMatt Kneiser2021-12-161-1/+4
* SERVER-61484 JournalFlusher should log a warning on ExceededMemoryLimit error...Dianna Hohensee2021-12-061-5/+7
* SERVER-60031 Remove todo in EFT SConscriptYuhong Zhang2021-12-041-10/+0
* SERVER-61047 Add test-only server parameter to validate BSONColumn in the val...Henrik Edin2021-12-021-0/+7
* SERVER-60031 Declare RadixStore iterators [in]equality operators constYuhong Zhang2021-12-021-14/+14
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-022-5/+5
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-012-2/+0
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-0110-324/+89
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-011-0/+7
* SERVER-60621 Avoid global lock upgrade in some C++ testsDan Larkin-York2021-12-011-3/+3
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-0119-24/+210
* SERVER-56247 Enable time-series bucket compression feature flagHenrik Edin2021-11-301-1/+2
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-302-0/+96
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-307-27/+83
* Revert "SERVER-61362 Serialize SBE Values to KeyString"Uladzimir Makouski2021-11-232-96/+0
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-232-0/+96
* SERVER-61137 Implement rollback-to-stable for shard mergeA. Jesse Jiryu Davis2021-11-223-0/+115
* SERVER-60727: Remove mixed mode updates on local.system.replsetLingzhi Deng2021-11-201-2/+0
* Revert "SERVER-61047 Add test-only server parameter to validate BSONColumn in...Henrik Edin2021-11-191-7/+0
* SERVER-61047 Add test-only server parameter to validate BSONColumn in the val...Henrik Edin2021-11-191-0/+7
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-191-2/+3
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-198-117/+60
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-1811-24/+70
* SERVER-61552 Change of storage parameters for storage engine re-init must occ...Matthew Russotto2021-11-183-9/+23
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-177-73/+83
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2021-11-161-2/+17
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-158-7/+64
* SERVER-59297 Catch InterruptedDueToStorageChange and continueAdi Zaimi2021-11-151-0/+6
* SERVER-60131 Update WiredTigerKVEngine::shouldDowngrade()/getDowngradeString(...Gregory Wlodarek2021-11-113-4/+65
* SERVER-60131 Remove unused repairMode parameter from WiredTigerFileVersion::s...Gregory Wlodarek2021-11-112-5/+3
* SERVER-61173 Make EFT cursor saveState() handle case where already savedIan Boros2021-11-111-1/+3
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-084-15/+17
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2021-11-081-3/+10
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-088-19/+30
* SERVER-54360 fix windows compileBenety Goh2021-11-061-2/+2
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-057-12/+210
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-054-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-11-053-24/+0
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-042-0/+9
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-043-0/+22
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of WT_CONNECTION::...Benety Goh2021-11-031-1/+9
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
* SERVER-61048 Make BackupCursorService use current engine instead of storing a...Moustafa Maher Khalil2021-11-022-5/+5
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-012-11/+1
* SERVER-61157 add feature flag for making an index uniqueBenety Goh2021-11-011-0/+4
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-10-291-4/+16