summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69215 Improve AccumulatorTopBottomN() constructorIvan Fefer2022-09-081-5/+5
* SERVER-69284 Remove FifoTicketHolder and StochasticTicketHolderHaley Connelly2022-09-0811-589/+3
* SERVER-68528 Explain shared_mutex in SchedulingTicketHolderJordi Olivares Provencio2022-09-081-0/+12
* SERVER-56946 Use timeseries::getMaxSpanSecondsFromGranularity instead of hard...Ivan Fefer2022-09-081-1/+2
* SERVER-68878 Move verifySlowQueryLog back to query_engine_stats.jsIvan Fefer2022-09-083-15/+11
* Import wiredtiger: 2a3bf2949e4e75dab96fc0e8fb1c1fd67eb243c3 from branch mongo...Will Korteland2022-09-083-182/+4
* Import wiredtiger: 672be218bfa99c082c1bcd62f53bf1ad2211239e from branch mongo...Will Korteland2022-09-082-3/+6
* Import wiredtiger: 30c7dcaef3d9593e1985eed2132c39d0d4f1b66a from branch mongo...Will Korteland2022-09-082-3/+1
* Import wiredtiger: 987bc122e766ff2147e512b05e42a8434ccf1924 from branch mongo...Will Korteland2022-09-082-7/+21
* Import wiredtiger: 8be0aa4ba3878c34dbcd956e12ecc44cba094f30 from branch mongo...Will Korteland2022-09-082-1/+9
* Import wiredtiger: fe32af9801bbfe192afeca271072250f35af6160 from branch mongo...Will Korteland2022-09-089-76/+190
* Import wiredtiger: c4fa0f7511202f4b9908e0b70a444197dddd07c2 from branch mongo...Will Korteland2022-09-083-4/+182
* Import wiredtiger: 2537dbfc7938d44113f355000c677bc8badb2969 from branch mongo...Will Korteland2022-09-0821-166/+180
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-0811-129/+158
* SERVER-69406 Place an InterruptibleLockGuard in the find cmd path because it ...Dianna Hohensee2022-09-072-0/+26
* SERVER-69054 Parameterize set_read_preference_secondary.js read preferenceVesselina Ratcheva2022-09-073-5/+19
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-074-0/+61
* SERVER-67129 only added evergreen testsAlexander Neben2022-09-072-1/+217
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-0716-125/+243
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-078-182/+109
* SERVER-69494 Fix chunk resizing upon downgrade between 6.x versionsPierlauro Sciarelli2022-09-072-14/+19
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-079-63/+291
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-075-8/+22
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-077-16/+211
* SERVER-69211 Fixed unneeded copyWarren James2022-09-071-1/+1
* SERVER-68837: removed the double hashing in AbslHashValue for TenantIdAdityavardhan Agrawal2022-09-073-10/+26
* SERVER-69397 Dump recursiveCount and unlockPending from locksJordi Olivares Provencio2022-09-071-1/+6
* SERVER-68898 Fix use-after-move in UnionNode constructorAnton Korshunov2022-09-073-2/+39
* SERVER-69220 refineCollectionShardKey permits toggling current shard key fiel...Enrico Golfieri2022-09-072-1/+80
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-0726-614/+175
* SERVER-69240 Add new aggregation to the CatalogClient to fetch the global ind...Allison Easton2022-09-077-42/+351
* SERVER-68240 Fix iterator race condition in WaitForMajorityServiceBlake Oler2022-09-071-3/+8
* SERVER-69168 Clean up time series test tagging and suite exclusionsDan Larkin-York2022-09-07111-247/+357
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-0718-63/+66
* SERVER-68348 Asynchronously register tasks on the range deleter service on st...Pierlauro Sciarelli2022-09-073-9/+142
* SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because t...Ivan Fefer2022-09-0751-530/+190
* SERVER-58843 Remove references to deprecated commands from JS testsEnrico Golfieri2022-09-076-52/+0
* SERVER-66055 Document how multiversion testing worksMikhail Shchatko2022-09-072-0/+220
* SERVER-69409 Removed extra randomnessAlexander Neben2022-09-062-4/+3
* SERVER-69291 Use traverseF() for the $in operator with regexes in "sbe_stage_...Drew Paroski2022-09-062-160/+105
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-0614-98/+97
* SERVER-67853 fix type bracketing for null in GTE and LTE ABT translationMilitsa Sotirova2022-09-062-5/+12
* SERVER-69006 Remove FLE2 suites out of hedged reads passthroughMark Benvenuto2022-09-061-2/+0
* SERVER-69183 Avoid creating unnecessary vectors in feature_compatibility_vers...Vesselina Ratcheva2022-09-061-3/+3
* SERVER-69203 Prevent extra tags copies in deserializeWriteConcernWVesselina Ratcheva2022-09-061-1/+1
* SERVER-69478 avoid copying completed transaction ops in commitUnpreparedTrans...Benety Goh2022-09-061-1/+1
* SERVER-68866 drop_connections_replset needs to wait for configs to propagate.Matthew Russotto2022-09-061-0/+3
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-0620-101/+363
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Kaloian Manassiev2022-09-062-79/+59
* SERVER-69205 Access elem by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1