summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68200 Create 'ksdecode' as a KeyString decoding command-line tool. Aut...Louis Williams2022-07-284-32/+662
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2710-21/+21
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-2610-48/+39
* SERVER-65971: Add an API for untimestamped writes to suppress write_timestamp...Daniel Gottlieb2022-07-268-18/+61
* SERVER-65896 Only log "Timestamp monitor is stopping" once during shutdownGregory Wlodarek2022-07-252-7/+12
* SERVER-66894 Add feature flag for deprioritization of low priority operationsLeonardo Menti2022-07-191-0/+4
* SERVER-68123 Handle unused-but-set-variable warningsBilly Donahue2022-07-191-7/+0
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-152-3/+3
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-1518-85/+138
* SERVER-66920 Fix assertion that didn't expect exact match for seek cursorSulabh Mahajan2022-07-151-7/+3
* SERVER-67173 Enable new SBE yielding logic by default to get test coverageDianna Hohensee2022-07-131-3/+10
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-2/+2
* SERVER-66272: Disallow new LSM collections and improve error messageYu Jin Kang Park2022-07-112-0/+15
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-081-6/+57
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-084-64/+79
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-072-2/+3
* SERVER-51841 Correct usage of fassertFailedNoTrace in OplogCapMaintainerThreadLeonardo Menti2022-07-071-1/+1