summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-32315 Remove IndexObserverGeert Bosch2017-12-141-21/+0
* SERVER-31418 Delete dead key gen code.David Storch2017-10-098-294/+6
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-163-12/+12
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-162-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0912-10/+63
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-2/+3
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-252-7/+4
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-214-2/+497
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-0/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-31/+1
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-4/+5