summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that re...Dan Larkin-York2022-08-291-0/+8
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-141-2/+8
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-10-041-0/+4
* SERVER-53635 The validate command reports documents not adhering to collectio...Gregory Wlodarek2021-06-101-0/+4
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-281-0/+4
* SERVER-55784 Add catalog statistics to serverStatusLouis Williams2021-05-261-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-241-2/+95
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+4
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-2/+14
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-0/+4
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-0/+4
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-211-1/+1
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-6/+6
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-0/+12
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+6
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-11/+8
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-1/+1
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-0/+3
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-1/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-3/+8
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47886 Collection owns a shared Decorable object across Collection inst...Dianna Hohensee2020-06-021-0/+4
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-271-1/+1
* SERVER-46761 Don't skip dbs with uncommitted collections during lookupMaria van Keulen2020-03-101-0/+9
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+5
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+8
* SERVER-45718 Index builder ensures empty collection by reading data fromSuganthi Mani2020-01-271-0/+4
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+14
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-7/+0
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-4/+0
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-6/+0
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-8/+4
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-3/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-7/+0
* SERVER-37988 Change Collection::getIndexSize() to be constGregory Wlodarek2019-05-151-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-4/+0
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-0/+4
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-1/+2
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-4/+0
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-131-1/+5