summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Fix unittest and more cleanup.Geert Bosch2018-11-168-110/+11
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-168-426/+20
* SERVER-38172 create a catalog test fixtureDianna Hohensee2018-11-164-51/+156
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-1614-137/+165
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-1620-22/+160
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-168-68/+51
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-1610-39/+12
* SERVER-37665 Add interface to explicitly checkin/checkout the OpContext sessionKaloian Manassiev2018-11-163-14/+69
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-1616-231/+124
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-159-15/+16
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-1513-157/+335
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-1529-169/+126
* SERVER-38070 Fix infinite loop in agg expressionIan Boros2018-11-152-111/+226
* SERVER-38094 Send prepareTransaction with write concern that only waits for m...Jack Mulrow2018-11-152-8/+20
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-2/+3
* SERVER-37646 Create new IDL for config.system.indexBuilds collectionGWlodarek2018-11-155-0/+271
* SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin2018-11-151-1/+2
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-1/+1
* SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow2018-11-154-4/+25
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-11-157-10/+69
* SERVER-38090 Put a backup identifier to the output of $backupCursorXiangyu Yao2018-11-158-9/+9
* SERVER-37484: Only change table logging settings if they are not in the expec...Daniel Gottlieb2018-11-151-11/+27
* SERVER-37483: Ensure correct table logging configuration on startup.Daniel Gottlieb2018-11-154-0/+57
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-151-17/+16
* SERVER-38033 Fix CollectionImpl::_ns thread safety.David Storch2018-11-146-65/+60
* SERVER-32978 Implement proper strict weak orderingMark Benvenuto2018-11-141-1/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-1421-336/+264
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-146-0/+78
* SERVER-36587 Disallow the first operation in a transaction to be killCursorsSamy Lanka2018-11-141-0/+6
* SERVER-38077 Optimize ProjectionNode output for inclusion projectionsBernard Gorman2018-11-143-7/+22
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-1410-17/+13
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-1430-444/+517
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-1414-65/+639
* SERVER-38022 BiggieSE recovery unit should only mark trees dirty when written toGregory Wlodarek2018-11-134-15/+24
* SERVER-38061 Catch error by const reference instead of by valueGregory Wlodarek2018-11-131-1/+1
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2018-11-133-12/+36
* SERVER-37987 acquire correct locks when dropping temp collections on step upJudah Schvimer2018-11-131-6/+7
* SERVER-37987 acquire global IX lock for step-up oplog writeJudah Schvimer2018-11-131-1/+3
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-133-4/+15
* SERVER-38058 Make retryable_writes_direct_write_to_config_transactions.js exp...Kaloian Manassiev2018-11-132-2/+4
* SERVER-37384 lock db prior to examining UUID catalog, to avoid phantom Namesp...Eric Milkie2018-11-132-15/+7
* SERVER-37558 Fail prepareTransaction command against primary when replica set...Vesselina Ratcheva2018-11-136-6/+31
* SERVER-20445 Add support for majority read concern level to MapReduce and Agg...Martin Neupauer2018-11-136-11/+43
* Revert "SERVER-38058 Make retryable_writes_direct_write_to_config_transaction...Kaloian Manassiev2018-11-132-4/+2
* SERVER-38058 Make retryable_writes_direct_write_to_config_transactions.js exp...Kaloian Manassiev2018-11-132-2/+4
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-1227-380/+847
* SERVER-38061 Implement the recovery unit test harness for BiggieSEGregory Wlodarek2018-11-128-12/+123
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-125-17/+43
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-127-40/+17
* SERVER-38037 Fix copy without assignGregory Wlodarek2018-11-121-167/+182