summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-127-0/+146
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-1215-131/+177
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-115-114/+74
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-062-3/+3
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-1/+7
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-7/+6
* SERVER-29863 Add optional sessionId, txnNum, stmtId fields to oplog entry idlJack Mulrow2017-07-052-0/+12
* Fix comment formatting.Ian Kuehne2017-07-031-2/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-0312-210/+202
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-3011-26/+606
* SERVER-29276 rolls back drop pending collectionsJudah Schvimer2017-06-296-68/+250
* SERVER-29876 ReplicationCoordinatorMock::AwaitReplicationReturnValueFunction ...Benety Goh2017-06-292-4/+6
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-2810-24/+47
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-2824-175/+215
* SERVER-29383 When catchUpTimeoutMillis is 0, we should skip doing catchup ent...Siyuan Zhou2017-06-282-5/+28
* SERVER-29691 rolls back dropDatabase commandsJudah Schvimer2017-06-282-3/+27
* SERVER-29875 Install SessionsTransactionTable on the ServiceContextKaloian Manassiev2017-06-282-20/+24
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-272-11/+4
* SERVER-29633 Add server parameter and logic for selecting rollback algorithmAllison Chang2017-06-262-22/+89
* SERVER-29277 support overriding of ReplicationCoordinatorMock::awaitReplicati...Benety Goh2017-06-262-3/+19
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-237-174/+281
* SERVER-29615 Allow the ARM to be linked to mongodJason Chan2017-06-233-1/+8
* SERVER-29276 use OplogEntry class in rs_rollback.cppJudah Schvimer2017-06-232-146/+178
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-2210-114/+265
* SERVER-29743 Initialize fields with defaults in IDLKaloian Manassiev2017-06-222-4/+2
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-1/+4
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-215-74/+121
* SERVER-29752 remove IllegalOperation as an acceptable error when applying col...Benety Goh2017-06-211-3/+1
* SERVER-29752 support dropping of system collections when applying operationsBenety Goh2017-06-211-1/+5
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-2110-22/+2758
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-06-215-14/+157
* SERVER-29695 change oplog entry timestamp logging from wc to wallMisha Tyulenev2017-06-202-2/+2
* SERVER-28151 Sync admin database first during initial syncJason Chan2017-06-203-7/+184
* SERVER-29276 adds functions to DropPendingCollectionReaper for rollbackJudah Schvimer2017-06-203-0/+184
* SERVER-29487 IdempotencyTest::validate() should also verify consistency of co...may2017-06-201-52/+172
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-192-4/+2
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-192-11/+19
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-196-165/+362
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-4/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-1830-449/+565
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-7/+1
* SERVER-26498 change error message for replSetStepDownchorn2017-06-161-1/+2
|\
| * SERVER-26498 change error message for replSetStepDownchorn2017-06-121-1/+2
* | SERVER-29492 Fix use-after-free of OperationContext caused by wrong lifetime ...Andy Schwerin2017-06-151-3/+2
* | SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-159-70/+196
* | SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-155-0/+159
* | SERVER-29277 oplog entries are never generated for operations on mmap-only sy...Benety Goh2017-06-141-0/+5
* | SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-149-56/+104