summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 6d142e23f7f8ada7d84487bbcb20bf5f54c737f9 from branch mongo...r3.6.10-rc1r3.6.10Luke Chen2019-01-1114-341/+678
* SERVER-33469 Fix lint errorsMathew Robinson2019-01-081-3/+2
* SERVER-38070 fix infinite loop in agg expressionr3.6.10-rc0Ian Boros2019-01-072-104/+244
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38843 Mapreduce should not create collections with duplicate IDsMatthew Russotto2019-01-071-0/+5
* SERVER-38415 checkLog.containsWithCount does not reset count before each loop...Esha Maharishi2019-01-061-1/+2
* SERVER-38415 Remove erroneous variable from error message stringEsha Maharishi2019-01-061-2/+2
* SERVER-37490 Increase ssh ConnectTimeout from 10 to 30 seconds.Max Hirschhorn2019-01-032-5/+8
* SERVER-32424 Use hybrid cursor caching by default.Luke Chen2019-01-044-29/+61
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-313-27/+67
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-12-311-13/+4
* SERVER-37511 Ensure sessions collection is created in replica set fixtureBlake Oler2018-12-281-5/+20
* SERVER-38062 Add assertions to commands in read_pref_cmd.jsBlake Oler2018-12-271-8/+9
* SERVER-37120 Remove initialsync-logkeeper task from sys-perf.Max Hirschhorn2018-12-271-29/+0
* SERVER-38196 Coverity analysis defect 105128: Unchecked return valueMisha Tyulenev2018-12-271-1/+3
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-266-8/+496
* SERVER-36817 replSetFreeze command run by stepdown thread may fail when serve...Jonathan Abrahams2018-12-211-15/+7
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* Message: SERVER-37391 plan_cache_index_create.js should wait for index build ...James Wahlin2018-12-211-5/+4
* SERVER-38726 Add stable toolchain variables filesAndrew Morrow2018-12-212-0/+4
* SERVER-38498 decrease number of updates in rollback_wt_cache_full.jsBenety Goh2018-12-201-1/+7
* SERVER-38601 Add regression test for SERVER-35455Charlie Swanson2018-12-181-0/+41
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-12-187-352/+334
* SERVER-38390 set requiresAuth to false for some commandsMisha Tyulenev2018-12-181-0/+4
* SERVER-28305 fix lintGregory Wlodarek2018-12-181-1/+1
* SERVER-35936 Allow PowerShell to connect using TLS 1.2Caleb Webber2018-12-181-0/+5
* SERVER-38476 Increase timeout for clean_shutdown_oplog_state.jsA. Jesse Jiryu Davis2018-12-131-2/+2
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-074-17/+0
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-074-130/+212
* Import tools: c1d0d6967c84c62b5b578f7b18a82226b5c76526 from branch v3.6David Golden2018-12-071513-623/+2847
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-073-1/+16
* SERVER-38421 Require a version of cryptography that is currently in the toolc...Andrew Morrow2018-12-061-1/+1
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-063-58/+253
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-36977 fix lintBenety Goh2018-12-041-3/+4
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-12-031-0/+2
* SERVER-37289 Work around how refreshLogicalSessionCacheNow requires auth.Max Hirschhorn2018-11-301-0/+3
* SERVER-38159 Only check storage engine files' umasks on wiredtigerJonathan Reams2018-11-301-0/+2
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-11-303-6/+124
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-37500 Blacklist geo_s2ordering from replica_sets_kill_primary_jscore_p...Matthew Russotto2018-11-291-0/+3
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-284-49/+130
* SERVER-38230 Put secondary_reads_passthrough task in the right build variantsXiangyu Yao2018-11-261-8/+12
* SERVER-37750 Do not run server37750.js on MMAPv1 variantsBernard Gorman2018-11-221-1/+1
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-221-37/+73
* SERVER-37524 Support In-Memory Storage Engine with WatchdogMark Benvenuto2018-11-211-0/+11
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-11-212-4/+18
* SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe...Kaloian Manassiev2018-11-213-0/+15
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-208-34/+114
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-11-202-24/+36