summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull/devnull_kv_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-7/+0
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-0/+9
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+7
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-2/+4
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-4/+2
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-2/+4
* SERVER-63387 Change std::vector for std::deque to allow efficient pop front. ...Yu Jin Kang Park2022-03-211-3/+3
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-221-1/+3
* SERVER-62427 Return namespace with backupCursorMatt Kneiser2022-02-111-3/+3
* SERVER-62426 Backup cursor indicates which files are required to copy for sel...Gregory Wlodarek2022-01-271-3/+4
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+2
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-031-0/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+2
* SERVER-57810 Enable setting mock filenames for devnull KVEngine backup cursorali-mir2021-08-301-0/+7
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+2
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+4
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-1/+1
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-0/+8
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-4/+0
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-1/+3
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-081-0/+2
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-1/+1
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+4
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-4/+0
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-1/+1
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-4/+1
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+4
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+1
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-3/+3
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-0/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-3/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+3
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-3/+2
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-3/+3
* SERVER-39377 Make efficient hot backup work with enableMajorityReadConcern=falseXiangyu Yao2019-03-061-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38254 $backupCursorExtend should return a list of additional files tha...Xiangyu Yao2018-12-121-0/+3
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+4
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-251-0/+5
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-241-0/+6