summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-39004 Introduce a quota mechanism for the overflow file"r3.6.14-rc0r3.6.14Alex Cameron2019-08-1310-145/+6
* SERVER-42178 Disable Split Horizon testing on SLES.ADAM David Alan Martin2019-08-131-0/+6
* SERVER-41248 Ensure ReplicaSetMonitor initializes its random state with truly...Shaileja Jain2019-08-091-1/+2
* Import wiredtiger: 04447c57d565903849f0797fa391cd60f5fc7992 from branch mongo...Luke Chen2019-08-088-177/+54
* SERVER-42603 Add After=network.target to service filesMathew Robinson2019-08-062-0/+2
* Import wiredtiger: 629316c2714322e1fbd26765aa22ba431ce977c1 from branch mongo...Luke Chen2019-08-068-54/+177
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-08-0610-6/+145
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-08-059-25/+79
* SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson2019-08-052-2/+0
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ...Matthew Saltz2019-07-311-1/+2
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-314-6/+159
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-07-314-2/+154
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-07-312-7/+10
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-07-311-2/+31
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-304-6/+9
* Revert "SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTO"Jonathan Reams2019-07-303-8/+5
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-253-5/+8
* SERVER-42228 Skip joining flush thread when logs are already incomplete.Max Hirschhorn2019-07-161-1/+8
* SERVER-42109 Add Ubuntu 14.04 to v3.6Brian McCarthy2019-07-121-0/+141
* Platform Support: Remove Enterprise RHEL 6.7 zSeries from 3.6Kelsey Schubert2019-07-111-140/+0
* SERVER-41859 logical_time_metadata.js shouldn't assume lastApplied opTime equ...Jack Mulrow2019-07-111-4/+8
* SERVER-41680 Add --branch option to fuzzer invocationSandy Gould2019-07-111-1/+1
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-11/+11
* SERVER-41442 fix lintJudah Schvimer2019-07-101-1/+0
* SERVER-41442 Fix second race in umask.jsJonathan Reams2019-07-101-2/+1
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-092-0/+9
* SERVER-41867 Do not reacquire the catalog cache mutex if getChunksSince throwsKaloian Manassiev2019-07-091-2/+1
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-07-055-11/+177
* Import wiredtiger: 298609418d45b9821c06d588d28b710b7b36c195 from branch mongo...Luke Chen2019-07-0542-507/+1569
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-0310-79/+52
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+74
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-49/+57
* SERVER-41967: Run Fuzzer from Z: rather than C: on WindowsRyan Timmons2019-06-271-0/+2
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-06-2513-35/+147
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler2019-06-251-3/+8
* SERVER-35067 Blacklist explain2.js from retryable writes jscore stepdown suiteCheahuychou Mao2019-06-251-0/+4
* SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure corr...Blake Oler2019-06-241-1/+1
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-244-16/+59
* SERVER-41753 Change indexc.js to use a single dateTed Tuckman2019-06-211-1/+2
* SERVER-41833 Update README license textKelsey Schubert2019-06-201-4/+4
* SERVER-41441 Upgrade static OpenSSL to 1.1.1cSpencer Jackson2019-06-191-2/+2
* SERVER-41575 remove 'votes: 0' option for nodes in the jstests/sharding/secon...Lamont Nelson2019-06-191-1/+1
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-06-193-17/+141
* SERVER-41789 sys-perf: Use bootstrap.overrides in bootstrap.yml config fileHenrik Ingo2019-06-191-3/+7
* SERVER-41401 SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuz...Robert Guo2019-06-181-50/+127
* SERVER-41624 No Split Horizons testing in Legacy TransportADAM David Alan Martin2019-06-142-2/+3
* SERVER-40336 Use SecureRandom to seed the random number generator in replicat...Siyuan Zhou2019-06-141-1/+2
* SERVER-41743 Add banner to MSISpencer Jackson2019-06-141-0/+5
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1320-499/+738