summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-185-13/+44
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-1812-80/+75
* SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam2019-06-181-3/+3
* SERVER-40830 Move 'ReplaceRootTransformation' to header fileArun Banala2019-06-182-63/+68
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-182-16/+16
* SERVER-1599 Fix lintBlake Oler2019-06-182-2/+2
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-186-2/+208
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-1819-42/+318
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-1827-10/+4245
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-1716-345/+146
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-1716-142/+345
* SERVER-39805 [FLE] add support for in MatchExpressionDavis Haupt2019-06-171-0/+8
* SERVER-41440 Rename SHABlock to HashBlockJason Piao2019-06-175-51/+49
* SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto2019-06-176-30/+45
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-1730-133/+134
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue2019-06-165-146/+125
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-165-125/+146
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-161-4/+7
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-06-151-0/+10
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-1416-345/+142
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-14288-1553/+1600
* SERVER-41377 Add JS tests that the rollback data files are generated correctl...William Schultz2019-06-141-1/+2
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-06-142-0/+4
* SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ...Benety Goh2019-06-143-19/+31
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-146-130/+22
* SERVER-41702 Copy Collection NamespaceString before yielding locks in AutoGet...Louis Williams2019-06-141-1/+1
* SERVER-41623 Fix building on newer windows Toolkits.ADAM David Alan Martin2019-06-142-6/+8
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-144-3/+23
* SERVER-41528 Add a server startup parameter "collectionBulkLoaderBatchSizeInB...Allison Easton2019-06-141-0/+11
* Revert "SERVER-41733 remove make_string_vector.{cpp,h}"Benety Goh2019-06-146-10/+120
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-146-120/+10
* Import wiredtiger: 40e3225e55ffbf0c9819af138fa4a014c0639c72 from branch mongo...Luke Chen2019-06-1484-938/+2589
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler2019-06-135-139/+125
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-135-0/+176
* SERVER-39927 removed dbName and applyOpCmd parameters from _applyOpsDaniel Solnik2019-06-131-14/+2
* SERVER-7681 Report write majority in ReplSetGetStatusMedha Potluri2019-06-132-0/+47
* SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis2019-06-135-125/+139
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Medha Potluri2019-06-134-4/+31
* SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messagesAlya Berciu2019-06-132-10/+21
* SERVER-41653 Create IDL types for refineCollectionShardKey and _configsvrRefi...Jamie Heppenstall2019-06-131-0/+59
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-135-5/+96
* SERVER-28977 Coverity analysis defect 101508: Data race conditionZach Yam2019-06-132-31/+35
* SERVER-41332 Fix incorrect getterJacob Evans2019-06-131-2/+2
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-1311-165/+101
* SERVER-41592 Remove scons check for std::make_uniqueA. Jesse Jiryu Davis2019-06-132-4/+0
* SERVER-41626 Fix lint.ADAM David Alan Martin2019-06-132-44/+51
* SERVER-41626 Correct use of illegal names in macros for unittestsADAM David Alan Martin2019-06-132-23/+23
* SERVER-41623 Fix building of `shell_utils_launcher` on FreeBSD.ADAM David Alan Martin2019-06-136-6/+95
* SERVER-41332 Add more getters to expression.hJacob Evans2019-06-131-0/+4
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1334-109/+106