summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75799 Re-insert locks into lock-free dbhashMatt Kneiser2023-04-111-7/+6
* SERVER-75929 Disallow unsharded compaction if current FCV does not support QEv2Erwin Pe2023-04-111-0/+6
* SERVER-75891 Add optional null anchor positions to getQueryableEncryptionCoun...Erwin Pe2023-04-102-12/+41
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-1/+1
* SERVER-74166: Mark 'temp' field in create command as stable to support $out flowNaama Bareket2023-04-101-2/+5
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-103-76/+86
* Revert "SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compa...auto-revert-processor2023-04-083-86/+76
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-072-12/+4
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-073-76/+86
* SERVER-75624 _isDifferentFromSavedNamespace should account for missing UUIDkauboy262023-04-071-5/+1
* SERVER-74964 Pass namespace to LastOpFixer for each operationKaitlin Mahar2023-04-071-6/+14
* SERVER-52259 Enable feature flag for initializing config.placementHistoryPaolo Polato2023-04-071-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-069-36/+46
* SERVER-75511 Block setFCV while performing unsharded compactionErwin Pe2023-04-061-0/+8
* SERVER-75552 Make set_fcv_to_downgrading_fast.js less brittleHuayu Ouyang2023-04-051-0/+15
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-051-5/+0
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-8/+7
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-056-619/+18
* SERVER-75548 Use w:all barrier in transitionToCatalogShardJack Mulrow2023-04-051-7/+9
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-055-12/+29
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-7/+8
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-048-21/+61
* SERVER-75536 Create feature flag for cluster parameter in PM-2689Allison Easton2023-04-041-1/+1
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-032-88/+147
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-031-9/+40
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-032-2/+23
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-031-362/+0
* SERVER-75368 Set cluster parameter during FCV upgradeAllison Easton2023-04-031-0/+45
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-022-3/+11
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-012-22/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-018-43/+28
* SERVER-74727 Implement v2 changes to QE compaction for sharded clustersErwin Pe2023-04-011-1/+29
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-012-2/+7
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-03-312-2/+22
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-318-28/+43
* SERVER-72870 Serialise the handling of config.placementHistory on FCV transit...Paolo Polato2023-03-311-3/+3
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-3116-63/+66
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-309-21/+18
* SERVER-68051 add fromVersion check for upgrade pathJiawei Yang2023-03-301-31/+46
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-304-13/+11
* SERVER-75499 Perform no-op oplog entry write for `appendOpLogNote` with immed...Gregory Noma2023-03-301-0/+3
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-302-4/+10
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-301-19/+22
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-302-34/+34
* SERVER-75344: Add handling for fixDocumentForInsert=false in bulkWrite on mongodseanzimm2023-03-291-58/+77
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-292-6/+6
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-2927-46/+55
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-2/+1
* SERVER-71962 Support a catalog shard enabled config server in setFCVJack Mulrow2023-03-291-49/+64
* SERVER-68051 add fromVersion check in fcv downgradeJiawei Yang2023-03-281-32/+65