summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-2736-472/+804
* SERVER-41847 replset1.js dumps oplog entries before checking createIndexes op...Benety Goh2019-06-271-1/+2
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-272-49/+92
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-2712-40/+188
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-272-0/+63
* Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch mongo...Luke Chen2019-06-2714-132/+449
* SERVER-41162 Correct logging of death tests.ADAM David Alan Martin2019-06-261-4/+4
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-2619-210/+226
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-2618-178/+10
* Import tools: d7cc167b3f43f7264b6e4350a1632dd730793d6b from branch v4.1David Golden2019-06-2614-140/+1091
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-268-76/+294
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-267-2/+38
* SERVER-40490 RSM should check replicas at most twice per secondShaileja Jain2019-06-263-3/+92
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-268-8/+81
* SERVER-34166 Stop writing config server connection string and shard name to m...Jason Zhang2019-06-263-20/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-2619-226/+210
* Revert "SERVER-41844 add evergreen builder for alternate createIndexes implem...Benety Goh2019-06-263-33/+3
* SERVER-41844 add evergreen builder for alternate createIndexes implementationBenety Goh2019-06-263-3/+33
* SERVER-39985 Improve transaction lock failure error messageGregory Wlodarek2019-06-263-23/+44
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-41214 Modernize COLLSCAN dbtest.David Storch2019-06-261-231/+167
* SERVER-40890 Change FreeMonNamespaceUUIDCollector to use CollectionCatalogMark Benvenuto2019-06-261-8/+5
* SERVER-41652 remove UninterruptibleLockGuard in index builds coordinatorBenety Goh2019-06-261-4/+0
* SERVER-41880 Blacklist schema_validator_with_expr_variables.js from running o...Anton Korshunov2019-06-261-1/+6
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-266-19/+17
* SERVER-41540 Fix _indexNsResultsMap usageGregory Wlodarek2019-06-251-6/+3
* SERVER-41539 Cache key ordering in IndexInfoCache ordering in IndexInfoGregory Wlodarek2019-06-253-52/+30
* SERVER-41538 Remove indirection through indexNumber in IndexConsistencyGregory Wlodarek2019-06-253-137/+60
* SERVER-41537 Use 64K hash buckets instead of 4M for index validationGregory Wlodarek2019-06-252-10/+12
* SERVER-41536 Use vector instead of map for IndexConsistency hash bucketsGregory Wlodarek2019-06-252-31/+15
* SERVER-41535 Use vector instead of map for IndexConsistency::_indexesInfoGregory Wlodarek2019-06-252-10/+6
* SERVER-41534 Reuse KeyString in RecordStoreValidateAdaptorGregory Wlodarek2019-06-251-6/+8
* SERVER-41533 Remove unnecessary IndexConsistency::_classMutexGregory Wlodarek2019-06-252-98/+21
* SERVER-41909 Add the ValidateCmd Genny workload to system_perf.ymlGregory Wlodarek2019-06-251-0/+11
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-2511-65/+3
* SERVER-19281 Add ns and index fields to DuplicateKey getLastErrorObjMaria van Keulen2019-06-252-0/+20
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-256-117/+122
* SERVER-41885 Windows SCons cache fix for Windows2008R2 debugVitalii Lirnyk2019-06-251-0/+1
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-2528-394/+402
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-256-15/+181
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-2518-123/+228
* PERF-1867 Split bestbuy_agg_merge into 4 separate suitesBernard Gorman2019-06-251-7/+48
* SERVER-41846 createIndexes command validates commitQuorum fieldBenety Goh2019-06-251-0/+3
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-254-5/+68
* SERVER-41846 commit quorum should default to 1 node if replication is not ena...Benety Goh2019-06-251-1/+2
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-254-14/+249
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-253-9/+58
* SERVER-41741 Improve robustness of change_streams_shell_helper_resume_token.jsBernard Gorman2019-06-251-7/+10
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-2533-542/+76