summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-156-351/+2
* SERVER-21254 Get rid of the DuplicateKeyValue error codeBynn Lee2020-07-102-32/+2
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* SERVER-49244 Test that resumable index builds write state to disk on clean sh...Gregory Noma2020-07-082-1/+28
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-012-2/+0
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-172-26/+28
* SERVER-48414 Extend Sorter and BulkBuilder interfaces to return data for resu...Gregory Noma2020-06-112-0/+28
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-109-107/+106
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-096-21/+28
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-2/+4
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-093-0/+18
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-4/+4
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-015-24/+30
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-272-12/+0
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-2113-235/+341
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-8/+6
* SERVER-47840 Do not write "hidden: false" to the index catalog when createInd...Ruoxin Xu2020-05-051-1/+1
* SERVER-47928 Fix quadradic KeyString insert behavior in fts indexes.Henrik Edin2020-05-053-4/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-269-12/+12
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-253-16/+80
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-232-26/+8
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-222-1/+10
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-2/+12
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-1/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-145-5/+5
* SERVER-47417 Add benchmark for btree key generationHenrik Edin2020-04-142-0/+193
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-148-105/+110
* SERVER-47405 improve performance of sort key generation by avoiding creation ...Ian Boros2020-04-102-27/+24
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-1021-44/+89
* SERVER-47407 Avoid using WriteUnitOfWork in index build collection scan loopLouis Williams2020-04-091-0/+4
* SERVER-47350 Add execution context as a decoration to OperationContextHenrik Edin2020-04-092-25/+36
* 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