summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60984 Report time in recipient critical section on serverStatus shardi...Jordi Serra Torrens2021-11-054-5/+39
* Import wiredtiger: 0dc9874b5d7ae1ba790b81b02660afe5e76f1a59 from branch mongo...Luke Chen2021-11-057-91/+101
* Import wiredtiger: 57cbf83a794976ed443d0f0a493147fe7d70800c from branch mongo...Luke Chen2021-11-056-75/+24
* Import wiredtiger: 5339c184e86d5bc64706b5d7c6fd60ccd5cf60e5 from branch mongo...Luke Chen2021-11-054-19/+27
* Import wiredtiger: 65c277f3b719a440f51fb63315d9737344f894d3 from branch mongo...Luke Chen2021-11-052-2/+4
* Import wiredtiger: 0c45718087157679c2d1ce996d5c7cb66864235c from branch mongo...Luke Chen2021-11-055-42/+294
* Import wiredtiger: a1f0032234a091f87f8d35f8f9d477d1250e359d from branch mongo...Luke Chen2021-11-052-1/+2
* Import wiredtiger: 4fd26522f66d120d19b696657932db8071f78d23 from branch mongo...Luke Chen2021-11-0514-260/+259
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-054-284/+286
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-053-34/+39
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-054-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-11-053-24/+0
* SERVER-60969 Race in tenant migration state machineA. Jesse Jiryu Davis2021-11-052-3/+90
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-0417-373/+35
* SERVER-61198 Log unified statistics for logical and file copy based initial syncMoustafa Maher Khalil2021-11-045-35/+138
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-042-36/+26
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-044-2/+14
* 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-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-045-4/+128
* 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-046-97/+151
* SERVER-58429 Minor cleanup around PlanExecutorSBEIrina Yatsenko2021-11-042-15/+14
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-0410-31/+54
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Benety Goh2021-11-041-0/+6
* 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-036-5/+68
* 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-036-3/+10101
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of WT_CONNECTION::...Benety Goh2021-11-031-1/+9
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-0322-653/+504
* SERVER-61177 lockInfo supports dumping storage engine stateBenety Goh2021-11-031-4/+5
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-0336-862/+1433
* 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-60501 Add $locf accumulatorTed Tuckman2021-11-034-0/+157
* 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