summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-1811-187/+0
|
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-1758-654/+905
|
* SERVER-75794 Add explanatory comment for check index consistency pipelinePol Pinol Castuera2023-04-171-0/+20
|
* SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton ↵Shreyas Kalyan2023-04-178-4/+177
| | | | for mongod
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-178-24/+251
|
* Revert "SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS ↵auto-revert-processor2023-04-171-10/+5
| | | | | | default value in jstests" This reverts commit da6aad367c29106aefb8cce21299dc46c6cdfdcd.
* SERVER-75883 Fix comparison in IndexedStringVectorDrew Paroski2023-04-171-1/+1
|
* SERVER-76172 Fix BalancerChunkSelection unit test on slow build variantsSilvia Surroca2023-04-172-13/+35
|
* SERVER-75396 Update featureFlag check for featureFlagSecurityTokenSara Golemon2023-04-171-3/+8
|
* SERVER-76104: Remove TODO from closed ticketseanzimm2023-04-171-1/+0
|
* SERVER-76043 Allow enterprise shell to create native PLAIN SASL mechSpencer Jackson2023-04-171-1/+2
|
* SERVER-72146 Add extra migration statistics including the total bytes cloned ↵Marcos José Grillo Ramirez2023-04-175-2/+39
| | | | before and during catch up, committed and aborted migrations and total time
* SERVER-72686: Support $collStats in agg pipeline for timeseries collectionsAdityavardhan Agrawal2023-04-175-124/+180
|
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-173-20/+12
|
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-174-4/+35
|
* SERVER-76064 Increase receiveChunkWaitForRangeDeleterTimeoutMS default value ↵Silvia Surroca2023-04-171-5/+10
| | | | in jstests
* SERVER-76171 Add ArraySet benchmarkIvan Fefer2023-04-172-0/+245
|
* SERVER-73991 Reenable the dbVersion check on CheckShardFilteringMetadata ↵Pol Pinol Castuera2023-04-173-2/+22
| | | | test hook
* SERVER-76135 Mark client used in `runTransactionOnShardingCatalog` as ↵Pierlauro Sciarelli2023-04-171-5/+13
| | | | killable on stepdown
* SERVER-75436 Only fetch index information from the index cache if the ↵Allison Easton2023-04-173-9/+29
| | | | placement information is sharded
* SERVER-74202 Update balancer to use client local Prng for thread-safe shufflingPol Pinol Castuera2023-04-1711-80/+23
|
* SERVER-74578 getShardVersion command should alert the user in some way if ↵Allison Easton2023-04-172-4/+17
| | | | the max bson size was exceeeded
* SERVER-74796 Update the description of the 'fromMigrate' op entry fieldPaolo Polato2023-04-171-1/+5
|
* Revert "SERVER-75990: Tenant Migrations are not resilient to recipient failover"auto-revert-processor2023-04-153-12/+20
| | | | This reverts commit c92d1161fdf333a3e3219631557a480fae30a593.
* SERVER-75240 Emit log on ShardingDDLCoordinator definite failureAntonio Fuschetto2023-04-159-201/+127
|
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-147-29/+119
|
* SERVER-76150 Include more info in transaction API error handling logJack Mulrow2023-04-141-11/+37
|
* SERVER-75792 Fix session handling in movePrimary coordinatorAntonio Fuschetto2023-04-143-15/+16
|
* SERVER-75870 Add internal abort in unrecoverable error code pathsAbdul Qadeer2023-04-142-8/+26
|
* SERVER-75798 Use LastOpFixer for updates and deletes in bulkWrite commandKaitlin Mahar2023-04-141-3/+16
|
* SERVER-67234 add clang-tidy rule to ban fcv constant usage in compareJiawei Yang2023-04-149-19/+200
|
* SERVER-75990: Tenant Migrations are not resilient to recipient failoverChristopher Caplinger2023-04-143-20/+12
|
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-14133-295/+356
|
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-146-50/+221
|
* SERVER-71929 Implement downgrade behavior for audit config cluster parameterGabriel Marks2023-04-143-0/+39
|
* SERVER-75408 Always include tenant in db name attributes in internal server ↵Sophia Tan2023-04-1417-40/+42
| | | | error messages
* SERVER-73848 update config.tags inside writeDecisionPersistedStateKruti Shah2023-04-143-42/+32
|
* SERVER-75110 Support SerializationOptions in IDL generated serializersDavis Haupt2023-04-145-3/+226
|
* SERVER-75978 Fix fast sort key generation path to respect the collationIan Boros2023-04-141-1/+7
|
* SERVER-76077 Allow server to startup with 'bucketSize' field in index specHenrik Edin2023-04-141-1/+6
|
* SERVER-76098 Allow queries with search and non-simple collationsMilitsa Sotirova2023-04-141-5/+0
| | | | This reverts commit 8ce4b700cd8a2aac5a9a71cbbd7dab089bf7ad75.
* SERVER-76012 Rename kNone option for ↵Pavi Vetriselvan2023-04-145-7/+31
| | | | storageEngineConcurrencyAdjustmentAlgorithm server parameter
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-1319-41/+142
|
* SERVER-73742 Update replication architecture guide for parallelizing ↵Wenbin Zhu2023-04-131-1/+42
| | | | prepared transaction oplog application.
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-1355-935/+1426
|
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in ↵Ivan Fefer2023-04-1311-51/+57
| | | | equalities
* SERVER-74359 Tune t-digest settingsIrina Yatsenko2023-04-133-11/+16
|
* SERVER-72988: Support retryable writes for bulkWrite on mongodseanzimm2023-04-135-48/+271
|
* SERVER-75439 Add pre-image remover metricsJordi Olivares Provencio2023-04-134-1/+150
|
* SERVER-75787 repl::logInsertOps() accepts ShardingWriteRouter instead of ↵Benety Goh2023-04-135-25/+19
| | | | | | | wrapper function This removes the indirection from the wrapper function and clarifies the dependency on shard_role_api.