summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-7/+4
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-0/+1
* SERVER-64766 Translation from UnencodedCellView to columnar index formatJustin Seyster2022-04-301-0/+12
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+1
* SERVER-65192 Implement ColumnShredder to extract paths and cells for a documentMathias Stearn2022-04-121-0/+2
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-0/+1
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-221-0/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-50/+11
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-2/+4
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-4/+2
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-0/+1
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-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-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-301-77/+80
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-1/+0
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-6/+0
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-0/+1
* SERVER-55708 clean up index_descriptor library dependenciesBenety Goh2021-04-031-4/+1
* SERVER-40820 Index builders to support write conflictsBynn Lee2021-02-261-0/+1
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-7/+13
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-3/+3
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+1
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-151-1/+0
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-1/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-0/+2
* SERVER-47417 Add benchmark for btree key generationHenrik Edin2020-04-141-0/+9
* SERVER-47350 Add execution context as a decoration to OperationContextHenrik Edin2020-04-091-0/+2
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-0/+16
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+3
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+2
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-161-0/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-0/+1
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-0/+2
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-241-0/+1
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-241-2/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-18/+18
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-0/+11
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-0/+1
* SERVER-39550 IDL'ify failIndexKeyTooLong server parameter.Henrik Edin2019-02-251-0/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-0/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-0/+1
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-311-0/+4
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-16/+1
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-1/+16