summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-133-30/+58
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-134-47/+26
* SERVER-33114 part 2: support unwinding applyOps for cluster-wide change streamIan Boros2018-04-133-46/+53
* SERVER-33812 provide non-empty first batch to OplogFetcher test caseBenety Goh2018-04-131-1/+2
* SERVER-34283 Allow change streams on whole-db or whole-clusterCharlie Swanson2018-04-133-38/+1
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-1314-270/+389
* SERVER-33999 Add auth checks for db or cluster level change streamsCharlie Swanson2018-04-131-1/+11
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-131-2/+13
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-135-26/+3
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-139-6/+135
* SERVER-33534 Re-enable non-replication opObserver functionality within transa...Matthew Russotto2018-04-131-39/+54
* SERVER-34464 Do not relax document validation during replication recoveryJudah Schvimer2018-04-131-1/+0
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-133-44/+127
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-1311-10/+10
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-135-3/+14
* SERVER-34458 Shards should always persist a database entry after refreshEsha Maharishi2018-04-132-92/+24
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-136-14/+13
* SERVER-34321 Require stmtId for multi-statement transactions in the shell.Siyuan Zhou2018-04-131-7/+22
* SERVER-34148 TypedCommandBilly Donahue2018-04-135-5/+549
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-1321-6427/+418
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33989 Add support for afterClusterTime for snapshot reads through mongosJack Mulrow2018-04-134-15/+223
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-135-56/+348
* SERVER-33821 Replace NetworkInterfaceASIO with NetworkInterfaceTLJonathan Reams2018-04-131-19/+7
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-1318-78/+1385
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-135-131/+13
* SERVER-34419 Remove mongoperfAndrew Morrow2018-04-136-420/+2
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-135-7/+26
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-139-4/+249
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-1324-54/+353
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-136-4/+191
* Revert "SERVER-34157 prevent writes to system collections"Kyle Suarez2018-04-132-19/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-1318-59/+95
* Import wiredtiger: 5fc85c47caba5dbd4fc49ad6fa924fee4e3d5695 from branch mongo...Kelsey Schubert2018-04-1319-180/+457
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-132-3/+41
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-134-29/+60
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-132-1/+13
* SERVER-34317: Check wiredtiger_open return code before accessing the connection.Daniel Gottlieb2018-04-121-9/+8
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-127-12/+63
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-128-24/+69
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-127-285/+787
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-122-3/+81
* SERVER-34326 use highest cluserTime for global snapshot readsMisha Tyulenev2018-04-122-3/+13
* SERVER-34226 Fix lintMark Benvenuto2018-04-122-3/+5
* SERVER-33433 Rebuild in-memory Session state for committed transactions from ...Siyuan Zhou2018-04-121-0/+10
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-1213-35/+141
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-1210-9/+1885
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-123-66/+134
* SERVER-34183 abort existing transaction on startTransactionPavi Vetriselvan2018-04-121-3/+0