summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61307 Add context to 'partitionBy' optimization errorsserver-61307-partitionBy-optimizeNicholas Zolnierz2021-11-081-1/+9
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-045-2/+49
* SERVER-61227 add whitespace when appending resmoke args in task generationJason Chan2021-11-041-1/+1
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-047-2/+62
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect retrya...Jason Chan2021-11-042-3/+33
* SERVER-58343 Add 'requires_persistence' tagLuis Osta2021-11-041-1/+2
* SERVER-61167 Update Xcode current builders to 13 and enable C++20Andrew Morrow2021-11-042-2/+30
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-045-4/+128
* SERVER-61225 fix feature flag definition for standalone fixturesRobert Guo2021-11-045-13/+18
* SERVER-60458 Add a resmoke run flag to limit number of tests being runMikhail Shchatko2021-11-047-76/+127
* Import wiredtiger: 4a4a0259eca4e9b7cdebc4512145b7ca17c2e742 from branch mongo...Alison Felizzi2021-11-046-40/+21
* Import wiredtiger: d6bd5d1ffd1f9fa4cb3be94f0d29d18544a07827 from branch mongo...Alison Felizzi2021-11-042-70/+44
* Import wiredtiger: 26d235f373b7a5fafdd46aa187fc223f463a1e12 from branch mongo...Alison Felizzi2021-11-042-11/+65
* Import wiredtiger: a3fcb8e8c4c0a1f26d810ef714b3ddf14b035eb9 from branch mongo...Alison Felizzi2021-11-042-4/+4
* Import wiredtiger: 622ec1dfde9f5bdc6bd5bb6865d6c64051cfb878 from branch mongo...Alison Felizzi2021-11-046-13/+34
* Import wiredtiger: 374c2c9308e5683e8794bde0cbbf33f717898551 from branch mongo...Alison Felizzi2021-11-042-5/+8
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-047-97/+277
* SERVER-58429 Minor cleanup around PlanExecutorSBEIrina Yatsenko2021-11-042-15/+14
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-0411-31/+110
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Benety Goh2021-11-042-2/+12
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-046-0/+30
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-042-2/+45
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-045-1/+38
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-047-9/+15
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-037-5/+147
* SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSergey Galtsev2021-11-031-9/+9
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-0316-74/+466
* SERVER-61114 Refactor getCanReadFuture for easier to understandSophia Tan2021-11-031-27/+28
* SERVER-60674 Add google benchmark for BSONColumnHenrik Edin2021-11-039-3/+10129
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of WT_CONNECTION::...Benety Goh2021-11-031-1/+9
* SERVER-61177 Create GDB command to dump storage engine infoBenety Goh2021-11-032-0/+37
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-0322-653/+504
* SERVER-61044 Change ticket number for timeseries granularity update TODORui Liu2021-11-033-3/+3
* SERVER-61177 lockInfo supports dumping storage engine stateBenety Goh2021-11-031-4/+5
* SERVER-61080 Avoid failing replicator tasks for test failures unrelated to th...Vishnu Kaushik2021-11-035-44/+107
* SERVER-61209 Add 'pr' to debug-file-resolver choices listJasur Nurboyev2021-11-031-2/+4
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
* SERVER-57686 Create concurrency test for inserts during reshardCollectionLuis Osta2021-11-0310-5/+122
* SERVER-58343 Re-enable 'reshard_collection_failover_shutdown_basic.js' testLuis Osta2021-11-031-3/+3
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-0336-862/+1433
* SERVER-61161 Prevent antithesis images from being overwritten when older task...Richard Samuels2021-11-032-11/+57
* SERVER-60102 Validate clustered collections must be dropped to downgrade to 5.0Josef Ahmad2021-11-031-44/+97
* Import wiredtiger: 000a87af63b38b740fd0edc135338edfe2480e64 from branch mongo...Chenhao Qu2021-11-032-1/+53
* Import wiredtiger: f60abf3e91ab7443a6cb53742f8fa6581352f3b7 from branch mongo...Chenhao Qu2021-11-032-2/+2
* Import wiredtiger: 798793ffa1a8fb9960edfc782ad4a54b529e311d from branch mongo...Chenhao Qu2021-11-036-78/+149
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-034-285/+276
* SERVER-60927 run non-fuzzer multiversion suites against last-lts and last-con...Robert Guo2021-11-0334-486/+623
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-035-0/+291
* Revert "SERVER-60503 refactor SSLThreadInfo for easier debugging"Sergey Galtsev2021-11-021-14/+15
* SERVER-61199 Update TODOs listed in SERVER-47229Amirsaman Memaripour2021-11-021-2/+2