summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2020-01-2735-51/+231
* SERVER-45121 reference correct ticket in todoKevin Pulo2020-01-271-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2020-01-275-5/+58
* SERVER-43717 unittests for ReadWriteConcernDefaultsKevin Pulo2020-01-274-0/+452
* SERVER-35407: Refuse to start threads and initial sync if replication is shut...Lingzhi Deng2020-01-272-0/+5
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2020-01-273-0/+41
* SERVER-45257 race in stacktrace_testBilly Donahue2020-01-271-68/+53
* SERVER-45232: Support oplog query in DBClientCursorLingzhi Deng2020-01-275-33/+168
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-272-12/+213
* SERVER-45244 Add forgetMigration method to MigrationCoordinatorEsha Maharishi2020-01-274-0/+24
* SERVER-43617 Add tag to num_hosts_targeted_metrics.jsJanna Golden2020-01-271-1/+2
* SERVER-45259 base64_bm fix unbounded buffer growthBilly Donahue2020-01-271-4/+3
* SERVER-43470 remove writePeriodicNoops=1 from test suitesMisha Tyulenev2020-01-273-9/+0
* SERVER-44965 Create Evergreen builder with two-phase index builds disabledLouis Williams2020-01-272-5/+10
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2020-01-2711-205/+695
* Import wiredtiger: 77f9aebf23bb7fcb3911345741f20d67128f8da6 from branch mongo...Luke Chen2020-01-2741-298/+2701
* SERVER-43251 Fix up map reduce blacklistsTed Tuckman2020-01-277-14/+6
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2020-01-271-1/+1
* SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin2020-01-2717-5/+189
* SERVER-44138 Stash uncommitted collections with other transaction stateMaria van Keulen2020-01-276-27/+72
* SERVER-45131 Format BSONArray as arrays in JSON formatterHenrik Edin2020-01-277-8/+86
* SERVER-44375 fix merge_with_drop_shard.js when the curop command fails due to...Lamont Nelson2020-01-271-9/+19
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-01-276-16/+12
* SERVER-44992 Give some key programs tags that match their nameAndrew Morrow2020-01-271-7/+10
* Revert "SERVER-45101: Disabling sys perf temporarily"David Daly2020-01-271-20/+20
* SERVER-44934 Support logging of Status and DBException in logv2Henrik Edin2020-01-273-0/+15
* SERVER-44723 Stop replicating abortIndexBuild oplog entries for single-phase ...Louis Williams2020-01-272-13/+4
* SERVER-44318 M/R Agg: Reject MapReduce commands which would create a new shar...Charlie Swanson2020-01-2710-90/+140
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2020-01-274-12/+3
* SERVER-44994 Allow logv2 to use serialize(BSONObjBuilder*) if availableHenrik Edin2020-01-275-21/+167
* SERVER-45218 bounded libunwind backtraceBilly Donahue2020-01-271-1/+1
* SERVER-45153 Ignore metrics temp files in FTDCFileManagerMark Benvenuto2020-01-272-1/+2
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2020-01-2711-19/+50
* SERVER-45024 Move CollectionShardingState implementation into CollectionShard...Matthew Saltz2020-01-277-309/+352
* SERVER-45075 Support logging char* in logv2Henrik Edin2020-01-272-0/+7
* SERVER-43743 Upgrade libfmt to 6.1.1Henrik Edin2020-01-2720-2160/+3709
* SERVER-45193 avoid needless allocation in ProjectionStageSimpleIan Boros2020-01-271-1/+5
* SERVER-45146 StorageInterfaceImpl::getOplogMaxSize should handle WriteConflic...Louis Williams2020-01-271-10/+15
* SERVER-45106 Add TLA+ log component to logv2Henrik Edin2020-01-272-0/+5
* SERVER-44340 Clarify that spec was for exploratory purposes onlyTess Avitabile2020-01-271-0/+2
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2020-01-2730-938/+1644
* SERVER-43816 Fix typo in error message.David Storch2020-01-271-2/+2
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2020-01-278-72/+221
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2020-01-2726-302/+408
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2020-01-2719-235/+588
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2020-01-2716-162/+435
* SERVER-45128 Reset batchtime for "~ Linux DEBUG WiredTiger develop" build var...Luke Chen2020-01-271-3/+0
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2020-01-2711-83/+176
* SERVER-43396 use path tracking visitor when producing AST debug BSONIan Boros2020-01-272-67/+35
* SERVER-30622 RollbackChecker should retry on network failures.Matthew Russotto2020-01-274-5/+225