summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/clustered_collection_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60824 Permit non-blocking sorts on clustered collection scansJoel Redman2022-04-121-0/+5
* SERVER-62823 Return IndexAlreadyExists for clustered index in IndexCatalogImp...Haley Connelly2022-01-211-6/+0
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-2/+4
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-111-2/+3
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-0/+14
* SERVER-61310 Remove missing _id idx warning on clustered collsDaniel Gómez Ferro2021-12-011-0/+5
* SERVER-60129 Create a replication passthrough suite for clustered collectionsLouis Williams2021-11-051-0/+5
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-0/+11
* SERVER-60118 Support collMod on clustered collectionsHaley Connelly2021-10-181-3/+3
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-1/+6
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-0/+59