summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-2753-178/+436
* 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
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-2722-420/+139
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-277-14/+780
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-273-0/+16
* 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-272-5/+14
* 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-2622-139/+420
* 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-267-29/+487
* 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-269-27/+84
* SERVER-30025 for sharded read with empty query, target only shards that own d...Esha Maharishi2017-09-267-315/+303
* SERVER-29141 Update AsyncResultsMerger to merge multiple change streamsBernard Gorman2017-09-263-16/+257
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-2633-199/+365
* SERVER-31210 Fix TwoJobsDontDeadlockJason Carey2017-09-261-4/+8
* SERVER-30345 Add startupWarnings for pv0Katherine Walker2017-09-261-0/+13
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-263-3/+55
* SERVER-29136 Revert declaration syntax improvementNathan Myers2017-09-251-1/+1
* SERVER-31233 Always advance the last written session record cache after a writeKaloian Manassiev2017-09-252-15/+13
* SERVER-31144 Document WithLock::withoutLock right.Nathan Myers2017-09-251-1/+2
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-258-105/+682
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-258-71/+30
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-2510-197/+208
* SERVER-31178 Bad invariant in cursor managerJason Carey2017-09-251-1/+1
* SERVER-30760 Add startupWarning for WiredTiger --nojournalKatherine Walker2017-09-251-0/+11
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-2525-228/+759
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ...Esha Maharishi2017-09-252-54/+8
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-256-65/+80
* SERVER-29141 Add latest oplog timestamp to CursorResponse objectBernard Gorman2017-09-253-0/+80
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-2430-109/+1545
* SERVER-30135 Don't use notify_all_at_thread_exit if we might not have a std::...Andrew Morrow2017-09-231-2/+1
* SERVER-30471 Fix broken lint ruleKaloian Manassiev2017-09-231-1/+1
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-2210-307/+246
* SERVER-31195 Remove inactive test case from session_test.cppKaloian Manassiev2017-09-221-45/+0
* SERVER-30621 Ensure chunk metadata exists when cleanUpRange is called in move...Dianna Hohensee2017-09-222-76/+82
* SERVER-31233 Temporarily disable tests in session_catalog_migration_destinati...Randolph Tan2017-09-221-1/+4
* SERVER-31144 Add static WithLock::withoutLock(), unit testNathan Myers2017-09-223-2/+100
* SERVER-31095 Adding an evergreen builder to test the legacy transport layer. ...Henrik Edin2017-09-223-1/+10
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-2215-50/+124
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-2219-106/+530
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-226-80/+65
* SERVER-31202 add support for get/setClusterTime to local shell clientMisha Tyulenev2017-09-221-2/+2
* SERVER-31175 improve javascript setClusterTimeMark Benvenuto2017-09-221-0/+9
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-226-65/+80
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-2111-292/+0