summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40728 remove commitTransaction handling for unprepared transactionsBenety Goh2019-05-101-11/+0
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-081-8/+3
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-12/+13
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-43/+54
* SERVER-39797 Rollback implicit commit applyOps oplog entry in rollback-via-re...Matthew Russotto2019-05-061-22/+47
* SERVER-39796 Ignore “inTxn” operations and “abort” in rollback-via-re...Matthew Russotto2019-04-301-1/+12
* SERVER-40365 log rollback filenamesBenety Goh2019-04-231-0/+7
* SERVER-40365 rollback via refetch ignores commitTransaction oplog entryBenety Goh2019-04-231-0/+12
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-04-111-8/+29
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-7/+1
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-03-281-0/+7
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-1/+1
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-131-8/+60
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-5/+4
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-4/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-5/+1
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-111-3/+4
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-3/+4
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+4
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2018-12-131-0/+15
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-0/+15
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-1/+1
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-3/+0
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-1/+3
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-4/+4
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-2/+2
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-3/+2
* SERVER-34134 Wrap rollback database operations in WriteConflictRetry loopsVesselina Ratcheva2018-06-111-1/+9
* SERVER-34110 Ignore NamespaceNotFound errors when refetching documents during...Suganthi Mani2018-05-071-1/+5
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-2/+2
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-1/+1
* SERVER-34290 rollback via refetch handles missing dropTarget fieldBenety Goh2018-04-041-3/+2
* SERVER-33990 Add logging around oplog truncation and reading oplog optime aft...William Schultz2018-03-211-1/+2
* SERVER-33663 create parameter to control rollback data file creationKyle Suarez2018-03-071-38/+42
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-3/+3
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1