summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-013-8/+23
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-226-39/+17
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-162-0/+34
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-143-5/+6
* SERVER-60607 S2BucketAccessMethod handles NaN/out of range values when extrac...Benety Goh2021-10-121-1/+1
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting g...Benety Goh2021-10-121-1/+1
* SERVER-60028 Fix overly-long error messages in time-series indexing codeDan Larkin-York2021-09-281-16/+9
* SERVER-59933 Improve array handling for time-series metric indexesDan Larkin-York2021-09-281-12/+28
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-1/+1
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-1514-0/+107
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59593 Fix compound 2dsphere indexes on timeseries metricsDan Larkin-York2021-08-274-196/+127
* SERVER-59190 IndexAccessMethod can be destructed during index build bulk load...Yuhong Zhang2021-08-202-7/+9
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-1/+1
* SERVER-59310 clean up db/index/SConscript LIBDEPSBenety Goh2021-08-151-27/+29
* SERVER-59310 make timeseries_dotted_path_support library dependency privateBenety Goh2021-08-131-1/+3
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-092-7/+27
* SERVER-59091 Avoid fetching namespace from durable catalog for every key inse...Gregory Noma2021-08-051-11/+12
* SERVER-51806 bulk key insertion phase of index build holds IX lock without yi...Yuhong Zhang2021-08-053-20/+74
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-0/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-3/+3
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-307-80/+750
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-1310-417/+0
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-6/+0
* SERVER-47766 Remove FCV guard on partialFilterExpression and wildcardProjecti...Jennifer Peshansky2021-07-091-69/+10
* SERVER-57492 Side-write table should not write more than KeyStringLouis Williams2021-06-171-2/+2
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-152-2/+2
* SERVER-57610 IndexAccessMethod::commitBulk() retries inserting index keys on ...Gregory Wlodarek2021-06-111-3/+11
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+1
* SERVER-57448 fix ExpressionParams::parseTwoDParams() to handle int values in ...Benety Goh2021-06-041-1/+1
* SERVER-57127 AbstractIndexAccessMethod::doGetKeys() accepts OperationContext ...Benety Goh2021-06-0416-16/+54
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-042-7/+23
* SERVER-57127 BulkBuilder::insert() accepts CollectionPtrBenety Goh2021-06-042-0/+3
* SERVER-57370 Improve diagnostics when IndexBuildInterceptor::areAllWritesAppl...Gregory Noma2021-06-042-3/+26
* SERVER-57127 IndexAccessMethod::prepareUpdate() accepts CollectionPtrBenety Goh2021-06-032-0/+3
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-032-2/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-202-12/+11
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-136-70/+180
* SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of bounds ...Benety Goh2021-05-081-7/+15
* Revert "SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of...Benety Goh2021-05-071-15/+7
* SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of bounds ...Benety Goh2021-05-061-7/+15
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-1/+1
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-193-36/+96
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-093-114/+102
* SERVER-55708 clean up index_descriptor library dependenciesBenety Goh2021-04-031-4/+1
* SERVER-55708 move IndexDescriptor::isIndexVersionAllowedForCreation to index_...Benety Goh2021-04-032-19/+0
* SERVER-50370 Implement dotted path sort semantics in SBEDrew Paroski2021-04-022-18/+21
* SERVER-55708 move IndexDescriptor::getSupportedIndexVersions() to testBenety Goh2021-04-022-9/+0
* SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllo...Benety Goh2021-04-022-12/+8
* Revert "SERVER-50370 Implement dotted path sort semantics in SBE"Uladzimir Makouski2021-04-022-21/+18