summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-52967 Support object type metadata for time-series collectionsGregory Noma2020-12-071-1/+1
* SERVER-52966 exclude metadata field from data field in bucket collectionBenety Goh2020-12-031-8/+17
* SERVER-49930 Log collection name in createCollectionForApplyOps() invariantGregory Wlodarek2020-12-011-1/+3
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-1/+1
* SERVER-52529 enable schema validation on time-series bucket collectionsBenety Goh2020-11-211-1/+46
* SERVER-52525 validate expireAfterSeconds time-series optionBenety Goh2020-11-211-0/+2
* SERVER-52525 support expireAfterSeconds for time-series collectionsBenety Goh2020-11-201-1/+26
* SERVER-52832 fix error codes for catalog conflicts during time-series collect...Benety Goh2020-11-151-2/+15
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-24/+21
* Revert "SERVER-52832 fix error codes for catalog conflicts during time-series...Benety Goh2020-11-131-15/+2
* SERVER-52832 fix error codes for catalog conflicts during time-series collect...Benety Goh2020-11-131-2/+15
* SERVER-51505 Unwind time-series buckets using a view pipelineGregory Noma2020-11-121-7/+42
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-51894 Don't call std::move() on 'collectionOptions' when calling 'user...Mihai Andrei2020-11-091-4/+10
* SERVER-51502 Have the create command with timeseries option create a viewGregory Noma2020-10-271-28/+90
* SERVER-51503 create a time-series buckets collection when timeSeries collecti...Benety Goh2020-10-231-0/+10
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-18/+36
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+4
* SERVER-48771 Fix multi timestamp constraint violations on storage transactionsGregory Wlodarek2020-10-021-121/+114
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-6/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-6/+6
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-10/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-6/+10
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-0/+9
* SERVER-47400 Disallow createCollection/Indexes on system colls in txnsMaria van Keulen2020-04-101-0/+4
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-46196 Fix creation of orphan Top entries on failed collection creationDavid Storch2020-02-251-12/+26