summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 7a7d6ffec48afeef4e1d7b23bceb4015986f47b9 from branch mongo...r3.6.0-rc5Luke Chen2017-11-226-34/+92
* SERVER-32051 Require shard servers and config servers to be replica setsEsha Maharishi2017-11-214-6/+68
* Import tools: 12cce7433c480538ff26caa9c51cec3e04a07e90 from branch masterKelsey Thomas Schubert2017-11-21305-1841/+5672
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-216-2/+13
* SERVER-31934 set orphanCleanupDelaySecs=1 for all testsMisha Tyulenev2017-11-215-31/+12
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-219-10/+136
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage e...Jack Mulrow2017-11-2117-17/+59
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-2116-97/+389
* SERVER-31988 RollbackViaRefetch makes CollectionImpl validator out of sync wi...Judah Schvimer2017-11-217-2/+185
* SERVER-31909 Recipient shard should fail migration if it already has the coll...Esha Maharishi2017-11-214-44/+142
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-11-218-44/+90
* SERVER-31394 Create passthrough of existing $changeStream tests to run agains...Bernard Gorman2017-11-2121-148/+253
* SERVER-31836 Always dispatch sorted tailable awaitdata getMores to the shards...Bernard Gorman2017-11-213-1/+147
* SERVER-32002 rename serverStatus "compressed" section to "compressor"Bruce Lucas2017-11-202-12/+12
* SERVER-32044: Use parameterized branch_name in performance projectsdalyd2017-11-203-6/+5
* SERVER-32047 Make `forceRoutingTableRefresh` wait for critical section outsid...Kaloian Manassiev2017-11-201-3/+5
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-209-107/+90
* SERVER-32023 quitExit should call TerminateProcess on WindowsMark Benvenuto2017-11-201-3/+3
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-204-27/+91
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-208-23/+71
* SERVER-32038 Update host entries for dns query testsMathew Robinson2017-11-202-15/+15
* SERVER-32027 Always include the wall clock time in oplog entriesKaloian Manassiev2017-11-201-5/+2
* SERVER-32011 Fix: Disable --ycsb-throughput-analysis in system_perf.ymlHenrik Ingo2017-11-201-1/+0
* SERVER-32011 Disable --ycsb-throughput-analysis in system_perf.ymlHenrik Ingo2017-11-201-1/+3
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-177-5/+251
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-176-10/+73
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-1720-12/+406
* SERVER-31951 Create RetryChangeStream error codeCharlie Swanson2017-11-171-0/+1
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-1725-42/+169
* SERVER-32007 Avoid unnecessary intrusive_ptr<Expression> copies in time expre...David Storch2017-11-172-33/+37
* SERVER-32007 Make evaluation of time-related agg expressions thread safe.David Storch2017-11-171-1/+1
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-177-23/+51
* Import wiredtiger: 923937e6b2bb7ffc1ff86bfaa8c2f130930286de from branch mongo...Ramon Fernandez2017-11-1725-356/+485
* SERVER-31953 Target secondary application of updates and deletes by just _idSpencer T Brody2017-11-172-6/+44
* SERVER-31910 blacklist mongos_validates_writes.js from the config stepdown suiteEsha Maharishi2017-11-161-0/+3
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-167-36/+53
* SERVER-30634 Fix burn_in_tests test detection on WindowsYves Duhem2017-11-161-12/+22
* SERVER-31980 Track threads in use rather than tasks executingJonathan Reams2017-11-162-7/+7
* SERVER-30779 do not sign clusterTime in mongos when auth is off or user has a...Misha Tyulenev2017-11-155-16/+33
* SERVER-31810: Make applyOps require privileges for UUIDsSpencer Jackson2017-11-154-20/+290
* SERVER-31792 Generate UUIDs for config servers during initiateMaria van Keulen2017-11-153-62/+100
* SERVER-31897 Fix exhaust queries in the shellJonathan Reams2017-11-152-1/+29
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-1514-117/+77
* Revert "SERVER-31808 fix lint"Billy Donahue2017-11-152-4/+2
* SERVER-31883 update nia test for op_msgJason Carey2017-11-151-22/+41
* SERVER-31808 fix lintJason Carey2017-11-152-2/+4
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-1514-77/+117
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-1514-49/+368
* SERVER-31957: remove timeseries from longevityJim OLeary2017-11-151-10/+0
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-159-77/+222