summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-54012 DurableCatalog::importCollection() handles collections without i...Gregory Wlodarek2021-02-111-5/+4
* SERVER-54012 DurableCatalogTest::ImportCollection to handle missing idxIdentGregory Wlodarek2021-02-111-6/+0
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-1026-92/+134
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified by...Gregory Wlodarek2021-02-103-0/+21
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-0913-53/+86
* SERVER-38910 Remove index drop rollback handling on opening the storage engine.Dianna Hohensee2021-02-092-41/+15
* 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-062-208/+192
* SERVER-54183: Rollback resharding operations that are not timestamped.Daniel Gottlieb2021-02-052-0/+10
* 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-0511-22/+279
* 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-0310-27/+225
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-2915-70/+157
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-293-2/+49
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-2733-1259/+115
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-202-10/+33
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-191-8/+0
* SERVER-53841 Additional logging for oplog_rollover.jsGregory Wlodarek2021-01-161-5/+24
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-1512-443/+307
* SERVER-50232 Remove redundant condition from FlowControl::_approximateOpsBetweenDan Larkin-York2021-01-131-1/+1
* SERVER-52609 Append corruptRecords to validate results as an arrayGregory Noma2021-01-131-1/+1
* SERVER-50233 Prevent divide-by-zero in FlowControl::getNumTicketsDan Larkin-York2021-01-131-1/+1
* SERVER-50819 Stop the OplogManager during shutdown if it's still runningGregory Wlodarek2021-01-134-6/+19
* SERVER-53697 Fix deleting of empty directories when using directoryPerDb and ...Henrik Edin2021-01-121-3/+6
* SERVER-50203 Prevent passing unsigned argument a negative value in ephemeral_...Dan Larkin-York2021-01-111-15/+23
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-112-0/+20
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-088-14/+137
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-4/+0
* SERVER-53061 Attempt to remove empty database directory on both collection an...Gregory Noma2021-01-081-34/+44
* SERVER-52221 Enable Lock Free Reads feature flag by defaultHenrik Edin2021-01-081-1/+2
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-071-1/+9
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-065-29/+36
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-193-8/+8
* SERVER-51918 create feature flag for lock free readsBenety Goh2020-12-182-6/+5
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-179-1/+242
* SERVER-53299 Fix so AutoGetCollectionForReadLockFree only read replication st...Henrik Edin2020-12-142-16/+25
* SERVER-40811 make initializers throwyBilly Donahue2020-12-0811-12/+1
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-071-5/+22
* SERVER-52950 Avoid calculating oplog stones when recoverFromOplogAsStandalone...Gregory Wlodarek2020-12-052-1/+8
* SERVER-52557 Publishing a writable Collection to the catalog is done with a s...Henrik Edin2020-11-213-23/+74
* SERVER-50202 Coverity analysis defect 116125: Explicit null dereferencedGregory Noma2020-11-201-1/+1
* 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
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-171-2/+1
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2020-11-135-15/+111
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-137-75/+89
* SERVER-48221 Shut down ftdc after storage engineGregory Wlodarek2020-11-131-0/+11
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-1310-49/+0
* SERVER-51158 Must not truncate entire oplog before truncate point.Matthew Russotto2020-11-122-0/+99