summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-1313-142/+78
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-1313-78/+142
* SERVER-37105 Make it clear from the stack trace whether a command is running ...Spencer T Brody2018-09-131-10/+12
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-136-30/+190
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-136-143/+55
* SERVER-36591 Fill in placeholder SERVER ticketJack Mulrow2018-09-121-1/+1
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-1212-381/+437
* SERVER-36621 Make embedded tests log to stdoutAndrew Morrow2018-09-122-2/+7
* SERVER-34007 Apply embedded licenseAndrew Morrow2018-09-1220-198/+551
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-127-68/+120
* Import tools: e914484acd3a6e6f0c384de565a5d353d67aed52 from branch v4.1David Golden2018-09-125-118/+577
* SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i...Esha Maharishi2018-09-1212-88/+112
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-123-16/+29
* SERVER-36799 Get rid of the separate TransactionParticipant 2PC state machineKaloian Manassiev2018-09-124-312/+9
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-122-6/+20
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-1211-18/+50
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-123-24/+44
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-124-453/+15
* SERVER-36852 Rename _mtx to _mutex to follow conventionMatthew Saltz2018-09-122-6/+6
* SERVER-36255 prohibit $out with readConcern level "linearizable"Kyle Suarez2018-09-121-0/+3
* SERVER-36852 Move TransactionCoordinator off of Session and into TransactionC...Matthew Saltz2018-09-1211-127/+116
* SERVER-36852 Implement getLatestOnSession in TransactionCoordinatorCatalogMatthew Saltz2018-09-123-0/+84
* SERVER-37026 Attach the TransactionCoordinatorService to the ServiceContextMatthew Saltz2018-09-122-1/+21
* SERVER-37014 Create TransactionCoordinatorService class to provide an interfa...Matthew Saltz2018-09-123-0/+223
* SERVER-37014 Implement "remove" functionality in TransactionCoordinatorCatalogMatthew Saltz2018-09-123-0/+70
* SERVER-36851 Create TransactionCoordinatorCatalog for holding TransactionCoor...Matthew Saltz2018-09-124-0/+278
* SERVER-37063 Fix uninitialized scalar fieldGregory Wlodarek2018-09-111-2/+2
* SERVER-37075 Make `unique_function<...>::nil` not break on MacOSADAM David Alan Martin2018-09-111-13/+15
* SERVER-31918 sigaction: give the ucontext parameter a nameBilly Donahue2018-09-111-1/+4
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-112-39/+86
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-111-7/+5
* SERVER-36922 Remove MutableDocument::hasFieldCharlie Swanson2018-09-112-5/+5
* SERVER-20845: Add replSetReconfig audit hookSpencer Jackson2018-09-111-0/+4
* SERVER-36521 Prevent allPaths indexes from participating in index intersectionBernard Gorman2018-09-112-0/+87
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-09-112-4/+18
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-1115-297/+391
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-1015-445/+197
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-106-10/+24
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-108-33/+7
* SERVER-36926 Remove possibility of passing INT_MIN to abs() in ClusterCursorM...Ted Tuckman2018-09-101-2/+7
* SERVER-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-101-0/+45
* SERVER-36720 $geoNear tests in currentop_query.js can hang behind a sharding ...Bernard Gorman2018-09-081-1/+6
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-0713-30/+130
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-071-0/+131
* SERVER-35576 Fixed PlanCacheClear clear time of checkyarai2018-09-071-7/+3
* SERVER-36408 Efficiently merge trees in biggie storage engineGregory Wlodarek2018-09-071-49/+33
* SERVER-36408 more efficient merging for biggie radix trieDewal Gupta2018-09-072-155/+561
* SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate().Justin Seyster2018-09-071-3/+4
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-0718-24/+25
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-074-8/+33