summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44266 Add IAM client code to shell and clients with mock ECS endpointMark Benvenuto2019-12-265-8/+56
* Revert "SERVER-42009 Forbid creation of collections with namespace names cont...Eric Milkie2019-12-261-4/+0
* SERVER-42009 Forbid creation of collections with namespace names containing a $Eric Milkie2019-12-261-0/+4
* SERVER-45292 fix isMetadataDifferent logic in chunk manager targeterEsha Maharishi2019-12-261-1/+1
* SERVER-42410 mongo shell count helper command throws errors on invalid optionsKatherine Wu2019-12-241-5/+11
* SERVER-45281 Reduce danger of MatchExpression::getChildVector()Jacob Evans2019-12-2320-49/+69
* SERVER-44855 Remove unused code from removeShard and ShardingTestKaloian Manassiev2019-12-225-66/+32
* SERVER-45214 FieldParser::extractNumber fails ubsan for NaNsGeert Bosch2019-12-222-2/+73
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-2212-271/+184
* SERVER-42723 Set 'use44SortKeys' on change stream sent to config serversBernard Gorman2019-12-221-0/+1
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-226-11/+296
* SERVER-45284 Temporarily workaround SERVER-44258 to stop build failuresCharlie Swanson2019-12-211-0/+4
* SERVER-44914 A shard receiving its first chunk should locally drop any indexe...Mihai Andrei2019-12-202-3/+54
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-206-16/+91
* SERVER-41790 Log progress during oplog sampling at startupDaniel Ernst2019-12-202-0/+21
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2019-12-203-6/+7
* SERVER-39596 While a node is not in primary/secondary state, dbStats/collStat...Gregory Wlodarek2019-12-202-11/+37
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-207-27/+195
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-2011-258/+219
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-207-4/+263
* Revert "SERVER-42009 Forbid creation of collections with namespace names cont...Suganthi Mani2019-12-201-4/+0
* SERVER-45198 Upgrade SCons to 3.1.2Mathew Robinson2019-12-20203-532/+592
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2019-12-202-18/+24
* SERVER-45121 reference correct ticket in todoKevin Pulo2019-12-201-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-205-5/+58
* SERVER-43717 unittests for ReadWriteConcernDefaultsKevin Pulo2019-12-204-0/+452
* SERVER-35407: Refuse to start threads and initial sync if replication is shut...Lingzhi Deng2019-12-202-0/+5
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2019-12-193-0/+41
* SERVER-45257 race in stacktrace_testBilly Donahue2019-12-191-68/+53
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2019-12-195-33/+168
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2019-12-191-12/+12
* SERVER-45244 Add forgetMigration method to MigrationCoordinatorEsha Maharishi2019-12-194-0/+24
* SERVER-45259 base64_bm fix unbounded buffer growthBilly Donahue2019-12-191-4/+3
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-1911-205/+695
* Import wiredtiger: 77f9aebf23bb7fcb3911345741f20d67128f8da6 from branch mongo...Luke Chen2019-12-1941-298/+2701
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-191-1/+1
* SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin2019-12-187-3/+54
* SERVER-44138 Stash uncommitted collections with other transaction stateMaria van Keulen2019-12-186-27/+72
* SERVER-45131 Format BSONArray as arrays in JSON formatterHenrik Edin2019-12-187-8/+86
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-186-16/+12
* SERVER-44992 Give some key programs tags that match their nameAndrew Morrow2019-12-181-7/+10
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2019-12-183-0/+15
* SERVER-44723 Stop replicating abortIndexBuild oplog entries for single-phase ...Louis Williams2019-12-181-11/+0
* SERVER-44318 M/R Agg: Reject MapReduce commands which would create a new shar...Charlie Swanson2019-12-184-40/+51
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-184-12/+3
* SERVER-44994 Allow logv2 to use serialize(BSONObjBuilder*) if availableHenrik Edin2019-12-185-21/+167
* SERVER-45218 bounded libunwind backtraceBilly Donahue2019-12-181-1/+1
* SERVER-45153 Ignore metrics temp files in FTDCFileManagerMark Benvenuto2019-12-182-1/+2
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-1811-19/+50
* SERVER-45024 Move CollectionShardingState implementation into CollectionShard...Matthew Saltz2019-12-187-309/+352