summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31186 Get rid of namespace.cpp which does not declare any symbolsKaloian Manassiev2017-09-215-178/+101
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-212-0/+3
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-202-3/+0
* SERVER-30836: Dont rely on boost's file rename functionality for necessary fs...Daniel Gottlieb2017-09-152-3/+28
* SERVER-30492 Clean up more cached cursors during drop.Michael Cahill2017-09-142-9/+5
* SERVER-31054: Protect multi-threaded access to EphemeralForTestKVEngine::_dat...Daniel Gottlieb2017-09-131-0/+2
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-5/+11
* SERVER-30972 avoid oplog manager deadlock at shutdownEric Milkie2017-09-121-3/+7
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-124-1/+25
* SERVER-30885: Remove staging flag for 3.6 -> 3.4 storage downgradeDaniel Gottlieb2017-08-301-9/+1
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-08-302-10/+17
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-294-0/+15
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-2941-319/+315
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-244-29/+59
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Max Hirschhorn2017-08-234-32/+19