summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70973 Balancer should stop iterating collections when there are no mor...Silvia Surroca2022-11-2512-108/+211
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-242-7/+9
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-11-2317-102/+410
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-215-0/+175
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol PiƱol Castuera2022-11-175-22/+52
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-163-5/+45
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-161-0/+1
* SERVER-70158 Specify argument evaluation order in generateTrigExpressionBinaryAdityavardhan Agrawal2022-11-161-11/+19
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-143-33/+88
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-11-092-5/+14
* SERVER-70793 Make database metadata refresh first check new metadata under th...Antonio Fuschetto2022-11-091-0/+21
* SERVER-67898 Add chunk size in bytes to BalancerCollectionStatusResponsePierlauro Sciarelli2022-11-091-1/+6
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-0914-58/+106
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls (v6.0)Adi Zaimi2022-11-093-0/+23
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-082-3/+144
* SERVER-68541 Serialize the removeShard and commitMovePrimary commands to prev...Antonio Fuschetto2022-11-086-67/+276
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-087-102/+200
* SERVER-71112: Fix resharding failures count in unittestnandinibhartiyaMDB2022-11-071-1/+1
* SERVER-70274 Improve performance of change stream pre-images purging job by l...Denis Grebennicov2022-11-047-324/+141
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-032-45/+64
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...r6.0.3-rc0Daniel Gottlieb2022-11-011-43/+53
* SERVER-70864 Get rid of fine-grained range deleter lockTommaso Tocci2022-11-019-42/+45
* SERVER-70381 Creating auxiliary library with the ShardFiltererSergi Mateo Bellido2022-10-301-1/+11
* SERVER-69861 Uninterruptible lock guard in election causes FCBIS to hangMatthew Russotto2022-10-288-1/+37
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-274-10/+10
* SERVER-70361 Prevent crash due to duration overflow in waitForConditionOrInte...Blake Oler2022-10-272-21/+43
* SERVER-70852 Recommit SERVER-66716 on v6.0Paolo Polato2022-10-271-4/+0
* SERVER-60141 Upgrade timelib to version 2022.02Alberto Massari2022-10-251-7/+18
* SERVER-69429 Check shard key compatibility during collMod convert to uniqueYuhong Zhang2022-10-211-1/+20
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-212-5/+8
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-10-196-23/+48
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-173-70/+150
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-63811 Add check so documents stage runs when db does not existgalon12022-10-147-18/+72
* SERVER-66913 make configureCollectionBalancing() return NamespaceNotSharded o...Pierlauro Sciarelli2022-10-143-11/+13
* SERVER-67301 Balancer may perform one unnecessary migration for a completely ...Silvia Surroca2022-10-141-1/+1
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS...Tommaso Tocci2022-10-141-0/+1
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the c...Paolo Polato2022-10-142-5/+6
* SERVER-57417 Enable NoMoreAutoSplitter Feature flagAllison Easton2022-10-141-0/+38
* SERVER-66781 Enable BalanceAccordingToDataSize feature flagAllison Easton2022-10-141-0/+5
* SERVER-66078 Make config.system.sessions balanceable by data size criteriaPaolo Polato2022-10-144-7/+38
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-10-143-111/+122
* SERVER-66827 Balancer must not skip round if a collection has balacing disabledPierlauro Sciarelli2022-10-141-3/+3
* SERVER-66753 Use 64-bit integer in the balancer policy minSize counterKaloian Manassiev2022-10-141-7/+4
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-10-143-6/+18
* SERVER-63668 Guard the chunk splitter behind the no more auto-splitter featur...Allison Easton2022-10-141-1/+3
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-10-1413-245/+483
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-12/+53
* SERVER-67891 SERVER-69465 SERVER-68249 SERVER-69069 Sharded data distribution...Silvia Surroca2022-10-1316-29/+674
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-10-072-3/+3