summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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-131-13/+24
* 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-131-0/+7
* 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-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-138-96/+13
* SERVER-36566 Remove assertion that RecordId exists after salvage in WiredTige...Louis Williams2018-08-131-4/+0
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-134-39/+79
* 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-36227 Add informatin about additional optimes that we keep track of to...Samy Lanka2018-08-102-5/+22
* 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-1022-460/+347
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-095-53/+172
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-0937-198/+1207
* SERVER-35881 Gate prepareTransaction on featureCompatibilityVersion 4.2Judah Schvimer2018-08-091-0/+5
* 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-091-0/+7
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-094-44/+13
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-096-14/+40
* 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-093-0/+153
* SERVER-36545 Avoid submitting chunk-split tasks while shouldAutoSplit is fals...Matthew Saltz2018-08-091-1/+2
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-095-33/+5
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-095-314/+0
* SERVER-34448 Remove autosplitting logic from find-and-modify on mongosMatthew Saltz2018-08-091-2/+0
* SERVER-34448 Remove splitIfNeeded from the write path on mongosMatthew Saltz2018-08-091-37/+0
* SERVER-36525 Set the estimated chunk size to 0 when a chunk split is triggere...Matthew Saltz2018-08-094-0/+35
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-097-14/+129
* SERVER-34448 Change ChunkSplitStateDriver::tryInitiateSplit to return shared_ptrMatthew Saltz2018-08-096-32/+30
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-094-7/+25
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-086-2/+120
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-0814-62/+339
* SERVER-36093 QueryRequest should have a single constructor that takes a Names...Matthew Russotto2018-08-083-7/+5
* SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-082-0/+34
* SERVER-35820 Fix Windows compile error due to Biggie SEDewal Gupta2018-08-081-2/+2
* SERVER-28734 Recover WiredTiger data files when lacking metadata, but have _m...Louis Williams2018-08-089-57/+474