summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62687 Handle conflicting options for clustered collectionsJordi Olivares Provencio2022-01-181-0/+6
* SERVER-61773 Allow import files with timestamp older than stableSuganthi Mani2022-01-171-0/+59
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-1610-124/+82
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-1410-82/+124
* SERVER-62654 Add `checkCollectionUUIDMismatch` helperGregory Noma2022-01-142-7/+22
* SERVER-61277 Concurrent writes on capped clustered collectionsJosef Ahmad2022-01-141-5/+12
* SERVER-58865 allow size changes in capped updatesBenety Goh2022-01-131-1/+7
* SERVER-61913 remove TODOBenety Goh2022-01-131-1/+0
* SERVER-62577 Remove `collection_uuid_mismatch` compilation unitGregory Noma2022-01-131-12/+2
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-131-1/+0
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-134-6/+5
* SERVER-62550 Lower BSONColumn roundtrip memory usage in validateGregory Wlodarek2022-01-121-2/+2
* SERVER-56146 Fix commitQuorum error messageJordi Olivares Provencio2022-01-122-4/+4
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-113-5/+27
* SERVER-62429 Add `CollectionUUIDMismatch` error codeGregory Noma2022-01-115-0/+204
* SERVER-62074 De-duplicate Decorable and DecorableCopyableAndy Schwerin2022-01-101-2/+7
* Revert "SERVER-56146 Fix commitQuorum check against the number of voting memb...Jordi Olivares Provencio2022-01-102-4/+4
* SERVER-56146 Fix commitQuorum check against the number of voting membersJordi Olivares Provencio2022-01-102-4/+4
* SERVER-60911 Remove FCV references for secondary indexes on time-series measu...Gregory Wlodarek2022-01-051-14/+15
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-0512-40/+43
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-054-16/+16
* SERVER-62186 Update FCV reference for dropping an index while having a separa...Gregory Wlodarek2021-12-211-4/+8
* SERVER-57122 Make RecoveryUnit decorable and use it for UncommitedCollections...Faustoleyva542021-12-215-41/+28
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-215-18/+79
* SERVER-62179 Roundtrip BSONColumn in the validate command after verifying no ...Gregory Wlodarek2021-12-201-3/+4
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-181-3/+6
* SERVER-62069 remove ParsedCollModIndexRequest::indexObjBenety Goh2021-12-172-4/+1
* SERVER-62068 migrate ParsedCollModIndexRequest::indexExpireAfterSeconds away ...Benety Goh2021-12-163-27/+32
* SERVER-30846 Run dbCheck in the background of some FSM testsJosef Ahmad2021-12-161-0/+1
* SERVER-62052 Roundtrip BSONColumn in the validate command periodicallyGregory Wlodarek2021-12-151-30/+58
* SERVER-62067 migrate ParsedCollModIndexRequest::indexHidden away from BSONEle...Benety Goh2021-12-153-17/+17
* SERVER-61980 migrate ParsedCollModIndexRequest::indexUnique away from BSONEle...Benety Goh2021-12-153-11/+10
* SERVER-62000 Do not generate "unique" field in oplog if collMod "unique" para...Benety Goh2021-12-152-19/+31
* SERVER-62000 minimize BSONElement references in collMod index options parsingBenety Goh2021-12-151-54/+36
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-144-19/+157
* SERVER-61980 validate collMod unique index option before processing no-op hid...Benety Goh2021-12-101-7/+7
* SERVER-61980 ensure oplog contains "unique" if collMod "hidden" parameter is ...Benety Goh2021-12-101-3/+4
* SERVER-61932 Returns all duplicates from concurrent writes during collMod con...Yuhong Zhang2021-12-093-45/+74
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-063-22/+3
* SERVER-61486 avoid full index scan during unique index conversionBenety Goh2021-12-041-1/+56
* SERVER-61486 add test and fail point to check collMod handling of side writes...Benety Goh2021-12-041-0/+7
* SERVER-61486 collMod tracks side writes during unique index conversionBenety Goh2021-12-043-3/+70
* SERVER-61486 scanIndexForDuplicates() accepts optional KeyString::Value and l...Benety Goh2021-12-042-7/+21
* SERVER-61486 add CollModOpObserverBenety Goh2021-12-033-0/+270
* SERVER-61486 add CollModWriteOpsTrackerBenety Goh2021-12-033-0/+211
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-031-11/+25
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-033-25/+50
* SERVER-60514 Remove outdated metric record.moves from serverStatusShin Yee Tan2021-12-021-3/+0
* SERVER-61047 Add test-only server parameter to validate BSONColumn in the val...Henrik Edin2021-12-022-0/+81
* SERVER-61337 ConvertToCapped should check versioningAllison Easton2021-12-021-0/+2