summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-277-168/+218
* SERVER-36192 Change .vcxproj file generator to generate Makefile projectMark Benvenuto2018-07-272-31/+113
* SERVER-24391 Prompt for password on user creation or password change via the ...Kashish Garg2018-07-272-0/+8
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-2740-138/+198
* SERVER-36227 Add recovery component logging to concurrency suites that use re...Samy Lanka2018-07-279-0/+54
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-2715-58/+165
* SERVER-29908 Fix lint errorKaloian Manassiev2018-07-271-1/+1
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-2731-388/+677
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-275-24/+66
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-276-145/+173
* SERVER-35238 Drop the collection after removing the partially written chunks ...Cheahuychou Mao2018-07-271-12/+31
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-279-322/+533
* SERVER-36053 Remove protocol version upgrade logic as part of pv0 code cleanup.Suganthi Mani2018-07-273-24/+0
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-279-372/+193
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-2729-212/+91
* SERVER-34664 Fix error codeTess Avitabile2018-07-272-2/+2
* SERVER-34664 Commands that are unsupported in a transaction should errorTess Avitabile2018-07-272-3/+11
* SERVER-36275 Support sending non-contiguous ranges to the same shard in $exch...Martin Neupauer2018-07-274-18/+138
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-275-4/+22
* SERVER-36274: Re-enable --ycsb-throughput-analysis in sys-perfdalyd2018-07-271-2/+1
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-277-64/+85
* SERVER-34994 Allow identical index key insert in new format unique indexnehakhatri52018-07-271-11/+17
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-269-525/+322
* SERVER-36283: Have initial sync completion advance oplog visibility to the in...Daniel Gottlieb2018-07-261-4/+7
* SERVER-36296: Constrain "Slow WT transaction" log to interesting cases.Daniel Gottlieb2018-07-261-1/+3
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-07-262-4/+5
* SERVER-35347 Transaction coordinator and participant internal state machinesEsha Maharishi2018-07-269-0/+1091
* SERVER-36097 Fix curl library initialization orderSara Golemon2018-07-261-9/+7
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-269-322/+525
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-267-36/+378
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-07-264-30/+130
* SERVER-34750 Update man pagesMathew Robinson2018-07-2612-2410/+9788
* SERVER-35683 Make it safe to destroy a promise while completing.ADAM David Alan Martin2018-07-261-6/+18
* SERVER-35683 Switch to MongoDB's naming style.ADAM David Alan Martin2018-07-261-69/+69
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-268-236/+222
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-2611-174/+185
* SERVER-35919 Ensure all tests that use transactions perform collection drops ...Tess Avitabile2018-07-2621-25/+28
* SERVER-35429 Add lock state checking with PBWM in AutoGetCollectionForReadXiangyu Yao2018-07-261-0/+5
* SERVER-35552 Use proper FCV checking when _configsvrAddShard sends new _addSh...Matthew Saltz2018-07-251-27/+20
* SERVER-36097 Generalize HTTPClient out of FreeMon into util/netSara Golemon2018-07-269-76/+199
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-2511-12/+256
* SERVER-35654 Disable implicit sessions for rollback_transaction_table.jsJack Mulrow2018-07-251-3/+3
* SERVER-35709 Mongos should remember readConcern setting for multi statement t...Jack Mulrow2018-07-257-47/+168
* SERVER-35246 Ignore NamespaceNotFound errors when running collMod during chec...Samy Lanka2018-07-251-4/+13
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-07-255-45/+79
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-2510-8/+284
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-2526-152/+275
* SERVER-35829 Make router TransactionParticipant attach txnNumber to requests ...Jack Mulrow2018-07-255-17/+109
* SERVER-36197 Update macOS package directory nameRamon Fernandez2018-07-251-1/+1
* SERVER-35743 Divide current chunk size among the chunks it was split into in ...Matthew Saltz2018-07-255-22/+349