summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-1/+1
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-181-0/+10
* SERVER-54965 Flag to disable clustering by _id on time-series collectionsLouis Williams2021-03-091-1/+1
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-26/+23
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-3/+7
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-5/+7
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-1/+0
* SERVER-53963 Improve error message for unsupported operations on time-series ...Dan Larkin-York2021-02-051-2/+11
* SERVER-53984 Add metadata for clustered indexes in the collection catalogLouis Williams2021-02-021-0/+8
* SERVER-53987 Do not create the _id index for time-series collectionsGregory Wlodarek2021-01-261-8/+34
* SERVER-53290 Replace unpacking js function in Timeseries Collection with _int...Benety Goh2021-01-121-42/+11
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-1/+1