summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-89/+86
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-2/+4
* SERVER-76632 Use view db when validating viewOn collection nameMatt Broadstone2023-04-281-1/+1
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-10/+8
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-5/+21
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-16/+24
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-1/+6
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-6/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-1/+6
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-21/+5
* SERVER-74253 Forbid profiling collection creation as a timeseries or viewJordi Olivares Provencio2023-02-241-0/+10
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-5/+21
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-10/+13
* SERVER-71177 Allow existing time-series bucket collections with old validator...Henrik Edin2023-02-221-29/+91
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+1
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+2
* SERVER-73112 Create function to construct system.views namespacejannaerin2023-02-021-6/+2
* SERVER-69314 Remove featureFlagClusteredIndexesLouis Williams2022-12-151-13/+1
* SERVER-70853 Time series namespace string should have tenant information in m...Sophia Tan2022-11-011-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-4/+8
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-3/+2
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-2/+3
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-3/+2
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-25/+5
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-7/+24
* SERVER-68394 Ensure we do not yield strong locks upon startup recovery when _...Faustoleyva542022-09-271-2/+7
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+5
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-291-3/+6
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-5/+5
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-6/+4
* SERVER-68129 Add the field `control.count` to the schema validation for bucke...Yuhong Zhang2022-08-161-2/+4
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-19/+0
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-2/+17
* SERVER-67633 Use the RecoverableCriticalSection to synch createCollection() w...Paolo Polato2022-07-181-0/+8
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-3/+3
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-10/+0
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-131-1/+1
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-2/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-081-4/+2
* SERVER-66689 Build index on meta, time by default for time-series collectionsGregory Wlodarek2022-07-011-1/+32
* 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