summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40698 Only link WT to mongoe things when enabledAndrew Morrow2019-04-172-2/+2
* SERVER-40321 Transaction CRUD ops on a shard against a capped collection failDianna2019-04-171-41/+68
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-1745-91/+95
* SERVER-39517 Fix accidental referenceGeert Bosch2019-04-171-1/+1
* SERVER-40528 Do not allow constructing ConstDataRange from boolJonathan Reams2019-04-171-2/+3
* SERVER-39864 Only request principal name during saslStart when neededSara Golemon2019-04-171-1/+6
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-1714-190/+131
* SERVER-40483 Return more informative error when changing the doc shard key ca...jannaerin2019-04-171-2/+23
* SERVER-39818 Actually delete in RSCN::Listener deleterBen Caimano2019-04-171-1/+4
* SERVER-40669 Remove unneeded shebang from install_compass.inMathew Robinson2019-04-171-1/+0
* SERVER-37370 Improve CN/SAN mismatch error messageSara Golemon2019-04-173-9/+30
* SERVER-40679 Delete unused OplogIntentWriteLock classGeert Bosch2019-04-162-43/+0
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-167-86/+66
* SERVER-39818 Fixing Notifier use in replica_set_monitor_testBen Caimano2019-04-162-5/+15
* SERVER-39791 Reconstruct prepared transactions from new oplog format on rollbackMatthew Russotto2019-04-162-1/+6
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-1616-211/+952
* SERVER-40647 ViewCatalog::iterate should use _reloadIfNeeded rather than _req...Xiangyu Yao2019-04-161-1/+1
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-1613-26/+179
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-162-7/+24
* SERVER-40222 fix mac os x compileBenety Goh2019-04-161-2/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-1645-937/+1574
* SERVER-40050 Better error message with readConcern level snapshot in sharded ...Tess Avitabile2019-04-161-1/+4
* SERVER-40615: Only get flow-control tickets when the client was previously in...Daniel Gottlieb2019-04-161-6/+7
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-1611-1003/+1080
* SERVER-37886 Make prepareTransaction set Client last OpTime to the greater of...Jack Mulrow2019-04-151-4/+7
* SERVER-40631 Attach TransientTransactionError error label for network error c...Jack Mulrow2019-04-153-1/+53
* SERVER-37034 Fix unchecked Status in collection codeGregory Wlodarek2019-04-151-2/+2
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-152-8/+25
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-154-42/+25
* SERVER-40623 Check _currentCommittedSnapshot is set after waking from conditi...Jason Chan2019-04-151-1/+8
* SERVER-40513 Convert seed to little endian before hashingJustin Seyster2019-04-153-10/+42
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-157-22/+378
* SERVER-40621 Add fmt::formatter<mongo::HostAndPort>Billy Donahue2019-04-153-8/+57
* SERVER-40077 Add toFieldRef to JSONPointer classTed Tuckman2019-04-152-0/+15
* SERVER-40304 Collection cloner can be destroyed with a scope guard activeMatthew Russotto2019-04-152-21/+25
* SERVER-40554 Get rid of 'lazy' transaction coordinator destructionKaloian Manassiev2019-04-154-51/+22
* SERVER-36886 Label the free monitoring threads with helpful namesSara Golemon2019-04-152-3/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-1544-90/+119
* SERVER-39492 Fix encrypt_schema_types_testPawel Terlecki2019-04-151-1/+3
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterA. Jesse Jiryu Davis2019-04-153-1/+35
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-1210-109/+206
* SERVER-40482 fix dbtestsLouis Williams2019-04-121-0/+2
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-126-25/+73
* SERVER-40414 Fix lack of iterator instantiationJason Carey2019-04-121-1/+1
* SERVER-40607 logpath should not be a hidden cli optionSara Golemon2019-04-121-1/+0
* SERVER-40105 fix unittestsLouis Williams2019-04-122-15/+17
* SERVER-40510 Distinct command can create an invalid BSON projection spec if k...Martin Neupauer2019-04-121-0/+4
* SERVER-40185 Replacement upsert in Stitch Lib takes '_id' from query.Justin Seyster2019-04-122-1/+16
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-124-49/+110
* SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBat...Randolph Tan2019-04-121-2/+4