summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-021-1/+1
* 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
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-0224-169/+473
* 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-021-1/+4
* 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-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-0213-178/+167
* SERVER-68895 Load static version of ABT gdb printers if dynamic is not availableNicholas Zolnierz2022-09-021-0/+8
* SERVER-67559 Implement global index cloner primary only serviceRandolph Tan2022-09-0219-15/+1594
* SERVER-68445 Integrate histogram bucket interpolationAlya Berciu2022-09-029-70/+686
* SERVER-5972 Allow `system.js` to be droppedGregory Noma2022-09-022-1/+5
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-026-43/+65
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-015-23/+28
* SERVER-69233 Replace transaction top level tenantId with operation doc tenantIdHugh Tong2022-09-012-11/+43
* SERVER-68998 Fix coverity warning using a moved objectgalon12022-09-011-2/+2
* SERVER-69156 fix misc-uniqueptr-reset-release warningJuan Gu2022-09-012-2/+2
* SERVER-67879 Check encrypted BSON value's structural consistencyYuhong Zhang2022-09-014-0/+129
* SERVER-69361 [CQF] Extend path fusion to better handle field dependenciesSvilen Mihaylov2022-09-013-16/+133
* SERVER-62492 $geoWithin shouldn't accept multiple shapesMaddie Zechar2022-09-011-0/+6
* SERVER-69285 Add useful description for ecocDocument struct in src/mongo/cryp...Warren James2022-09-011-1/+1
* SERVER-68783 Disambiguate 0 time estimate from no estimate in reshardingBrett Nawrocki2022-09-0118-115/+328
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-012-6/+6
* Import wiredtiger: bb64c7cdcac3638b66ecea5c240df1448d409ab8 from branch mongo...Etienne Petrel2022-09-015-79/+251
* Import wiredtiger: cfb48c05ebcc12aa122d245430dbda07c5f0513a from branch mongo...Etienne Petrel2022-09-014-4/+206
* Import wiredtiger: e217c5727a0922118d3d294729864605c2e8bacc from branch mongo...Etienne Petrel2022-09-0110-17/+49
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-0124-473/+169
* SERVER-69287 [CQF] Support $expr in findSvilen Mihaylov2022-09-011-2/+4
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-0112-52/+273
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-0147-397/+644
* SERVER-68745 Implement histogram parsing from BSONMisha Tyulenev2022-09-017-3/+421
* SERVER-69296 Use traverseF() for $anyElementTrue in "sbe_stage_builder_expres...Drew Paroski2022-09-012-32/+19
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-3114-36/+879
* SERVER-63339 Enable hash checks for capped collectionsGregory Noma2022-08-311-36/+18
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-313-6/+4
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, TenantMigratio...Adityavardhan Agrawal2022-08-314-1/+47
* SERVER-68401 Log latency of requests to OCSP responder for client-side verifi...Jason Chan2022-08-311-2/+20
* SERVER-69155 fix clang_tidy bugprone-suspicious-string-compare errorsJuan Gu2022-08-311-1/+1
* SERVER-68997 Constructor parameter name refactorMilitsa Sotirova2022-08-311-2/+2
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-3114-250/+645
* SERVER-69289 Add 6.2 to releases.ymlJason Chan2022-08-311-0/+1
* Import wiredtiger: 0ac82ac3fb889ed948dcb23ef77b3cd82d6de935 from branch mongo...Etienne Petrel2022-08-312-16/+28