summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-297-136/+13
* SERVER-36883 lock oplog for non-doc-locking storage enginesEric Milkie2018-08-271-2/+18
* SERVER-36015 Update sync_tail_test.cpp to use the createIndexes oplog entry r...Dianna Hohensee2018-08-274-67/+90
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+10
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-4/+0
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-243-2/+17
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-228-82/+299
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+8
* SERVER-36227 always log replication progress on write concern failureJudah Schvimer2018-08-202-18/+39
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-174-0/+36
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-23/+0
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-144-5/+7
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-3/+3
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-121-2/+3
* SERVER-36227 Add informatin about additional optimes that we keep track of to...Samy Lanka2018-08-102-5/+22
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+2
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-091-1/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-0/+7
* SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-082-0/+34
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-083-19/+19
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-071-8/+11
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-074-6/+61
* SERVER-36292 Fix thread_pool_task_executor dependencySara Golemon2018-08-061-3/+1
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-063-12/+8
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-6/+3
* SERVER-36345 ReplSetStatusArgs holds data members by valueTess Avitabile2018-08-011-4/+4
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-07-312-4/+40
* SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-07-312-6/+22
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-3016-185/+168
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-296-117/+41
* SERVER-35953 Remove unused "hbmsg" field from heartbeat response message.Suganthi Mani2018-07-277-90/+10
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-277-31/+49
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-2712-57/+156
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-275-24/+66
* SERVER-36053 Remove protocol version upgrade logic as part of pv0 code cleanup.Suganthi Mani2018-07-273-24/+0
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-279-372/+193
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-2725-183/+90
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-1/+1
* SERVER-36283: Have initial sync completion advance oplog visibility to the in...Daniel Gottlieb2018-07-261-4/+7
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-07-261-2/+2
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-251-0/+3
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-259-22/+83
* SERVER-35442 Use wait time in stepdown global lock acquisitionVesselina Ratcheva2018-07-231-4/+8
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-206-5/+10
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-132-3/+2
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-07-131-3/+11
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-124-714/+54
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-07-122-0/+46
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-114-28/+1