summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-09-294-16/+241
* SERVER-24759 SERVER-31128 Validate collections on all nodes in clusterIan Boros2017-09-293-33/+87
* SERVER-31311 wait for fcv3.6 before testing in kill_sessions.jsGabriel Russell2017-09-291-0/+6
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-2910-55/+88
* SERVER-30107 Fix set_sudo in evergreen.yml to prevent errexitJonathan Abrahams2017-09-291-1/+3
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-292-5/+5
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-2912-28/+208
* SERVER-31006 bump curator to latestZakhar Kleyman2017-09-291-1/+1
* SERVER-31190 Extend change_stream_invalidation.jsTess Avitabile2017-09-291-12/+47
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-29155-3114/+3141
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-09-295-57/+80
* SERVER-30853 Add missing hard limit to memlockMathew Robinson2017-09-291-1/+1
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-2837-768/+438
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-2837-438/+768
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-2831-141/+862
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-2811-268/+132
* SERVER-30966 Make list sessions tests more parallel safeSara Golemon2017-09-282-14/+28
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-2827-424/+456
* SERVER-31200 Fix toggle_feature_compatibility.js failures in FSM.Justin Seyster2017-09-281-21/+20
* SERVER-30083 Schedule range deletions soonerNathan Myers2017-09-283-40/+52
* SERVER-31260: Adorn secondary upserts with timestamps.Daniel Gottlieb2017-09-284-90/+326
* SERVER-31088: Adorn secondary deletes with timestamps.Daniel Gottlieb2017-09-282-6/+87
* SERVER-31087: Adorn secondary updates with timestamps.Daniel Gottlieb2017-09-282-36/+164
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-2811-132/+268
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-2831-810/+139
* Revert "SERVER-31290 Race in SessionCatalogMigrationDestination can cause it ...Ian Whalen2017-09-282-32/+8
* SERVER-31290 Race in SessionCatalogMigrationDestination can cause it to miss ...Randolph Tan2017-09-272-8/+32
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-2731-139/+810
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-2749-196/+764
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-2754-286/+663
* SERVER-31270 add an option to ReplicaSetTest to wait for keysMisha Tyulenev2017-09-271-0/+22
* SERVER-31272: Include sys/resource.h on UnixAndrew Aldridge2017-09-271-1/+1
* SERVER-30959 Enforce session is present in session_jscore_passthrough.yml.Eddie Louie2017-09-271-4/+63
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-2731-810/+139
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-277-14/+780
* SERVER-29818 Ensure macros have a default in "set up remote credentials" in e...Jonathan Abrahams2017-09-271-2/+4
* SERVER-31279 Adjust testing frequency of Windows 2008R2 DEBUG and Enterprise ...Ramon Fernandez2017-09-271-2/+2
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-274-6/+30
* SERVER-30980 Add tag selector expressions supportYves Duhem2017-09-274-292/+877
* SERVER-31170 Add support for session and transaction number to benchRunKaloian Manassiev2017-09-272-158/+256
* SERVER-31229 Commands return NamespaceNotFound on unknown UUIDGeert Bosch2017-09-273-10/+22
* Revert "SERVER-29649 Add startupWarning for replset running with --nojournal ...Ian Whalen2017-09-271-18/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-2631-139/+810
* SERVER-31233 Make session_catalog_migration_destination_test do an actual insertRandolph Tan2017-09-261-37/+80
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-09-261-0/+18
* SERVER-30987: Enable and test $jsonSchema in the aggregation $match stageNick Zolnierz2017-09-268-32/+496
* SERVER-27600: Add queryable backup builtin roleSpencer Jackson2017-09-262-3/+25
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-2612-51/+92
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-2616-49/+245
* SERVER-30025 for sharded read with empty query, target only shards that own d...Esha Maharishi2017-09-267-315/+303