summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-2564-253/+389
* SERVER-54456 Fix resharding class mutex handling at time of PrimaryOnlyServic...Blake Oler2021-02-253-19/+36
* SERVER-53908 Aggregate the donor approxBytesToCopy and approxDocumentsToCopy ...Amirsaman Memaripour2021-02-254-8/+71
* SERVER-53685 Need to handle case of indexes being created on an empty collect...Matthew Russotto2021-02-244-5/+102
* SERVER-54635 Add distlocks to resharding commandMarcos José Grillo Ramirez2021-02-241-0/+8
* SERVER-53505: make the tenant migration access blocker use in InvokeCommand m...Andrew Shuvalov2021-02-244-28/+43
* SERVER-54494 [SBE] Fix matching behavior against NaN valuesMihai Andrei2021-02-241-5/+29
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-2419-36/+490
* SERVER-54727 fix macOS compileGregory Wlodarek2021-02-241-1/+1
* SERVER-54637 support creating a simple metadata index on a time-series collec...Benety Goh2021-02-241-2/+108
* SERVER-52719 Restart TenantMigrationRecipientService future chain on donor fa...r4.9.0-alpha5Jason Chan2021-02-244-185/+573
* SERVER-54737 disable TSAN race detection in setSignalOnCountSergey Galtsev2021-02-241-1/+8
* SERVER-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-2410-70/+134
* 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-243-9/+22
* 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-54236 Implement $count accumulatorHartek Sabharwal2021-02-242-0/+15
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-243-82/+193
* 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-249-39/+521
* SERVER-54721 WorkingSetMember to support serializing and de-serializing Objec...Gregory Wlodarek2021-02-242-5/+53
* SERVER-54421 [SBE] Fix tests failing to match a document using {x: null}Martin Neupauer2021-02-241-17/+23
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-2436-300/+991
* 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-2313-196/+477
* 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-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-238-307/+368
* SERVER-54491 Make PlanExecutorSBE::isEOF consistent with PlanExecutorImpl::isEOFNikita Lapkov2021-02-231-1/+1
* 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
* SERVER-53953 Use safe reconfigs for setFCV commandSamy Lanka2021-02-231-26/+26
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-2316-185/+94
* SERVER-54706 Fix listIndexes with string-valued weightA. Jesse Jiryu Davis2021-02-232-2/+4
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-2310-177/+678
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-2210-88/+237
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-223-264/+269
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-224-4/+92
* SERVER-54652 Create oplog buffer outside of TenantMigrationRecipientService m...Jason Chan2021-02-221-3/+5
* SERVER-54290 Add ability to mock Streamable RSM topology description stateRandolph Tan2021-02-2212-30/+344
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-2216-94/+185
* SERVER-54499 Encode action type information into IDLMark Benvenuto2021-02-224-186/+186