summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-5/+25
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-25/+5
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+4
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+6
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-205/+205
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-5/+3
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-1/+3
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-3/+0
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-53/+70
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-15/+33
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-0/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-1/+3
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-3/+11
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-221-1/+6