summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+5
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+1
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-11/+13
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-7/+4
* SERVER-69683 Named Pipes: Implement MultiBsonStreamCursorKevin Cherkauer2022-10-261-6/+7
* SERVER-70390 Add $_externalDataSources option to aggregate command IDLYoonsoo Kim2022-10-191-14/+17
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-4/+4
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-4/+4
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-4/+4
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-2/+142
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-9/+5
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-2/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+1
* SERVER-47123 remove AutoGetOrCreateDb from catalog unit testsBenety Goh2021-04-281-11/+12
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-1/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+1
* SERVER-49915 Disable document validation for <database>.system.resharding.* n...Haley Connelly2020-08-171-0/+25
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+5
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-251-0/+37
* SERVER-33719 Invariant if createCollectionForApplyOps renames collection in s...Daniel Ernst2020-01-071-8/+20
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-4/+4
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-161-4/+4
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-16/+8
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32098 collection creation using applyOps with UUID on drop-pending col...Benety Goh2017-12-281-7/+9
* SERVER-32098 add unit test for createCollectionBenety Goh2017-12-281-0/+225