summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+7
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-0/+1
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-301-5/+0
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-282-1/+2
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-1/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-075-84/+85
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-28071 add missing FTS indexing error codes to replication whitelistDavid Storch2017-02-231-0/+2