summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-036-18/+25
* SERVER-61842 Mixed mode writes to `config.system.preimages`Denis Grebennicov2021-12-032-17/+2
* SERVER-61214 Ensure having the latest known entry of the catalog cache when c...Pierlauro Sciarelli2021-12-031-3/+14
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-039-66/+738
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2021-12-031-9/+16
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-031-11/+25
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-036-30/+103
* SERVER-61871 use tassert for state machine programmer errorsLaMont Nelson2021-12-032-11/+25
* Revert "SERVER-60533 Ensure db exists in distinct command"Alya Berciu2021-12-031-4/+0
* SERVER-61872 Fixed thread pool starvation in FaultManagerAndrew Shuvalov2021-12-031-3/+9
* SERVER-61759 Make MoveTimingHelper a member of MigrationSourceManagerKaloian Manassiev2021-12-033-127/+80
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-021-59/+143
* SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang2021-12-026-38/+7
* SERVER-60514 Remove outdated metric record.moves from serverStatusShin Yee Tan2021-12-021-3/+0
* SERVER-59786: Prevent concurrent mergesChristopher Caplinger2021-12-024-30/+61
* SERVER-59909 make ShardingTest and ReplSetTest option objects immutableDavis Haupt2021-12-022-2/+7
* SERVER-61156 ObjectId and Datetime is encoded as delta-of-delta in BSONColumnHenrik Edin2021-12-025-958/+691
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-027-18/+16
* SERVER-48670 Architecture Guide updates for Faster Initial Sync MethodMatthew Russotto2021-12-021-21/+251
* SERVER-61047 Add test-only server parameter to validate BSONColumn in the val...Henrik Edin2021-12-023-0/+88
* SERVER-61140 Advance stable timestamp to startApplyingDonorOpTime during reci...jannaerin2021-12-022-0/+78
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-023-21/+25
* SERVER-60031 Declare RadixStore iterators [in]equality operators constYuhong Zhang2021-12-021-14/+14
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2021-12-021-1/+1
* SERVER-61555 Link the defragmentation policy to ConfigureCollectionAutoSplitAllison Easton2021-12-029-148/+337
* SERVER-61337 ConvertToCapped should check versioningAllison Easton2021-12-021-0/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-0293-486/+446
* SERVER-61713 Accept a list of tenant ids in commitShardSplit and fix test fa...Didier Nadeau2021-12-026-7/+67
* SERVER-61800 move owned BSONObj for parsed collMod structs from CollModReques...Benety Goh2021-12-012-7/+7
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-0129-834/+203
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-0111-338/+92
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-0110-66/+230
* SERVER-61784 Convert connectionStatus to TypedCommandSara Golemon2021-12-013-76/+137
* SERVER-61759 Cleanup and add comments to MigrationSourceManagerKaloian Manassiev2021-12-018-93/+70
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-014-36/+12
* SERVER-61310 Remove missing _id idx warning on clustered collsDaniel Gómez Ferro2021-12-013-0/+18
* SERVER-61792 Extending lock in batcher hurts performanceMatthew Russotto2021-12-011-0/+4
* SERVER-60621 Avoid global lock upgrade in some C++ testsDan Larkin-York2021-12-014-7/+8
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-0111-76/+93
* SERVER-61195 Scale BucketCatalog memory limit based on system memory sizeDan Larkin-York2021-12-015-8/+84
* SERVER-52337 Enable feature flag for file copy based initial syncali-mir2021-12-011-1/+2
* Revert "SERVER-61713 Implement donortStartSplit and add support for multiple ...Uladzimir Makouski2021-12-017-68/+8
* SERVER-61800 remove ParsedCollModRequest::clusteredIndexExpireAfterSeconds in...Benety Goh2021-12-011-38/+37
* Revert "SERVER-58533 Log FCV at initialization and on log rotation"auto-revert-processor2021-12-016-27/+18
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-0119-24/+210
* SERVER-61742 Manually bump opTime on every moveChunk issued on mongosPaolo Polato2021-12-012-19/+18
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...Dianna Hohensee2021-12-011-0/+8
* SERVER-61494 Fix "mongod --shutdown" to check size of "mongod.lock" instead o...Tianon Gravi2021-11-301-1/+11
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-306-18/+27
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-3010-112/+123