summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-2/+2
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields f...Dan Larkin-York2022-09-271-8/+16
* SERVER-68347 Ensure createIndexes, dropIndexes, and listIndexes work in multi...Sophia Tan2022-09-273-1/+11
* SERVER-69139 Add documentation for PM-2821Huayu Ouyang2022-09-271-127/+167
* SERVER-69060 Guard server parameters on feature flagsSara Golemon2022-09-273-3/+17
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-2210-408/+9
* SERVER-64005 Add metric tracking listener socket backlog queue depthBlake Oler2022-09-211-1/+1
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-212-36/+24
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-202-5/+5
* SERVER-63257 Convert NamespaceNotFound error on config.system.indexBuilds to ...Matthew Saltz2022-09-192-0/+81
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-28/+107
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-1/+1
* SERVER-67852 Partial statistics pipelinesamontea2022-09-162-32/+142
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-158-20/+19
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-156-23/+58
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-155-20/+10
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-142-17/+1
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-143-24/+0
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-131-5/+60
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-09-131-37/+0
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-133-15/+2
* SERVER-69058 Move downgrade check for collections with encrypted fields outsi...Mark Benvenuto2022-09-121-12/+11
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-112-22/+13
* SERVER-69469 Retain minimal information when archiving a bucketDan Larkin-York2022-09-081-1/+2
* SERVER-67246 Remove size multiple restriction on capped collectionsLeonardo Menti2022-09-081-0/+24
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-3/+3
* SERVER-69406 Place an InterruptibleLockGuard in the find cmd path because it ...Dianna Hohensee2022-09-072-0/+26
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-072-0/+4
* SERVER-69494 Fix chunk resizing upon downgrade between 6.x versionsPierlauro Sciarelli2022-09-071-12/+17
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-071-15/+47
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-073-3/+3
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-061-1/+1
* SERVER-69183 Avoid creating unnecessary vectors in feature_compatibility_vers...Vesselina Ratcheva2022-09-061-3/+3
* SERVER-69431 Get rid of the "non-locking" constructor of ResourceLockKaloian Manassiev2022-09-061-4/+5
* SERVER-68343 Handle tenantId in GetClusterParameterInvocation & ClusterServer...Gabriel Marks2022-09-022-9/+13
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-42/+36
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-37/+2
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-302-29/+8
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-306-45/+63
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-297-79/+24
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2633-37/+32
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-257-1419/+16
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-2/+4
* SERVER-67443 added logging for fcv up/downgrade in set_feature_compatibility_...Luxi Liu2022-08-251-1/+30
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-14/+14
* SERVER-68512 Do not use CQF if an index exists with a non-simple collationNicholas Zolnierz2022-08-252-2/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-2412-0/+18