summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-124-3/+18
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-126-6/+6
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-122-0/+22
* 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-126-7/+31
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-1111-27/+16
* SERVER-32167 do a second majority write before committed read in read_committ...Judah Schvimer2017-12-111-0/+4
* SERVER-32118 Fix the parsing option for applyOps view creation & clean up cre...Xiangyu Yao2017-12-112-0/+21
* SERVER-32009 Add drivers nightly testing to 3.6 branchBrian McCarthy2017-12-111-11/+94
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1119-7/+497
* 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-113-18/+32
* SERVER-32211 Update README to include compass installationMathew Robinson2017-12-111-0/+10
* 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-32053 Make explain cursor invalidation testing more reliableJames Wahlin2017-12-082-27/+18
* SERVER-32149 Make ShardingCatalogManager::getDatabasesForShard check if query...Kaloian Manassiev2017-12-082-6/+13
* SERVER-32087: Run test stage of sys-perf and mongo-perf failures should lead ...Vick Mena2017-12-081-0/+1
* SERVER-31056 Remove all usages of the default constructor of ScopedCollection...Kaloian Manassiev2017-12-0824-1176/+955
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-12-087-136/+83
* SERVER-30770: system_perf.yml: Use new DSI interface and cleanupVick Mena2017-12-082-231/+62
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-12-0813-32/+120
* Import wiredtiger: d8f244717b6338063e0c20628bfa4bb65a821e0c from branch mongo...Alex Gorrod2017-12-087-59/+131
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-12-078-98/+65
* SERVER-31791 Tag JS test with requires_persistence.Max Hirschhorn2017-12-071-0/+2
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-12-074-11/+61
* 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-072-24/+390
* SERVER-31906 Test that applyOps can overwrite admin.system.versionXiangyu Yao2017-12-071-0/+39
* 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-065-22/+85
* 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-064-17/+59
* SERVER-32073 Improve signal given by list_local_sessions.jssamantharitter2017-12-061-1/+13
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-055-5/+42
* SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can cor...Bernard Gorman2017-12-053-2/+101
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-0511-30/+93
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-053-49/+49
* SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp...Esha Maharishi2017-12-053-17/+10
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-12-057-10/+110
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-12-052-16/+75