summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58480 Add the necessary parameters to the ContinuousTenantMigration ho...r5.1.0-alphaJason Zhang2021-07-235-47/+34
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-2317-138/+63
* SERVER-58749 Drop database coordinator must acquire collection distributed lockPierlauro Sciarelli2021-07-232-6/+14
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-236-37/+163
* SERVER-58720 DropDatabaseCoordinator must not re-execute destructive logic af...Simon Graetzer2021-07-231-20/+37
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-2311-12/+159
* SERVER-58792 Disable the UUID-based logic that handles config.cache.chunks.* ...Sergi Mateo Bellido2021-07-2310-188/+13
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing oper...Sergi Mateo Bellido2021-07-231-0/+1
* SERVER-55858 Enforce transition to requires-fcv after feature flag is changed...Mikhail Shchatko2021-07-235-0/+180
* Import wiredtiger: 7aeeeefcdec0b65a486130acb3a9984c7f7c054d from branch mongo...Luke Chen2021-07-236-8/+11
* Import wiredtiger: 90bf3e24c58a7e4d66b482a4032c32bc6d2157e9 from branch mongo...Luke Chen2021-07-232-15/+106
* SERVER-58660 removed bitstream builderlukebhan2021-07-234-361/+0
* SERVER-58515 fix TODO commentBenety Goh2021-07-221-1/+1
* SERVER-57794: Simple8b RLEJackson Xie2021-07-223-72/+499
* SERVER-50937 Wrap operations in resharding coordinator that contact remote no...Randolph Tan2021-07-229-126/+220
* SERVER-58744 applyOps on capped collections can violate the multi-timestamp c...Gregory Wlodarek2021-07-222-9/+46
* SERVER-58698 [Linux Repeated Execution build] disable concurrency_replication...Benety Goh2021-07-221-1/+2
* SERVER-58768 clean up geo_s2sparse.js to use different collection name for ea...Benety Goh2021-07-221-10/+21
* SERVER-57807 Track filenames returned by $backupCursor, inCarolyn Duan2021-07-223-1/+19
* SERVER-58295 disabled more failing tests due to FCV changeVishnu Kaushik2021-07-223-1/+3
* SERVER-58285 Disallow MONGO_VERSION=0.0.0Ryan Egesdahl2021-07-221-2/+3
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-228-5/+218
* SERVER-58722 clean up wildcard_index_multikey.js to use different collection ...Benety Goh2021-07-221-5/+14
* SERVER-56845 do reconfig with retries in jstests/sharding/implicit_default_wr...Moustafa Maher2021-07-221-2/+2
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-226-38/+208
* SERVER-53437 Fix formatting error in default write concern section in replica...ali-mir2021-07-221-1/+1
* SERVER-49770 SERVER-49773 Explicitly delete copy and move assignment operator...Henrik Edin2021-07-221-2/+11
* SERVER-58172 run multiversion tests on master with 5.0 and disable incompatib...Robert Guo2021-07-2247-195/+188
* SERVER-58613 Add list-tags subcommand to resmokeMikhail Shchatko2021-07-224-1/+347
* SERVER-32536 Enable collation test for sharded $lookupAlya Berciu2021-07-221-20/+19
* SERVER-58750 Add TODOs for SERVER-58750Pierlauro Sciarelli2021-07-222-0/+2
* SERVER-58664 Simplify and comment autoSplitVectorPierlauro Sciarelli2021-07-221-149/+170
* SERVER-58242 Increase the batch size for '_xferMods'Allison Easton2021-07-223-12/+161
* Import wiredtiger: c1fe0e7177b55ac4f4fc8185de66db53b6082449 from branch mongo...Alison Felizzi2021-07-223-14/+73
* Import wiredtiger: bb0ba80f60c45a10ff5bdb587efde5a602db99af from branch mongo...Alison Felizzi2021-07-222-2/+1
* Import wiredtiger: 29a290bfb376d6a7d3da02d12b7b6236c028db07 from branch mongo...Alison Felizzi2021-07-222-8/+33
* Import wiredtiger: eefa8c5a41640a1becb9dbd6cdac17fa61928253 from branch mongo...Alison Felizzi2021-07-223-2/+10
* SERVER-55966 Handle exceptions thrown from `AsyncTry::until`Amirsaman Memaripour2021-07-222-2/+45
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-2238-1668/+40
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-217-8/+633
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-218-70/+336
* SERVER-58707 Move bench_test*.js tests out of parallel test jobMohammad Dashti2021-07-211-0/+8
* SERVER-58585 uninitialized scalar variablesergey.galtsev2021-07-211-1/+1
* SERVER-58295 disable the aggregation_multiversion_fuzzer suite, and disable m...Vishnu Kaushik2021-07-2112-10/+32
* SERVER-58511 Create feature flag for change stream oplog rewritesDrew Paroski2021-07-219-15/+29
* SERVER-53437 Architecture Guide updates for Change the Default Write Concern ...ali-mir2021-07-211-0/+78
* SERVER-58020 add protection from same buildsig and different hash cache raceDaniel Moody2021-07-212-25/+34
* SERVER-58626 Mark capped_max1 as tenant_migration_incompatible.Matthew Russotto2021-07-211-0/+3
* SERVER-58702 Remove outdated comment from ReshardingDataReplication.Max Hirschhorn2021-07-212-9/+7
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-217-14/+353