summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/wildcard_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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