summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-04-291-1/+5
* SERVER-56400 Fix race in WiredTigerKVEngine::haveDropsQueued over _previousCh...Henrik Edin2021-04-282-4/+4
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-2/+1
* SERVER-24949 Lower WiredTiger idle handle timeout to 10 minutesLouis Williams2021-04-271-1/+1
* SERVER-56363 Implement 'saveUnpositioned()' for ephemeralForTestGregory Wlodarek2021-04-261-2/+6
* SERVER-53889 Enable time-series feature flag by defaultGregory Noma2021-04-211-1/+2
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-216-62/+59
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-0920-201/+259
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-2/+2
* SERVER-55745 The Fuzzer can run killOp on the JournalFlusher thread and cause...Dianna Hohensee2021-04-081-1/+14
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-0711-48/+152
* SERVER-55479 Invariant that the first table checked in WiredTigerUtil::setTab...Gregory Wlodarek2021-04-074-0/+10
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-0711-152/+48
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-0711-48/+152
* SERVER-55814 Take mutex prior to accessing DurableCatalogImpl::_catalogIdToEn...Gregory Wlodarek2021-04-061-0/+1
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-0/+1
* SERVER-55708 clean up index_descriptor library dependenciesBenety Goh2021-04-031-0/+2
* SERVER-54486: Remove accidental file.Daniel Gottlieb2021-04-011-1/+0
* SERVER-55443 Do not report that read source need to be changed to lastApplied...Henrik Edin2021-04-011-0/+10
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-311-0/+1
* SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTempora...Gregory Noma2021-03-302-1/+3
* SERVER-54675 Avoid storing negative values in WiredTigerSizeStorer::SizeInfoGregory Noma2021-03-251-11/+11
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-1/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-1823-1098/+105
* SERVER-53875 Stop the JournalFlusher thread from running at all unless reques...Dianna Hohensee2021-03-111-0/+9
* SERVER-44402 Pass UUIDs to StorageEngineImpl::_dropCollectionsNoTimestamp ins...Bynn Lee2021-03-112-8/+7
* SERVER-54552 [SBE] Reverse index scan may produce wrong resultsMickey. J Winters2021-03-102-5/+26
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-0810-51/+2
* SERVER-54988: Replace map::operator[] with map::find.Daniel Gottlieb2021-03-061-1/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-054-9/+9
* SERVER-54910 WTRecordStore setKey should take key by pointer to avoid usage e...Louis Williams2021-03-032-25/+25
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-2/+2
* SERVER-53599 Log collection name on invariantBynn Lee2021-02-262-2/+24
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-254-9/+9
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-2418-277/+422
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-232-0/+7
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-237-306/+367
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-233-7/+9
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-224-9/+9
* SERVER-54248 WiredTigerRecordStore to use a byte array key formatGregory Wlodarek2021-02-192-39/+63
* SERVER-54248 Fix RecordId usage in the NoOverlapReadSource unit testGregory Wlodarek2021-02-191-1/+1
* SERVER-53990 fix unittestsLouis Williams2021-02-191-4/+4
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-1822-196/+672
* SERVER-54519 Fix runtime link dependency for storage_wiredtiger_begin_transac...Mark Benvenuto2021-02-181-0/+1
* SERVER-54444 Add a virtual destructor to the Ident base class to ensure defin...Dianna Hohensee2021-02-183-3/+5
* SERVER-54567 remove UBSAN stanza for storage_wiredtiger_record_store_and_inde...Benety Goh2021-02-181-37/+26
* SERVER-54567 Initialize isReadOnly in WiredTigerRecordStore::Params for unit ...Benety Goh2021-02-171-0/+1
* SERVER-54537 Improve diagnosability for invariant failure in WiredTigerRecord...Dianna Hohensee2021-02-163-8/+16