summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52719 Restart TenantMigrationRecipientService future chain on donor fa...r4.9.0-alpha5Jason Chan2021-02-245-185/+700
* SERVER-54737 disable TSAN race detection in setSignalOnCountSergey Galtsev2021-02-241-1/+8
* SERVER-53530 added mac support for libdeps graph generationDaniel Moody2021-02-246-59/+94
* SERVER-53531 added evergreen task for libdeps graph generationDaniel Moody2021-02-243-35/+98
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-2411-70/+194
* SERVER-53830: fix flaky race in replica_set_monitor_integration_testAndrew Shuvalov2021-02-241-7/+10
* SERVER-54727 Make resumable index builds work on time-series collectionsGregory Wlodarek2021-02-245-18/+115
* SERVER-54753 Fix test tag in tags.js for ephemeralForTestGregory Wlodarek2021-02-242-3/+4
* SERVER-54616 Rewrite ReshardingTxnCloner::run() using AsyncTry.Max Hirschhorn2021-02-244-154/+196
* SERVER-54647 Utilize KeyString in BucketCatalog internal mapDan Larkin-York2021-02-242-17/+57
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-2415-65/+63
* SERVER-54556 Relax field order assertions in jstests/core/find_and_modify_ser...Nikita Lapkov2021-02-241-6/+5
* Import wiredtiger: d6ff49e9e06815963e9a198aa5fff7b83a2d2a1b from branch mongo...Chenhao Qu2021-02-242-3/+3
* Import wiredtiger: f338e3752c5bbdb605e27c524c64f0ea0aa98ee9 from branch mongo...Chenhao Qu2021-02-2411-43/+324
* Import wiredtiger: c4c305427234d6e6fa8222e19f6768b6984ad9c2 from branch mongo...Chenhao Qu2021-02-244-3/+3
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-243-0/+35
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-247-88/+233
* SERVER-54700 Allow customizing patch compile flags via parameterized buildsAndrew Morrow2021-02-243-3/+18
* SERVER-54685 Replace the ARM yield instruction with isbAndrew Morrow2021-02-241-1/+2
* SERVER-54709 Add flexible agg expression walkerJacob Evans2021-02-242-22/+191
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-2410-39/+543
* SERVER-54293 add instruction and example for resmoke help messageSiran Wang2021-02-242-14/+11
* SERVER-43892 ShardedClusterFixture always starts shards as replicasetsTommaso Tocci2021-02-2410-57/+23
* SERVER-54721 WorkingSetMember to support serializing and de-serializing Objec...Gregory Wlodarek2021-02-242-5/+53
* SERVER-53203 Type check parameters in IDL compatibility checker scriptAli Mir2021-02-2411-71/+764
* SERVER-52086 Add feature flag for Runtime Audit ConfigSara Golemon2021-02-241-0/+7
* SERVER-54421 [SBE] Fix tests failing to match a document using {x: null}Martin Neupauer2021-02-249-35/+23
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-2437-310/+1005
* SERVER-54717 Fix failing ephemeralForTest clustered index ValidateTestsLouis Williams2021-02-241-1/+17
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-2311-7/+44
* SERVER-54698 Retry UMC transaction on retryable op errorSara Golemon2021-02-231-4/+10
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-2318-321/+683
* SERVER-51878 Enable test that checks all API V1 commands have an associated I...Moustafa Maher2021-02-231-6/+35
* SERVER-53457: Stress test with multi-updates concurrently with tenant migrationsAndrew Shuvalov2021-02-231-0/+172
* SERVER-52349 Enable featureFlagUseSecondaryDelaySecs by default in 4.9Pavi Vetriselvan2021-02-231-1/+3
* SERVER-47936 Implement a new shell helper to copy file rangesGregory Wlodarek2021-02-231-0/+54
* SERVER-47936 Skip workloads that kill random cursors for the concurrency_repl...Gregory Wlodarek2021-02-231-0/+5
* SERVER-53941 Have resharding oplog applier resume from its progress documentYuhong Zhang2021-02-233-29/+117
* SERVER-54680 use mongo::quickExitWithoutLogging instead of std::quick_exitSergey Galtsev2021-02-231-2/+3
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-2310-307/+442
* SERVER-54633 Retry mongo client commands when starting mongod in powercycleMikhail Shchatko2021-02-231-2/+10
* SERVER-54491 Make PlanExecutorSBE::isEOF consistent with PlanExecutorImpl::isEOFNikita Lapkov2021-02-233-5/+3
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-2316-94/+187
* SERVER-53398 Remove extra std::move call in window function exec testTed Tuckman2021-02-231-3/+3
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-2322-40/+38
* Import wiredtiger: 42baa69fff2dd81e8d07ee80e0f80b6ac1484699 from branch mongo...Luke Chen2021-02-232-1/+16
* Import wiredtiger: ac48a5cfa32a9c8172fa87486d7521567ba4095d from branch mongo...Luke Chen2021-02-2317-61/+1528
* Import wiredtiger: 3f4d8ab73778407360edb6662dbe073897ebf5e1 from branch mongo...Luke Chen2021-02-2325-254/+83
* SERVER-53953 Use safe reconfigs for setFCV commandSamy Lanka2021-02-233-38/+86
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-2316-185/+94