summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-2810-260/+124
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-2821-364/+187
* 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-2810-124/+260
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-2822-420/+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-2722-139/+420
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-2732-154/+726
* 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