summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42980 Only assert keys are retrieved in increasing order from external...Louis Williams2019-08-231-8/+10
* SERVER-42869 fix crash in IndexBuildsCoordinator::sideWrite() rollback handlerBenety Goh2019-08-221-2/+3
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-222-7/+15
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-4/+3
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-213-34/+175
* SERVER-42418 Allow ExpressionMeta to parse find() meta optionsIan Boros2019-08-211-2/+2
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-1/+2
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-193-43/+30
* SERVER-42611: Fix trivial S2 index key unittest bugs.Daniel Gottlieb2019-08-191-19/+19
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-164-53/+148
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-13/+6
* SERVER-41731 Make WildcardAccessMethod generate keys using KeyStringGregory Noma2019-08-151-6/+10
* SERVER-41728 Make HaystackAccessMethod generate keys using KeyStringGregory Noma2019-08-151-34/+16
* SERVER-41727 Make HashAccessMethod generate keys using KeyStringGregory Noma2019-08-151-4/+4
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-152-21/+19
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-122-3/+3
* SERVER-42739 Use valid string representation when validating meta sortMisha Ivkov2019-08-091-25/+54