summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/wildcard_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-1/+2
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-1/+10
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-151-197/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-41/+36
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-1/+1
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-4/+3
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-1/+2
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-1/+1
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+1
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-221-1/+1
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-7/+15
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-45/+56
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-8/+12
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+2
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-3/+4
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+2
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37861 Retry WriteConflicts during wildcard multikey scansCharlie Swanson2018-11-291-63/+74
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-20/+153
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-1/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-0/+95