summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/SConscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-16/+1
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-1/+0
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-0/+2
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+15
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-0/+29
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-3/+3
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-0/+3
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-1/+0
* SERVER-35324 parse and store allPaths index specsamontea2018-06-211-0/+1
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-0/+3
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-10/+21
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-31418 Delete dead key gen code.David Storch2017-10-091-12/+0
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+2
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-2/+4
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-0/+1
* 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-281-0/+1
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-1/+5
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+1
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+27