summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41907 fixing lintDaniel Solnik2019-07-091-1/+2
* SERVER-41907 Edited log message for assert that sorted data is returned from ...Daniel Solnik2019-07-091-1/+1
* SERVER-41907 Assert that keys retrieved from the sorter are in non-decreasing...Daniel Solnik2019-07-091-1/+10
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-102/+20
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-20/+102
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-102/+20
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-241-18/+2
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-1/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-4/+7
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-181-10/+17
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+4
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-4/+2
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-49/+38
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+4
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-1/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-2/+2
* SERVER-39550 IDL'ify failIndexKeyTooLong server parameter.Henrik Edin2019-02-251-4/+1
* 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-10/+7
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-14/+9
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-1/+0
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-3/+27
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-16/+57
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-0/+14
* SERVER-37589 split IndexAccessMethod::BulkBuilder into interface and implemen...Benety Goh2018-10-251-10/+64
* 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-60/+72
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-1/+1
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-7/+28
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-37/+4
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-4/+37
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-10/+50
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-85/+106
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-061-1/+13
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-311-5/+0
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-18/+1
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-211-47/+16
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-1/+19
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-081-2/+14
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+13
* SERVER-32315 Remove IndexObserverGeert Bosch2017-12-141-21/+0
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+32
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-4/+3
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-4/+5