summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36228 Extend the max size of TypeBits in KeyStringr4.1.2Xiangyu Yao2018-08-133-86/+312
* SERVER-36546 Be more cautious with key comparision during cursor restore.nehakhatri52018-08-141-2/+5
* SERVER-22078 Remove term list limits for text index in FCV 4.2Xiangyu Yao2018-08-133-13/+119
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...Misha Tyulenev2018-08-133-3/+17
* SERVER-36567 Ensure we never abort committed transactionsSiyuan Zhou2018-08-132-20/+8
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-1314-768/+780
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-135-0/+140
* SERVER-35787 Return NoSuchTransaction or TransactionTooOld if prepare isSamy Lanka2018-08-133-0/+111
* SERVER-36594 fix lintRandolph Tan2018-08-133-14/+9
* SERVER-36565 Check if txn in progress or aborted when executing write commandsjannaerin2018-08-133-5/+15
* SERVER-36421 Keep being InProgress when writing oplog entry for unprepared co...Siyuan Zhou2018-08-134-63/+12
* SERVER-36530 fix multiversion download on Windows DEBUGRobert Guo2018-08-131-0/+2
* SERVER-36594 Rename RouterTransactionState to TransactionRouterRandolph Tan2018-08-136-70/+70
* SERVER-36208 Use http docuhub link instead of httpsLouis Williams2018-08-131-1/+1
* SERVER-35003 Consider making the balancer threshold to always be 1Sarah Zhou2018-08-137-40/+20
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-1330-381/+14
* SERVER-36431 Powercycle should check for existence of a process before access...Jonathan Abrahams2018-08-131-2/+5
* SERVER-36076 Create new resmoke.py test suite for running mongoebench on a de...Jonathan Abrahams2018-08-1315-12/+651
* SERVER-36566 Remove assertion that RecordId exists after salvage in WiredTige...Louis Williams2018-08-131-4/+0
* SERVER-36530 add EVG tasks for multiversion agg expression fuzzerRobert Guo2018-08-132-10/+48
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-136-40/+146
* Import wiredtiger: c91b80412603f283532e267893f9238dd4a5ec0f from branch mongo...Luke Chen2018-08-1335-118/+521
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-127-64/+139
* SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-112-5/+21
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-106-109/+111
* SERVER-35916 (1/2) Clean up TransactionCoordinator classEsha Maharishi2018-08-103-91/+152
* SERVER-36595 Always reset Client on OperationContext in transaction_participa...Siyuan Zhou2018-08-101-5/+7
* SERVER-35250 - Add dbtest display_task to 3 more variantsJonathan Abrahams2018-08-101-0/+3
* SERVER-36586 The test shard_existing_coll_chunk_count.js should restart both ...Matthew Saltz2018-08-101-2/+5
* SERVER-36227 Add informatin about additional optimes that we keep track of to...Samy Lanka2018-08-102-5/+22
* SERVER-36467: pass arguments to original function when overriding ReplSetTest...David Bradford2018-08-101-3/+3
* SERVER-35250 Save unstripped dbtest binary on test failureJonathan Abrahams2018-08-101-67/+155
* SERVER-36438 Test copyDatabase() and cloneDatabase() with 4.0 serversMaria van Keulen2018-08-102-0/+120
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-1013-33/+41
* SERVER-36554 Make computeAtClusterTimeForOneShard return latest clusterTime i...Jack Mulrow2018-08-103-2/+36
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-1023-460/+539
* SERVER-36265: Correct number of expected files for nojournal in aggregation_b...Daniel Gottlieb2018-08-101-1/+1
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-096-54/+181
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-0937-198/+1207
* SERVER-35025 Tests depending on exact times removeShard is called are invalidSarah Zhou2018-08-091-0/+11
* SERVER-35881 Gate prepareTransaction on featureCompatibilityVersion 4.2Judah Schvimer2018-08-097-0/+66
* SERVER-36360 top_drop.js occasionally failsSean Tao2018-08-091-3/+3
* SERVER-36561 Move the prepareTransaction command into txn_two_phase_commit_cm...Esha Maharishi2018-08-095-92/+55
* SERVER-36527 Add 'queryHash' to 'queryPlanner' explain output.David Storch2018-08-092-0/+27
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-094-44/+13
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-098-19/+49
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-095-102/+123
* SERVER-36560 Move the coordinateCommitTransaction command into txn_two_phase_...Esha Maharishi2018-08-095-141/+76
* SERVER-36297 Add stubs for the transaction two-phase commit voting commandsEsha Maharishi2018-08-094-0/+155
* SERVER-36545 Avoid submitting chunk-split tasks while shouldAutoSplit is fals...Matthew Saltz2018-08-091-1/+2