summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-261-1/+3
* SERVER-32823 Use WT metadata create URI for metadata cursorsLouis Williams2018-02-261-3/+3
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-6/+6
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-221-2/+2
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-0/+4
* SERVER-33270: Trigger a first checkpoint when the initial sync time becomes s...Daniel Gottlieb2018-02-151-1/+17
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-1/+1
* SERVER-33126: Ensure the stable timestamp does not race ahead of the oplog re...Daniel Gottlieb2018-02-121-5/+13
* SERVER-33120 Protect _previousSetOldestTimestamp with _oplogManagerMutexXiangyu Yao2018-02-081-4/+8
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-2/+10
* SERVER-32196 change semantics around supportsRecoverToStableTimestampJudah Schvimer2018-01-291-16/+35
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-01-291-1/+4
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+4
* 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-111-2/+26
* SERVER-32124: Opt-out the MongoDB checkpoint thread from coordinating with ot...Daniel Gottlieb2017-11-301-3/+4
* SERVER-32041 more efficient logic in setMyLastAppliedOpTimeEric Milkie2017-11-221-3/+10
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-15/+15
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-101-1/+1
* SERVER-31616 Check return value of std::snprintf for errorsXiangyu Yao2017-11-031-0/+5
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-10/+8
* 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 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-2/+4
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+2
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-5/+4
* SERVER-31291 Stop using stringstream in SnapshotName::toString()Mathias Stearn2017-09-291-1/+1
* SERVER-31291 Use fast clock source to rate-limit retrying WT dropsMathias Stearn2017-09-291-2/+3
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-2/+9
* SERVER-30492 Clean up more cached cursors during drop.Michael Cahill2017-09-141-8/+5
* SERVER-30972 avoid oplog manager deadlock at shutdownEric Milkie2017-09-121-3/+7
* SERVER-30885: Remove staging flag for 3.6 -> 3.4 storage downgradeDaniel Gottlieb2017-08-301-9/+1
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-241-0/+34
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Max Hirschhorn2017-08-231-26/+0
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-0/+26
* Revert "SERVER-30792 set oldest_timestamp when the commit point moves"Eric Milkie2017-08-231-22/+0
* SERVER-30792 set oldest_timestamp when the commit point movesEric Milkie2017-08-231-0/+22
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-2/+30
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-081-9/+22
* Revert "SERVER-30295: Connect FCV to WiredTiger compatibility version."Daniel Gottlieb2017-08-081-22/+9
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-081-9/+22
* SERVER-30310: Refrain from passing through the InitialDataTimestamp on inMemoryDaniel Gottlieb2017-08-031-2/+6
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-021-2/+33
* SERVER-29212: Stage changes for taking stable checkpoints.Daniel Gottlieb2017-08-021-4/+45
* SERVER-30310: Stage implementations for WT setStableTimestamp + setInitialDat...Daniel Gottlieb2017-08-021-2/+43