summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35665 Update license on all artifactsRamon Fernandez2018-06-202-6/+8
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-204-4/+74
* SERVER-34470 Give config and admin databases a fixed database versionBlake Oler2018-06-205-13/+33
* SERVER-35609 Create initial chunk on primaryShardjannaerin2018-06-201-2/+7
* SERVER-35361 Ensure collection is locked when deleting filemd5's PlanExecutorCharlie Swanson2018-06-202-3/+34
* SERVER-35571 checkReplicaSet should propagate liveSlaves to checkOplogsTess Avitabile2018-06-191-5/+5
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-1919-260/+70
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-196-157/+288
* SERVER-34470 Make DatabaseVersion non-optional in ShardDatabaseTypeBlake Oler2018-06-192-14/+14
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-193-39/+2
* SERVER-35550 Fix uassert codeJonathan Reams2018-06-191-1/+1
* SERVER-35550 Connect back to server from bridge in client threadJonathan Reams2018-06-191-35/+38
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-1842-1005/+1000
* SERVER-35653: This reverts SERVER-31768jannaerin2018-06-182-85/+44
* SERVER-35652 Duplicate registrations should only trigger one metrics upload s...Mark Benvenuto2018-06-182-6/+73
* SERVER-35579 Improve user experience for db.enableFreeMonitoring() when endpo...Mark Benvenuto2018-06-181-3/+3
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-186-23/+62
* SERVER-35376 remove implicit abort on prepare transactionJudah Schvimer2018-06-182-9/+0
* SERVER-35149 add newline that was removedNathan Louie2018-06-181-1/+1
* SERVER-35663 Remove clusterTime >= operationTime invariantJack Mulrow2018-06-181-2/+2
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-06-185-1/+86
* SERVER-35625 Remove 3.6-specific WiredTiger file handlingMaria van Keulen2018-06-186-113/+16
* SERVER-35300 Added startTime field to TxnStats to store the start time of a t...jinichu2018-06-184-2/+226
* SERVER-35488 ReplSetTest.waitForState() should ensure node has finished closi...Tess Avitabile2018-06-181-7/+29
* SERVER-35134 Remove UUID fixup code, instead fail fast for collectionsBen Judd2018-06-1812-264/+5
* SERVER-35562 Remove FCV check for transactions support in 4.0William Schultz2018-06-181-14/+0
* SERVER-34447 Basic cleanup of trySplittingMatthew Saltz2018-06-181-31/+14
* SERVER-35376 move prepareTransaction logic to sessionJudah Schvimer2018-06-183-14/+22
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-06-1812-42/+183
* SERVER-33417 Replace custom majority write catchup with Replication-designed ...Sarah Zhou2018-06-151-21/+2
* SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collec...smani872018-06-157-62/+0
* SERVER-34550 Remove database versioning logic from setFCV commandBlake Oler2018-06-151-20/+1
* SERVER-35615 Validate isMaster response before calling validateHost hookJonathan Reams2018-06-151-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-1526-204/+178
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-1511-386/+137
* SERVER-35119 Remove FCV restrictions on new-in-4.0 expressionsCharlie Swanson2018-06-151-50/+12
* SERVER-34285 Remove FCV 3.6 switch logic in movePrimaryBlake Oler2018-06-152-211/+10
* SERVER-35147 Track total number of committed and aborted transactions inNathan Louie2018-06-155-0/+78
* SERVER-35604 acquire Global IX lock before preallocating a multi-document tra...Eric Milkie2018-06-152-43/+42
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-144-19/+86
* SERVER-35572: Archive WT journal files on downgrade.Daniel Gottlieb2018-06-141-3/+1
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-146-3/+119
* SERVER-35516 Remove usages of OldClient(Write)Context from map/reduceKaloian Manassiev2018-06-141-116/+97
* Revert "SERVER-35271: Suppress WT compatibility error messages on startup."Daniel Gottlieb2018-06-144-78/+19
* Import tools: ca53f295f44ab94fc7d1a45346c9cdc8b031c370 from branch v4.0David Golden2018-06-144-10/+9
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2018-06-144-19/+78
* SERVER-34006 build android embedded with api version 21Gabriel Russell2018-06-142-1/+8
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-144-12/+8
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-1416-345/+1142
* SERVER-35146 Track total number of started transactionsNathan Louie2018-06-145-0/+36