summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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-253-8/+61
* 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-54513 Add kAwaitingFetchTimestamp to resharding recipient states.Max Hirschhorn2021-02-249-70/+133
* 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-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-248-31/+511
* 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-2435-300/+630
* 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-53941 Have resharding oplog applier resume from its progress documentYuhong Zhang2021-02-233-29/+117
* 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-231-0/+1
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-2210-88/+237
* 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-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
* SERVER-54611 Allow $_internalUnpackBucket to invoked for external client in A...Rishab Joshi2021-02-221-1/+1
* SERVER-52061 Create feature flag for Create checks for API versioning breakag...Mark Benvenuto2021-02-222-0/+38
* SERVER-54345 Remove shard collection leftover dataMarcos José Grillo Ramirez2021-02-222-14/+40
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-2213-35/+169
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-225-68/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-2247-159/+170
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-2215-68/+427
* SERVER-53398 Add removable window function executorTed Tuckman2021-02-228-0/+477
* SERVER-54492 Support BSONType::Code in SBENikita Lapkov2021-02-226-58/+197