summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69204 Access name by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69202 Access obj by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69201 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69200 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69415 Added lock around network interface memberAlexander Neben2022-09-061-0/+1
* SERVER-68897: Avoid copy in for loopColin Stolley2022-09-061-1/+1
* SERVER-66036 add correct Future validity semanticsMatt Diener2022-09-063-65/+316
* SERVER-68502 Fix and update database_holder.h commentsYu Jin Kang Park2022-09-061-13/+18
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-063-43/+84
* SERVER-66907: Handle opCtx interruption and join threads outside mutexChristopher Caplinger2022-09-062-58/+97
* SERVER-69440 Improve the readability of synchronisation between clearFilterin...Kaloian Manassiev2022-09-061-19/+25
* SERVER-69409 Fixed race condition in server selectorAlexander Neben2022-09-062-3/+4
* SERVER-68986 Removed dead code from SBE implementation of $dateFromParts aggr...Mindaugas Malinauskas2022-09-061-10/+4
* SERVER-65122 Architecture Guide updates for collection validationYuhong Zhang2022-09-061-7/+10
* SERVER-69398 filler_collection should be dropped in explain_missing_collectio...Enrico Golfieri2022-09-061-0/+1
* SERVER-69198 Access val by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-0637-29/+827
* SERVER-69431 Get rid of the "non-locking" constructor of ResourceLockKaloian Manassiev2022-09-064-36/+32
* SERVER-69404 Do not archive cleared bucketsDan Larkin-York2022-09-061-1/+3
* SERVER-68907 Dump WiredTiger information on EBUSY before fatal assertionsGregory Wlodarek2022-09-062-0/+9
* SERVER-69099 initialized variables to null to fix coverity defectgalon12022-09-061-1/+1
* SERVER-69442 Move deleteMigrationCoordinatorDocumentLocally inside the Migrat...Kaloian Manassiev2022-09-054-84/+56
* SERVER-68793 Refactor TicketHolder::resize() in all implementationsJordi Olivares Provencio2022-09-055-35/+168
* SERVER-68780 Register range deleter service in ReplicaSetAwareServiceRegistryPierlauro Sciarelli2022-09-051-0/+3
* SERVER-69399 Wait for primary after replica set restart in disable_resumable_...Allison Easton2022-09-051-0/+3
* SERVER-69391 Bump the _shardsvrCreateGlobalIndex jstests to FCV 6.2Josef Ahmad2022-09-052-2/+2
* Import wiredtiger: fc5838e9095b279533f151b03dc31ff2f3756b00 from branch mongo...Luke Chen2022-09-047-133/+166
* Import wiredtiger: c004346e10b186c1ecea4a1ee3186619666c9c17 from branch mongo...Luke Chen2022-09-0416-226/+245
* SERVER-69401 Prohibit writing change collection own "create" oplog entry to i...Rishab Joshi2022-09-042-1/+12
* SERVER-67060 fix build metrics lint mistake.Daniel Moody2022-09-031-2/+2
* SERVER-69417 update fcv tag for timeseries_internal_bucket_geo_within.jsMaddie Zechar2022-09-031-1/+1
* SERVER-67060 add build metrics evergreen tasks and cedar reportingDaniel Moody2022-09-038-4/+511
* SERVER-69258 Avoid allocating stack object in ColumnScanStage::checkFilter()Justin Seyster2022-09-021-4/+4
* SERVER-69278 Use member variable to fix coverity warning object being used af...galon12022-09-021-1/+1
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-02177-639/+301
* SERVER-64750 Implement a quick-find shortcut to skip running isSelf when we h...Vesselina Ratcheva2022-09-027-25/+291
* SERVER-69414 Fixed global user write block state data raceAlexander Neben2022-09-022-7/+7
* SERVER-69410 Fixed initalization race condition for command hooksAlexander Neben2022-09-021-2/+2
* SERVER-69281 Minimum ninja versionAlexander Neben2022-09-023-2/+4
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-0227-176/+617
* SERVER-69199 Access entry by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-021-1/+1
* SERVER-69182 Access nss by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-021-1/+1
* SERVER-68340 Update SetClusterParameterCoordinator to be tenant-awareGabriel Marks2022-09-026-6/+143
* SERVER-68343 Handle tenantId in GetClusterParameterInvocation & ClusterServer...Gabriel Marks2022-09-023-14/+24
* SERVER-69157 fix modernize-avoid-bind warningJuan Gu2022-09-022-2/+5
* SERVER-68335 Port match_with_exists.js and match_with_in.js to Golden Testing...Matt Boros2022-09-024-0/+517
* SERVER-67612 Add scaffolding for mocking remote command runnerGeorge Wangensteen2022-09-028-191/+422
* SERVER-50005 Check for negative fd in traffic_reader_main.cppAlex Li2022-09-021-0/+5
* SERVER-69402 Update FCV version for ttl_index_options.jsBenety Goh2022-09-021-1/+1
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-0217-182/+171