summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Import wiredtiger: bba610ce5d597ee4f67a67569c283dc035020d05 from branch mongo...Chenhao Qu2022-11-022-19/+149
| * Import wiredtiger: 4754eda597d63203388a316c7510b44c00ab2b21 from branch mongo...Chenhao Qu2022-11-023-4/+4
| * Import wiredtiger: f78c826b67e6f4ea78a4c90aaff4c799979ce29f from branch mongo...Chenhao Qu2022-11-0213-103/+86
| * Import wiredtiger: 6215c6d6281a0811ecd1ddf56ecc05fe232265f9 from branch mongo...Chenhao Qu2022-11-022-2/+2
| * Import wiredtiger: 411731ff508a7a54af080c850604bcecf0198e6c from branch mongo...Chenhao Qu2022-11-029-30/+45
| * SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-0210-13/+714
| * SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-026-11/+655
| * SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-0117-5/+473
| * SERVER-70544 Only group oplog entries if more than one delete in batchShin Yee Tan2022-11-013-13/+74
| * SERVER-70306 support aggregate comparison operators in server-side encrypted ...Davis Haupt2022-11-016-107/+469
| * SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-0113-0/+1387
| * SERVER-69551 Shard Merge recipient should retry opening the backup cursor if ...mathisbessamdb2022-11-014-43/+685
| * SERVER-70824 All serverless allowed commands should be allowed with security ...Sophia Tan2022-11-019-3/+118
| * Revert "SERVER-68268 Add function to insert known catalogId mapping after dur...Henrik Edin2022-11-013-276/+6
| * SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-0115-41/+157
| * SERVER-70589: Coverity analysis defect 133990: Dereference null return valueWill Buerger2022-11-011-0/+1
| * SERVER-70353 Support internalQueryDisableExclusionProjectionFastPath in Mongo...Ivan Fefer2022-11-011-0/+2
| * SERVER-70353 Add internalQueryDisableExclusionProjectionFastPath to support j...Ivan Fefer2022-11-011-0/+10
| * SERVER-70853 Time series namespace string should have tenant information in m...Sophia Tan2022-11-015-10/+12
| * SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-016-33/+40
| * SERVER-60553 Temporarily suppress mirroring errors on recovering secondariesAmirsaman Memaripour2022-10-311-4/+20
| * SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2022-10-319-180/+472
| * SERVER-70696 Determine presence of left and right intervals as a logical prop...Matt Boros2022-10-3113-84/+95
| * SERVER-70187 Suppress TLS handshake log line when --quiet enabledJason Chan2022-10-313-13/+18
| * SERVER-70976 assign unique collection names to each test case in arrayfind8.jsBenety Goh2022-10-311-3/+7
| * SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-314-10/+25
| * SERVER-65964 Add documentation on burn_in_tags and burn_in_testsZituo Jin2022-10-313-0/+42
| * SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-3110-6/+100
| * SERVER-70829 Refactor Bonsai tests to use a factory function to create OptPha...Alexander Ignatyev2022-10-3117-798/+272
| * SERVER-67517 [CQF] Support field path references with dots, dollars, and emptyNicholas Zolnierz2022-10-3113-76/+324
| * SERVER-70103 Add mirroredReads succeeded and processed server status metricsAlex Li2022-10-314-89/+191
| * SERVER-68268 Add function to insert known catalogId mapping after durable cat...Henrik Edin2022-10-313-6/+276
| * SERVER-36785 ASSERT pretty-print tuplelike types (and therefore maps)Billy Donahue2022-10-312-1/+51
| * SERVER-70941 system TickSource via std::chrono::steady_clockBilly Donahue2022-10-3110-182/+76
| * SERVER-70843 fix scons metrics reporting when scons cache is not in use.Daniel Moody2022-10-312-16/+2
| * SERVER-66014 add missing unittests runs for certain platformsDaniel Moody2022-10-313-3/+27
| * SERVER-69978 Refactor TenantMigrationDonorService::Instance to use async RPC APIGeorge Wangensteen2022-10-318-97/+183
| * SERVER-70302 Properly serialize stub range placeholdersDavis Haupt2022-10-313-8/+27
| * SERVER-70935 avoid data race in IndexCatalogEntry during SBE plan cache key c...David Storch2022-10-311-1/+1
| * SERVER-70705 fix argv0 for DEATH_TEST exec callBilly Donahue2022-10-311-0/+48
| * SERVER-68128 Avoid closing connections when generating command response throw...Jason Chan2022-10-311-1/+14
| * SERVER-69160: Await replication in shards in shardingTest for FCV initializationVarun Ravichandran2022-10-312-0/+10
| * SERVER-70332 SERVER-70333 Reduced load on our patch buildsAlexander Neben2022-10-318-65/+63
| * SERVER-70129 std::random_device should be created per thread in the balancerEnrico Golfieri2022-10-313-9/+6
| * Revert "SERVER-70830 Unit test `WiredTigerOperationStats`"Gregory Noma2022-10-319-474/+180
| * SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-318-40/+47
| * SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-3118-65/+56
| * SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-3118-1032/+1445
| * Import wiredtiger: e032d616373ab6214d22d4c2fb99f7ba70f60067 from branch mongo...Will Korteland2022-10-318-78/+214
| * Import wiredtiger: 06a93dcd3f71ff953a0e82d06c4217b3c61fdb79 from branch mongo...Will Korteland2022-10-3113-86/+103