summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-2962-820/+334
* SERVER-41696 Do not use the 'ns' field from index specs to compute the dbhashGregory Wlodarek2019-07-291-0/+7
* SERVER-41696 Avoid depending on the 'ns' field from index specs for the TTL m...Gregory Wlodarek2019-07-291-7/+8
* SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano2019-07-292-57/+84
* SERVER-42396 Add refineCollectionShardKey action to the enableSharding roleJamie Heppenstall2019-07-291-0/+1
* SERVER-42242 Change locks to be acquired by UUID during the createIndexes com...Daniel Solnik2019-07-291-6/+69
* SERVER-42468 Always wait for the TransactionCoordinator to complete in the Me...Kaloian Manassiev2019-07-291-12/+23
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-298-69/+60
* SERVER-41510 Track the number of failed stepDowns in serverStatusMedha Potluri2019-07-291-1/+12
* SERVER-42034 Optimize ItoABilly Donahue2019-07-297-1069/+330
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-07-291-3/+13
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-2924-751/+719
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-298-190/+377
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-2714-136/+65
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271232-21394/+14032
* SERVER-42452 Avoid interrupting uninterruptible requests in lock fp.Max Hirschhorn2019-07-272-1/+102
* SERVER-42179 Remove internalDocumentSourceSortMaxBlockingSortBytes in favor ofMisha Ivkov2019-07-263-17/+7
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-266-59/+55
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-2648-857/+1065
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-265-1/+57
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-263-43/+42
* SERVER-42313 Fix forwarding in `ScopeGuard` ctor.ADAM David Alan Martin2019-07-261-10/+8
* SERVER-41284 Add failpoint to surface idempotency issues of transaction opera...Medha Potluri2019-07-261-0/+11
* SERVER-35753 listCommands should include value for requiresAuthAdam Cooper2019-07-261-0/+1
* SERVER-41861 Simplify the concurrency between timestamp_transaction and commi...Gregory Wlodarek2019-07-261-5/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-2629-116/+124
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-262-6/+19
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-2/+7
* SERVER-41364 added stack trace to DiagnosticInfoShaileja Jain2019-07-262-4/+109
* SERVER-36186 Delete moved functionXin Hao Zhang2019-07-261-12/+0
* SERVER-42420 Fix performance regression in not using const reference in SortP...Misha Ivkov2019-07-261-1/+1
* SERVER-37772 adding RHEL80 distroJohn Chen2019-07-251-1/+1
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-258-11/+179
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-07-252-15/+17
* SERVER-42300 Retry, not skip, renamed ns in forEachCollectionFromDbGeert Bosch2019-07-251-9/+17
* SERVER-42028 watchdog_test - remove forward progress checkMark Benvenuto2019-07-251-3/+0
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-257-48/+203
* SERVER-42305 Ensure replication is finished initializing before advancing com...Matthew Russotto2019-07-253-163/+252
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-256-36/+41
* SERVER-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-252-0/+24
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-255-21/+58
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-243-14/+135
* SERVER-42388 Release the transaction lock resources and abort storageSuganthi Mani2019-07-241-0/+10
* SERVER-42383 fix deadlock in IndexBuildsCoordinator during cleanupBenety Goh2019-07-241-18/+27
* SERVER-42180 fix missing dbtest lib dependencyBenety Goh2019-07-241-0/+1
* SERVER-42382 add index build UUID to lock manager diagnostic outputBenety Goh2019-07-241-0/+14
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-2410-65/+117
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-2415-427/+554
* SERVER-41905 Add in-memory checksumming to external sorterGabe Villasana2019-07-243-4/+69
* SERVER-42386 Retrieving durableCatalog should be guarded by a global lock in ...Xiangyu Yao2019-07-241-3/+3