summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61255 DummyReplicator should replicate index version as specifiedr5.0.0-rc3Jason Chan2021-11-051-1/+0
* SERVER-61175 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-11-056-36/+104
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-0512-19/+420
* SERVER-61266 Temporarily disable query_hash_stability.js testAlexander Ignatyev2021-11-051-0/+1
* SERVER-60805 Rename the ShardId field on the recipient docSergi Mateo Bellido2021-11-052-3/+5
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-052-12/+30
* SERVER-53504 removing TODO commentSergi Mateo Bellido2021-11-051-2/+0
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-052-17/+22
* SERVER-59871 startup_recovery_for_restore_restarts.js needs to make sure a ch...Matthew Russotto2021-11-051-7/+6
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-058-42/+14
* SERVER-60236 Ensure pre-/post-images are not retained for documents belonging...Rishab Joshi2021-11-052-4/+233
* SERVER-58736 Add BatchedCollectionCatalogWriter classHenrik Edin2021-11-055-0/+206
* SERVER-61183 improve logging in migration source clonerPaolo Polato2021-11-051-19/+21
* SERVER-60984 Report time in recipient critical section on serverStatus shardi...Jordi Serra Torrens2021-11-054-5/+39
* SERVER-61238 Don't overwrite hook logger in TenantMigrationThreadMikhail Shchatko2021-11-051-4/+3
* 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-057-72/+76
* 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-0422-481/+65
* 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-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