summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42962 Remove construction of Status with ErrorCodes::Error in _applyOpsEvgeni Dobranov2019-09-121-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-0/+10
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-2/+2
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-141-0/+1
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-131-7/+11
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-10/+3
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-10/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+3
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+11
* SERVER-39927 removed dbName and applyOpCmd parameters from _applyOpsDaniel Solnik2019-06-131-14/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-118/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-2/+4
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-7/+11
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-5/+2
* SERVER-39782 Replaying prepared transaction writes for commit oplog entry...Suganthi Mani2019-03-281-0/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-3/+4
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-1/+1
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-4/+3
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-3/+4
* SERVER-38588 block application of prepare oplog entry on secondaries when a c...Eric Milkie2019-03-081-0/+13
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-251-0/+11
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+1
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-111-0/+2
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-5/+14
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+4
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-19/+35
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-2/+2
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-34/+51
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-2/+12
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-091-2/+11
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-081-2/+7
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-23/+27
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-2/+54
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-60/+10
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-9/+0
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-2/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2