summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69766 Dump WiredTiger information when dropIdent() returns EBUSY outsi...Gregory Wlodarek2022-09-161-1/+9
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-151-0/+1
* SERVER-69615 On shutdown retry size storer flush until successfulSulabh Mahajan2022-09-152-6/+13
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-152-3/+0
* SERVER-65528 Set bounds when restoring index cursorsShin Yee Tan2022-09-141-35/+64
* SERVER-69593 Allow `InterruptedAtShutdown` in oplog cap maintainerGregory Noma2022-09-121-0/+3
* SERVER-65124 Enable feature flag for the extended validate commandYuhong Zhang2022-09-081-1/+2
* SERVER-67766 Log index and collection successful dropLeonardo Menti2022-09-081-0/+4
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-082-11/+6
* SERVER-69284 Remove FifoTicketHolder and StochasticTicketHolderHaley Connelly2022-09-087-167/+0
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-077-182/+32
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-0611-36/+44
* SERVER-69205 Access elem by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69201 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69200 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-68907 Dump WiredTiger information on EBUSY before fatal assertionsGregory Wlodarek2022-09-062-0/+9
* SERVER-68793 Refactor TicketHolder::resize() in all implementationsJordi Olivares Provencio2022-09-052-5/+5
* SERVER-69199 Access entry by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-021-1/+1
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-022-20/+17
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-011-6/+11
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-313-0/+10
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-311-0/+1
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-303-18/+25
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-309-4/+99
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-292-21/+13
* SERVER-67102 Complete the removal of unnecessary string copies in MetricsColl...Alberto Massari2022-08-292-6/+6
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-265-2/+165
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-254-182/+4
* SERVER-69029 Split Readers & Writers for PriorityTicketHolderHaley Connelly2022-08-232-28/+13
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-5/+6
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2022-08-195-3/+81
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-6/+5
* SERVER-68590 Add storageEngineTotalConcurrentTransactions parameterLeonardo Menti2022-08-194-2/+38
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-185-6/+11
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-183-30/+17
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-184-50/+46
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-162-4/+13
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2022-08-161-1/+4
* SERVER-68671 Only maintain drop pending idents in the CollectionCatalog when ...Gregory Wlodarek2022-08-102-3/+10
* SERVER-55504 Add feature flag for point-in-time catalog lookupsGregory Wlodarek2022-08-091-0/+4
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-08-081-5/+10
* SERVER-68646 Allow _dropCollectionsNoTimestamp() to do untimestamped writesGregory Wlodarek2022-08-081-0/+3
* SERVER-68186 Reconcile index table metadata during startup if there is a mism...Yuhong Zhang2022-08-082-1/+50
* SERVER-67905 Created PriorityTicketHolder that queues by 3 priority levelsLeonardo Menti2022-08-081-6/+13
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-0716-181/+200
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-043-21/+55
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-297-20/+102
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-294-5/+0
* SERVER-68200 Fix key pattern arg for ksdecodeLouis Williams2022-07-281-9/+2