summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-5/+0
* SERVER-47258 Refactor the WiredTigerOplogManager: improve names, comments, logs.Dianna Hohensee2020-04-081-2/+1
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-02-121-0/+1
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+3
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-101-0/+2
* Revert "SERVER-30883 fast-path fetching of oldest oplog entry"Eric Milkie2020-01-091-1/+0
* SERVER-30883 fast-path fetching of oldest oplog entryEric Milkie2020-01-081-0/+1
* SERVER-43656: Add an optimized method for querying the latest entry in the op...Daniel Gottlieb2019-10-231-0/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-021-0/+6
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-3/+19
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-2/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+7
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-131-3/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-5/+6
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-161-0/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-161-1/+0
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-4/+3
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-6/+0
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-261-0/+2
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-211-0/+3
* SERVER-41311 Invariant that restore() is called on the RecordCursor prior to ...Zach Yam2019-06-191-0/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-5/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38499: Enforce oplog visibility at the MongoDB layer.Daniel Gottlieb2019-01-241-0/+7
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-3/+3
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-2/+3
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+1
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-011-8/+1
* SERVER-37589 RecordStore::compact() stops accepting RecordStoreCompactAdaptor...Benety Goh2018-10-251-4/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-0/+1
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-171-3/+1
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-3/+2
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-271-2/+3
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-3/+3