summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32641 uassert, not dassert, for too many KeyString type bitsGeert Bosch2018-01-122-1/+21
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-1/+0
* SERVER-30815 Add some missing libdeps edges currently acquired via serveronlyAndrew Morrow2018-01-043-0/+9
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-033-0/+48
* SERVER-32397: Notify waiters on any movement of the oplog read timestamp.Daniel Gottlieb2017-12-202-7/+8
* SERVER-30815 Injections for mongod should adhere to the mongodbmain libraryAndrew Morrow2017-12-152-2/+6
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-143-14/+9
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-116-4/+51
* SERVER-32124: Opt-out the MongoDB checkpoint thread from coordinating with ot...Daniel Gottlieb2017-11-301-3/+4
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-294-0/+27
* SERVER-32041 more efficient logic in setMyLastAppliedOpTimeEric Milkie2017-11-221-3/+10
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-2118-249/+97
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2017-11-171-0/+1
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-134-1/+15
* Revert "SERVER-31882 start a transaction when beginning a UnitOfWork"Geert Bosch2017-11-132-3/+1
* SERVER-31912 use a private WT_SESSION in waitUntilDurable instead of one from...Eric Milkie2017-11-132-4/+11
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted docume...Daniel Gottlieb2017-11-131-3/+9
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-101-1/+1
* SERVER-31482 Change mutex to recursive mutex for ephemeral_for_test_record_storeXiangyu Yao2017-11-102-17/+15
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-091-0/+4
* SERVER-31882 start a transaction when beginning a UnitOfWorkEric Milkie2017-11-092-1/+3
* SERVER-31616 Check return value of std::snprintf for errorsXiangyu Yao2017-11-033-0/+20
* SERVER-31797 update oldest timestamp for master-slaveEric Milkie2017-11-033-5/+27
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-022-5/+5
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-10-315-4/+24
* SERVER-24344 Calls to take resource lock unnecessarily check for null Locker ...Xiangyu Yao2017-10-301-4/+2
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-2711-67/+112
* SERVER-31611: Perform a clean shutdown and downgrade on an interpreted FCV 3.2.Daniel Gottlieb2017-10-271-4/+12
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-211-0/+4
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-202-1/+5
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-204-8/+8
* SERVER-23935 Disable oplog sampling in queryable backup modenehakhatri52017-10-201-2/+2
* SERVER-31547: Check all WT error codes before reading cursors.Daniel Gottlieb2017-10-173-42/+16
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-2/+4
* SERVER-31345: Throw a WCE when the oldest timestamp races ahead of the read c...Daniel Gottlieb2017-10-091-19/+20
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+2
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-0610-40/+39
* SERVER-31419: Flush the appropriate directory after renaming storage.bson.Daniel Gottlieb2017-10-061-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-057-92/+37
* SERVER-19483: Have getParameter on wiredTigerEngineRuntimeConfig return the l...Daniel Gottlieb2017-10-022-1/+10
* SERVER-31291 Stop using stringstream in SnapshotName::toString()Mathias Stearn2017-09-294-10/+9
* SERVER-31291 Use fast clock source to rate-limit retrying WT dropsMathias Stearn2017-09-292-2/+4
* SERVER-31291 Only parse all_committed timestamp onceMathias Stearn2017-09-292-24/+14
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-253-13/+22
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-212-3/+0