summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-40/+37
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-37/+40
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-40/+37
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-4/+4
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-181-37/+40
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-181-40/+37
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63126 Prevent creating view on system.buckets namespaceDan Larkin-York2022-05-051-0/+8
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-63414 Change static cast to bool initializer.Yu Jin Kang Park2022-03-221-1/+1
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+0
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...Suganthi Mani2022-02-151-43/+15
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-2/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+5
* SERVER-62953 Explicitly disable clustering when commanded by the userJordi Olivares Provencio2022-02-021-26/+43
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-271-4/+10
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-3/+5
* SERVER-62518 Creating a collection with changeStreamPreAndPostImages enabled ...Denis Grebennicov2022-01-211-0/+10
* SERVER-62241 Prohibit using arbitrary cluster indexing keyJordi Olivares Provencio2022-01-191-0/+6
* SERVER-62687 Handle conflicting options for clustered collectionsJordi Olivares Provencio2022-01-181-0/+6
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-3/+3
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-061-15/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-61201 Prevent deadlock when user tries to create a view on the databas...Dianna Hohensee2021-12-011-0/+8
* SERVER-60129 Create a replication passthrough suite for clustered collectionsLouis Williams2021-11-051-3/+8
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-3/+28
* SERVER-58825 Make pre-images collection clusteredMindaugas Malinauskas2021-10-191-2/+13
* SERVER-60265 disallow clustered coll creation with views and autoIndexIdJosef Ahmad2021-10-131-0/+8
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-2/+2
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-9/+68
* SERVER-58685 Implement creation of pre-images collectionDenis Grebennicov2021-09-151-0/+23
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+5
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-141-15/+2
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-3/+3
* SERVER-57562 Check if Collection or View exist on namespace before creating t...Henrik Edin2021-06-171-2/+21
* SERVER-56268 Remove timeseriesBucketsCollectionClusterById server parameterLouis Williams2021-06-161-51/+7
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-2/+1
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-19/+2
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-4/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-5/+2
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-131-12/+33
* SERVER-47123 remove AutoGetOrCreateDb from collection and view creationBenety Goh2021-04-291-8/+8
* SERVER-56286 Check if we are writable primary when creating timeseries bucket...Henrik Edin2021-04-271-0/+7
* SERVER-55106 Map predicates on max time to _id for time-seriesJacob Evans2021-04-131-7/+10
* SERVER-55661 Add optional flag to force closure of a bucket without meaningfu...Dan Larkin-York2021-04-051-1/+2
* SERVER-54902 Creating timeseries bucket collection and view definition is now...Henrik Edin2021-04-051-106/+175
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-29/+40