summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32109 RenameNode no longer checks for no-op set.Justin Seyster2017-12-132-14/+24
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
* SERVER-31808 don't boost::split an empty bind_ip stringBilly Donahue2017-12-122-2/+4
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-126-6/+6
* SERVER-8538 Occasionally log a deprecation warning when $isolated/$atomic is ...David Storch2017-12-121-0/+6
* SERVER-32173 Occasionally log a deprecation warning when the snapshot find co...David Storch2017-12-121-16/+22
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-125-7/+29
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-1110-26/+15
* SERVER-32118 Fix the parsing option for applyOps view creation & clean up cre...Xiangyu Yao2017-12-111-0/+4
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1118-7/+403
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-113-7/+8
* SERVER-30457: Fix lint.Daniel Gottlieb2017-12-111-1/+1
* SERVER-30457 cancel catchup takeover if primary is caught upPavithra Vetriselvan2017-12-112-11/+43
* SERVER-32211 Set the python interpreter based on target platformMathew Robinson2017-12-112-17/+31
* SERVER-32114 remove RollbackProgressJudah Schvimer2017-12-113-257/+0
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-12-118-37/+93
* SERVER-32114 remove RollbackFixUpInfoJudah Schvimer2017-12-117-2163/+0
* SERVER-32114 remove RollbackCommonPointResolverJudah Schvimer2017-12-114-1151/+0
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-1059-723/+432
* SERVER-32149 Make ShardingCatalogManager::getDatabasesForShard check if query...Kaloian Manassiev2017-12-082-6/+13
* SERVER-31056 Remove all usages of the default constructor of ScopedCollection...Kaloian Manassiev2017-12-0823-985/+750
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-12-084-131/+71
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-12-0812-32/+116
* Import wiredtiger: d8f244717b6338063e0c20628bfa4bb65a821e0c from branch mongo...Alex Gorrod2017-12-087-59/+131
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-12-074-45/+15
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-12-073-11/+23
* SERVER-31952 Return error if collMod provides a UUID that does not match the ...Xiangyu Yao2017-12-072-0/+63
* SERVER-31864 applyOps command with UUID containing op must require granular p...Xiangyu Yao2017-12-071-22/+63
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-062-8/+67
* SERVER-31984 Include _recvChunkStatus errmsg in failed moveChunk responseJack Mulrow2017-12-061-1/+2
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the aut...Dianna Hohensee2017-12-063-20/+14
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-12-061-1/+49
* SERVER-31978 Add invariant that changeStream pipeline sent from mongos to mon...David Storch2017-12-061-0/+16
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-063-2/+24
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-052-3/+18
* SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can cor...Bernard Gorman2017-12-051-2/+2
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-055-15/+72
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-051-2/+13
* SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp...Esha Maharishi2017-12-051-9/+10
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-12-052-6/+21
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-12-052-16/+75
* SERVER-32159 fix typo in sync_tail.cpp fillWriterVectorsAndLastestSessionReco...Judah Schvimer2017-12-051-2/+2
* SERVER-32123 enable sign range optimizationMisha Tyulenev2017-12-051-2/+2
* Import tools: 2b10d8492e1185039be4d5f2242a5b11ea102303 from branch v3.6Kelsey Thomas Schubert2017-12-056-62/+98
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-1/+4
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-301-0/+6
* SERVER-32055 Do not take ShardingState mutex when updating config.transactionsRandolph Tan2017-11-301-13/+19
* SERVER-31845 Bypass query subsystem to improve config.transactions update per...Randolph Tan2017-11-304-27/+80
* SERVER-32124: Opt-out the MongoDB checkpoint thread from coordinating with ot...Daniel Gottlieb2017-11-301-3/+4
* Revert "SERVER-32022: Allow disabling majority reads."Daniel Gottlieb2017-11-3012-115/+32