summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-1/+70
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-25/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-3/+7
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-7/+3
* SERVER-36507: Clean WT state before performing a reconfigure for downgrade.Daniel Gottlieb2018-12-271-0/+4
* SERVER-38255 Write efficient sharded backup testsXiangyu Yao2018-12-211-0/+9
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-38439 Disallow opening/extending backup cursor with inMemory Storage E...Xiangyu Yao2018-12-141-0/+2
* SERVER-38613 extendBackupCursor should reuse the WiredTiger sessionXiangyu Yao2018-12-141-7/+12
* SERVER-38254 $backupCursorExtend should return a list of additional files tha...Xiangyu Yao2018-12-121-22/+54
* SERVER-38128 Remove virtual functions in WiredTigerKVEngine and implement get...Gregory Wlodarek2018-12-111-0/+4
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-47/+39
* SERVER-38214 Stop oplog truncation while wiredtiger is in backup modeXiangyu Yao2018-12-041-1/+29
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+15
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-7/+9
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+41
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-6/+2
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-061-1/+1
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-051-12/+16
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-021-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-081-12/+12
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-19/+53
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-0/+1
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-181-43/+60
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-171-3/+70
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-141-60/+43
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-141-43/+60
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-16/+13
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-13/+16
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-08-231-37/+68
* SERVER-36268: Add ESE support for backup cursors.Daniel Gottlieb2018-08-211-8/+7
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-3/+13
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-1/+3
* SERVER-28734 Recover WiredTiger data files when lacking metadata, but have _m...Louis Williams2018-08-081-0/+80
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+2
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-271-115/+125
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-251-0/+41
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-1/+1
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-07-241-1/+3
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-131-76/+0
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-101-0/+76
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-2/+2
* SERVER-35627 Repair should recreate missing collection data files with the ex...Louis Williams2018-06-281-4/+30
* SERVER-35625 Remove 3.6-specific WiredTiger file handlingMaria van Keulen2018-06-181-55/+15
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-141-6/+8
* SERVER-35572: Archive WT journal files on downgrade.Daniel Gottlieb2018-06-141-3/+1
* Revert "SERVER-35271: Suppress WT compatibility error messages on startup."Daniel Gottlieb2018-06-141-8/+6