summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47742 recordPreImage validation should not depend on early FCV loadingr4.4.0-rc3Jonathan Reams2020-04-271-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-261-6/+11
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-46/+48
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-0/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-15/+34
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-4/+64
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+0
* SERVER-45718 Fix the type issue in collection_impl.cppSuganthi Mani2020-01-281-1/+1
* SERVER-45611 lazily enforce that collection validators are validIan Boros2020-01-271-25/+67
* SERVER-45718 Index builder ensures empty collection by reading data fromSuganthi Mani2020-01-271-0/+19
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-8/+14
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-171-0/+4
* SERVER-43459 amend comment about collection bulk loader insert timestampsEric Milkie2019-10-141-2/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-32/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-39/+39
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-6/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-23/+14
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-380/+0
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-161-17/+20
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-10/+9
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-6/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-18/+17
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-2/+2
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-251-2/+9
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-17/+21
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-12/+32
* SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao2019-06-051-3/+0
* SERVER-37988 Change Collection::getIndexSize() to be constGregory Wlodarek2019-05-151-2/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-291-21/+64
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-10/+0
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-3/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+1
* SERVER-37034 Fix unchecked Status in collection codeGregory Wlodarek2019-04-151-2/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-4/+1
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-2/+2
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+5
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-0/+4
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-2/+0
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+0
* SERVER-40024 Only allow collection/index minimum visible snapshots to be move...Dianna Hohensee2019-03-191-0/+6