summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61238 Deduplicate CheckTenantMigrationDBHash hook logsMikhail Shchatko2021-11-081-5/+7
* SERVER-60655 Upload npm debug logs for fuzzer taskstrahman13182021-11-082-1/+37
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-085-49/+165
* SERVER-61206 Persist migration decision before waiting for releaseRecientCrit...Jordi Serra Torrens2021-11-083-60/+63
* SERVER-61186 Remove ReshardingTest#isMixedVersionCluster() method.Max Hirschhorn2021-11-084-16/+11
* SERVER-61275 Destruct the size storer after the session cache has shutdownGregory Wlodarek2021-11-081-3/+10
* SERVER-61268 Fixing the release of a recoverable critical sectionSergi Mateo Bellido2021-11-081-0/+6
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-0830-109/+637
* Import wiredtiger: 548b4903720a0a8fc0fcc2328dc6e1c1b3fa5dd0 from branch mongo...Luke Chen2021-11-085-3/+75
* Import wiredtiger: 729765c279dbe5c00939ee1e741e6af91b2615f5 from branch mongo...Luke Chen2021-11-087-21/+138
* Import wiredtiger: 58546f3e4809aaf88e6a55fdbf8e10551245f265 from branch mongo...Luke Chen2021-11-083-35/+30
* Import wiredtiger: 2d685945fee4792c94c7b855cc449fc2656eda0d from branch mongo...Luke Chen2021-11-082-4/+12
* Import wiredtiger: 26b2d44ab4d7c3f1547e6ddfe063b723b84bcb5c from branch mongo...Luke Chen2021-11-082-12/+24
* SERVER-54360 fix windows compileBenety Goh2021-11-061-2/+2
* SERVER-61174 scatterGatherVersionedTargetByRoutingTable handles TenantMigrati...Sophia Tan2021-11-053-3/+144
* SERVER-32739: Allow limit in $filter expressionMaddie Zechar2021-11-056-207/+513
* Revert "SERVER-60969 Race in tenant migration state machine"A. Jesse Jiryu Davis2021-11-052-90/+3
* SERVER-61291 Fix forward compatibility with checkout_idl_files_from_past_rele...Moustafa Maher Khalil2021-11-051-1/+18
* SERVER-60129 Create a replication passthrough suite for clustered collectionsLouis Williams2021-11-057-21/+131
* SERVER-61273 enable sharding/load_balancer_support testsGeorge Wangensteen2021-11-051-0/+1
* SERVER-61104 Robustify find_and_modify_invalid_query_params.js.Rishab Joshi2021-11-051-2/+6
* SERVER-58757 Create partial index for config.transactions on parentLsidCheahuychou Mao2021-11-059-23/+291
* SERVER-60678: Add peeking to SessionASIOTyler Seip2021-11-054-7/+186
* 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