summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-087-59/+66
* SERVER-45763 optimize sort key generationIan Boros2020-04-011-2/+31
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-274-30/+0
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-6/+6
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-217-40/+155
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-054-33/+21
* SERVER-46235 add IndexDescriptor::toBSON() to support structured loggingBenety Goh2020-03-031-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-2/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2113-16/+13
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-3/+10
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1310-50/+134
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-3/+4
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-308-45/+380
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-01-291-0/+2
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-213-15/+14
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-1/+1
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-1919-17/+144
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-154-26/+34
* SERVER-44619 truncate message for error code 16746 if too longBenety Goh2019-11-141-1/+14
* SERVER-44383 Use trivial BSON conversion for sort key generationJustin Seyster2019-11-021-3/+9
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-10-281-0/+32
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-287-58/+166
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-251-8/+12
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() yields locks only ...Benety Goh2019-10-232-18/+8
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain yiel...Benety Goh2019-10-232-2/+4
* SERVER-44121 add IndexBuildInterceptor::DrainYieldPolicyBenety Goh2019-10-221-0/+5
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-224-9/+9
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-153-118/+98
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-083-98/+118
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-083-118/+98
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-8/+0
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-012-3/+4
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-264-103/+76
* SERVER-42524 remove the touch commandHaley Connelly2019-09-252-38/+0
* SERVER-38274 add const to prepareUpdate function declarationHaley Connelly2019-09-242-3/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-3/+4
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-1/+2
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-1/+1
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-102-2/+35
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+7
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-30/+29
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-8/+5
* SERVER-42526 IndexBuildInterceptor should store KeyString keysLouis Williams2019-08-291-15/+25
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-292-3/+3
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-7/+15
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-45/+56
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-2/+3