summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-051-1/+1
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-10/+12
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-0/+5
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-081-1/+7
* SERVER-74472 Add ranged truncate method to RecordStoreJordi Olivares Provencio2023-03-031-1/+20
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-7/+8
* SERVER-46870 Generalize OplogStones into a reusable generic classJordi Olivares Provencio2023-02-241-1/+1
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-3/+1
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+8
* SERVER-70273 Fix race condition in CappedInsertNotifier::getVersionJordi Olivares Provencio2022-10-071-3/+1
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-1/+15
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-9/+88
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-5/+10
* SERVER-64856: Remove use of secondary WT_SESSION in getLatestOplogTimestampYu Jin Kang Park2022-07-051-2/+4
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-18/+41
* SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek2022-02-011-0/+5
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-4/+17
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-8/+13
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-2/+5
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+1
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-211-6/+12
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-10/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-4/+10
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-13/+1
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-12/+14
* SERVER-54444 Add a virtual destructor to the Ident base class to ensure defin...Dianna Hohensee2021-02-181-1/+2
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-9/+28
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+12
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-41/+0
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-4/+3
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-1/+1
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-0/+30
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-5/+4
* SERVER-49341 Validate repair mode should delete records that fail BSON valida...Shin Yee Tan2020-07-201-0/+1
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+1
* SERVER-24165 Validate should report records with invalid BSONShin Yee Tan2020-07-091-0/+1
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-4/+2
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-121-1/+13
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-101-0/+9
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-091-13/+1
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-081-1/+13
* SERVER-43656: Add an optimized method for querying the latest entry in the op...Daniel Gottlieb2019-10-231-0/+12
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-021-0/+9
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-14/+0
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-131-9/+0
* SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair()Evgeni Dobranov2019-08-301-9/+0
* SERVER-42920 remove storage engine knowledge of mmapHaley Connelly2019-08-301-12/+3