summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76049 Rename collection_markers files to collection_truncate_markersHaley Connelly2023-04-181-1/+1
* SERVER-75259 Fix race condition during earliest oplog timestamp initialisationJordi Olivares Provencio2023-03-291-1/+1
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-2/+6
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-0/+7
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-081-1/+3
* SERVER-74472 Add ranged truncate method to RecordStoreJordi Olivares Provencio2023-03-031-0/+5
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-4/+4
* SERVER-46870 Generalize OplogStones into a reusable generic classJordi Olivares Provencio2023-02-241-8/+6
* SERVER-71950 Fail and log the operation when out-of-order keys are detected i...Gregory Wlodarek2023-01-311-0/+1
* SERVER-73221 Store const members on WiredTigerRecordStoreCursorBase instead o...Gregory Wlodarek2023-01-241-3/+8
* 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-1/+7
* SERVER-71053 Fix WiredTigerRecordStore dataSize inconsistentYu Jin Kang Park2022-11-031-5/+6
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-20/+4
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-0/+4
* SERVER-55341: Reserve RecordIds in contiguous blocks in WiredTigerRecordStoreYu Jin Kang Park2022-05-061-2/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+0
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-3/+5
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-5/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-3/+5
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-16/+16
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-0/+10
* SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek2022-02-011-0/+2
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+2
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-3/+7
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-3/+0
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+5
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-151-0/+1
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+1
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-211-6/+6
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-201-1/+0
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-191-0/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-55821 remove WiredTigerRecordStore::getRandomCursorWithOptions()Benety Goh2021-07-051-6/+0
* SERVER-56520 Time-series inserts spent a lot of time in wt_calc_modify but do...Yuhong Zhang2021-06-091-0/+4
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-0/+3
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-3/+0
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-0/+3
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-39/+9
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-4/+0
* SERVER-54910 WTRecordStore setKey should take key by pointer to avoid usage e...Louis Williams2021-03-031-6/+6
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-3/+2
* SERVER-54248 WiredTigerRecordStore to use a byte array key formatGregory Wlodarek2021-02-191-4/+8
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+0
* SERVER-54537 Improve diagnosability for invariant failure in WiredTigerRecord...Dianna Hohensee2021-02-161-2/+0
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-4/+4
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+5
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-75/+1
* SERVER-51141 Update the fast counts for imported collectionsGregory Wlodarek2020-10-051-0/+10