summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-34/+36
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-2/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-4/+12
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-6/+29
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-5/+11
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-17/+14
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-14/+17
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-17/+14
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+1
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-1/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+1
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-1/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-3/+3
* SERVER-20529: Prevent size changes in capped updatesGeert Bosch2015-10-091-0/+2
* SERVER-19564: vectorize insertRecord(s)Martin Bligh2015-09-211-0/+14
* SERVER-20370: AwaitData doesn't work properly with WiredTiger OplogHack visib...Scott Hernandez2015-09-171-2/+2
* Revert "Revert "SERVER-19564: Vectorize index write""Ramon Fernandez2015-09-141-0/+5
* Revert "SERVER-19564: Vectorize index write"Ramon Fernandez2015-09-141-5/+0
* SERVER-19564: Vectorize index writeMartin Bligh2015-09-141-0/+5
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-46/+45
* SERVER-17364: Remove obsolete warning in commentGeert Bosch2015-08-281-4/+0
* SERVER-16444 Add doc comment to updateWithDamages() function.Max Hirschhorn2015-08-251-0/+8
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-5/+5
* SERVER-19183: Allow storage engines to provide optimized random cursors for u...Geert Bosch2015-08-071-0/+17
* Minor comment clarificationGeert Bosch2015-07-311-1/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+18
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+3
* SERVER-18912 Document and implement correct capped visibility rulesMathias Stearn2015-06-291-0/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-461/+474
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-62/+186
* SERVER-17639: Add some more documentation for RecordStoreGeert Bosch2015-05-081-3/+22
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-9/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-6/+11
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-151-3/+23
* Better repair for WTMathias Stearn2015-01-151-0/+6
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-0/+9
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-241-1/+1
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-4/+6
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-28/+28
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-251-1/+8
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-2/+4
* SERVER-15645: allow writes to oplog in IX by managing reads to block on oldes...Eliot Horowitz2014-11-101-0/+11
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-3/+10
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-041-0/+13
* SERVER-15665 implement recordLikelyInPhysicalMemDavid Storch2014-10-291-0/+13
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-4/+2