summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24949 Lower WiredTiger idle handle timeout to 10 minutesLouis Williams2021-04-271-1/+1
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-094-42/+42
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-0710-47/+148
* 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-0710-148/+47
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-0710-47/+148
* SERVER-54486: Remove accidental file.Daniel Gottlieb2021-04-011-1/+0
* 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-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-186-522/+53
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-082-11/+0
* 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-052-5/+5
* SERVER-54910 WTRecordStore setKey should take key by pointer to avoid usage e...Louis Williams2021-03-032-25/+25
* 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-252-5/+5
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-243-40/+73
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-232-19/+32
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-5/+5
* 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 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-186-26/+74
* SERVER-54519 Fix runtime link dependency for storage_wiredtiger_begin_transac...Mark Benvenuto2021-02-181-0/+1
* 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-162-7/+8
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-105-36/+44
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-095-33/+37
* SERVER-50268 restore UBSAN stanza for storage_wiredtiger_record_store_and_ind...Benety Goh2021-02-071-26/+37
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-193/+191
* SERVER-54004 Improve oplog truncation thread's log level 0 loggingBynn Lee2021-02-051-7/+2
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-053-16/+71
* SERVER-50887 'bug' messages should be changed to a warning severityDianna Hohensee2021-02-042-12/+13
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-035-27/+99
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-293-25/+26
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-2715-875/+75
* SERVER-53841 Additional logging for oplog_rollover.jsGregory Wlodarek2021-01-161-5/+24
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-155-364/+235
* SERVER-50819 Stop the OplogManager during shutdown if it's still runningGregory Wlodarek2021-01-134-6/+19
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-112-0/+20
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-4/+62
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-4/+0
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-071-1/+9
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-174-1/+188
* SERVER-40811 make initializers throwyBilly Donahue2020-12-087-7/+0
* SERVER-52950 Avoid calculating oplog stones when recoverFromOplogAsStandalone...Gregory Wlodarek2020-12-051-1/+7
* SERVER-52737 Collect resource consumption metrics for capped deletesBrian DeLeonardis2020-11-201-2/+12
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-192-6/+6