summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36184 Remove RecordStore::getManyCursors().David Storch2018-07-201-2/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-5/+5
* SERVER-35164 cappedDeleteAsNeeded should not be a public methodAudrey Fang2018-07-051-4/+8
* SERVER-35747 Don't check for timestamps on non timestamp supported SEsMaria van Keulen2018-06-251-0/+2
* SERVER-34606 Early return from majority commit point oplog truncationMaria van Keulen2018-06-211-0/+2
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-121-0/+5
* SERVER-34713 Change WT size storer to just buffer writes, not cacheGeert Bosch2018-06-091-4/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-3/+3
* SERVER-33741 Faster capped collection deletion of small number of items in Wi...Don Anderson2018-05-291-0/+10
* SERVER-33488 conditionally update WT size metadata during startup recoveryKyle Suarez2018-04-071-1/+19
* SERVER-34125: inMemory should not restrict truncating the oplog.Daniel Gottlieb2018-03-261-0/+4
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-0/+2
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-1/+3
* SERVER-33375 Use correct mutex in WiredTigerRecordStore::inShutdown and dtorGeert Bosch2018-03-011-5/+1
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-261-0/+2
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-1/+0
* SERVER-31547: Check all WT error codes before reading cursors.Daniel Gottlieb2017-10-171-27/+0
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-23/+6
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-37/+39
* SERVER-30313 Add a isInRecordIdOrder() function in the Record Store APIGregory Wlodarek2017-07-261-0/+4
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-0/+1
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-051-1/+3
* SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-161-3/+2
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-26/+207
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-1/+5
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-5/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-1/+5
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-291-1/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-35/+35
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-02-281-1/+1
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-1/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-2/+22
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+0
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-3/+6
* SERVER-24005 Mark WiredTigerRecordStore finalMathias Stearn2016-05-091-1/+1
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-6/+6
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-6/+6