summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-296-56/+315
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-2/+2
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-0/+2
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-123-0/+235
* SERVER-36916 Use signed int for _id BSON value in DuplicateKeyTrackerLouis Williams2018-11-082-2/+2
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-076-31/+676
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-024-27/+244
* 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-252-43/+79
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-232-15/+50
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-232-0/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2239-714/+792
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-1116-187/+292
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-027-109/+109
* SERVER-37266 Fix S2keys container copyingLouis Williams2018-09-271-3/+3
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-1/+1
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-0/+8
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-107-324/+93
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-054-1/+69
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-7/+28
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-243-121/+164
* 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-152-15/+62
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-1/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-0918-141/+240
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-062-3/+15
* SERVER-36188 Make $** index path handle stored field names with the '.' chara...samontea2018-08-032-0/+43
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-312-9/+0
* SERVER-35902 Make query planner's IndexEntry generation logic obey "starPaths...samontea2018-07-301-0/+4
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-262-7/+15
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-138-36/+1218
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-1/+2
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-062-19/+1
* SERVER-35324 parse and store allPaths index specsamontea2018-06-213-0/+98
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-243-22/+3
* SERVER-33607 Use kV2Unique version for new Unique indexes onlySulabh Mahajan2018-03-122-3/+12
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-1/+1
* SERVER-32859 Improve error message when sorting parallel arrays“Dandan2018-03-041-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-212-50/+24
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-133-2/+24
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-082-4/+24
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-073-1/+9
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-022-1/+2
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-022-0/+18
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-10/+21
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+11