summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-221-2/+2
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-17/+0
* SERVER-38274 add const to prepareUpdate function declarationHaley Connelly2019-09-241-2/+2
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-191-1/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-34/+33
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-6/+0
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-0/+6
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-6/+0
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-241-8/+0
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-3/+4
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-4/+3
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-54/+32
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-3/+4
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-0/+17
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-2/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+4
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-0/+32
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-15/+39
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-4/+19
* SERVER-37589 split IndexAccessMethod::BulkBuilder into interface and implemen...Benety Goh2018-10-251-33/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-113/+206
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-0/+8
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+11
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-5/+12
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-10/+53
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-061-2/+2
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-311-4/+0
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-211-3/+8
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-1/+2
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-081-2/+10
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+5
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-3/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+18
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-8/+34
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-071-2/+7
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-34/+8
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-8/+34
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+5
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-2/+22
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-3/+13
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-11/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+10
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-10/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+10