summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68795 Make PlanYieldPolicySBE always use new yielding when feature fla...Dianna Hohensee2022-08-241-2/+1
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-231-0/+6
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-232-3/+3
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-6/+2
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-10/+14
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-1/+0
* Revert "SERVER-67443 added logging for fcv up/downgrade in set_feature_compat...Sviatlana Zuiko2022-08-221-30/+1
* SERVER-67443 added logging for fcv up/downgrade in set_feature_compatibility_...Luxi Liu2022-08-191-1/+30
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-0/+1
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-192-11/+27
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-192-2/+16
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-181-27/+0
* SERVER-65030 make replSetResizeOplog and setIndexCommitQuorumShin Yee Tan2022-08-182-2/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-17/+16
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-5/+1
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-0/+4
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-1713-205/+163
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1714-45/+45
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-174-19/+39
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-171-1/+1