summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_signature_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72469 Add integration tests for compound wildcard indexesRuoxin Xu2023-03-031-0/+82
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-0/+140
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+2
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-12/+126
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-22/+122
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-2/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-10/+12
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-081-38/+27
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-0/+242