summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-0219-132/+106
* SERVER-61800 move owned BSONObj for parsed collMod structs from CollModReques...Benety Goh2021-12-012-7/+7
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-012-2/+0
* SERVER-61800 remove ParsedCollModRequest::viewPipeLine in favor of CollMod::g...Benety Goh2021-12-011-8/+4
* SERVER-61310 Remove missing _id idx warning on clustered collsDaniel Gómez Ferro2021-12-013-0/+18
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-013-6/+8
* SERVER-61800 remove ParsedCollModRequest::clusteredIndexExpireAfterSeconds in...Benety Goh2021-12-011-38/+37
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...Dianna Hohensee2021-12-011-0/+8
* SERVER-61509 Avoid repairing read-only databasesDaniel Gómez Ferro2021-11-301-0/+5
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-222-0/+5
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-57/+73
* Revert "SERVER-61047 Add test-only server parameter to validate BSONColumn in...Henrik Edin2021-11-192-81/+0
* SERVER-61047 Add test-only server parameter to validate BSONColumn in the val...Henrik Edin2021-11-192-0/+81
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-2/+2
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-191-1/+1
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-192-56/+25
* SERVER-26287 Disallow creation of TTL indexes on capped collectionsGabriel Marks2021-11-181-0/+15
* SERVER-61510 applyTimeseriesOptionsModifications() accepts CollModTimeseries ...Benety Goh2021-11-181-2/+2
* SERVER-61510 remove ParsedCollModRequest::timeseries in favor of CollMod::get...Benety Goh2021-11-161-6/+5
* SERVER-61392 Create CannotEnableIndexConstraint error code and its ErrorExtra...Yuhong Zhang2021-11-155-0/+140
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-152-26/+51