summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-13/+244
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-13/+19
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-6/+6
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+3
* SERVER-42541 Remove TODO for SERVER-39797. The TODO was already done.Matthew Russotto2019-09-161-2/+0
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-0/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-9/+8
* SERVER-43190 rollback should ignore no-op abortIndexBuildBenety Goh2019-09-101-1/+5
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-2/+7
* SERVER-43025 rollback ignores startIndexBuildBenety Goh2019-08-301-2/+5
* SERVER-41593 Remove the unused parameter incrementOpsAppliedStats from create...Mihai Andrei2019-08-291-1/+1
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-13/+6
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-6/+13
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+3
* SERVER-42763 rollback via refetch ignores commitIndexBuildBenety Goh2019-08-161-0/+5
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-081-2/+2
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-12/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+24
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-13/+7
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-7/+13
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-13/+7
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-5/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-1/+0
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+1
* 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