summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-051-11/+47
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-2/+2
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-2/+4
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-24/+24
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-26/+6
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-3/+9
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-2/+2
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-9/+12
* SERVER-69474 Add a helper for finding modified field names from pre and post ...Cheahuychou Mao2022-09-281-3/+3
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-0/+102
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-15/+17
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-15/+15
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-65194 Converting CollectionTest to WiredTiger storage engineMatt Kneiser2022-04-221-6/+3
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-1/+6
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-3/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-3/+3
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-3/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-6/+5
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-301-0/+127
* SERVER-57775 CollectionImpl removes uncommitted multikey state if DurableCata...Benety Goh2021-06-181-2/+2
* SERVER-57775 add tests for Collection::setIndexIsMultikey()Benety Goh2021-06-171-0/+120
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-0/+6
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-51/+0
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-0/+327
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-2/+3
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-3/+5
* SERVER-54161 Startup recovery should not fail with time-series collections th...Gregory Wlodarek2021-02-011-18/+26
* SERVER-53987 Do not create the _id index for time-series collectionsGregory Wlodarek2021-01-261-0/+40
* SERVER-51237 Add unittests for CollectionPtr and CollectionWriterHenrik Edin2021-01-041-0/+66
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+9
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-8/+8
* SERVER-42289 Move collection_test.cpp's validation testing into a separate fi...Gabe Villasana2019-07-301-79/+0
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-1/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-2/+3
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-3/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+1
* SERVER-40045 Fix ValidateError test to use StringData instead of std::stringDivjot Arora2019-03-131-3/+3
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-0/+81