summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-123-65/+111
* SERVER-48328 remove index key generation error whitelistVishnu Kaushik2020-09-111-28/+3
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-8/+9
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-024-8/+10
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-3/+3
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-262-3/+3
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-182-1/+12
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-6/+8
* SERVER-50126 Use constructor delegation for skipped record trackerSamy Lanka2020-08-111-3/+2
* SERVER-50148 Fix use-after-move in MultiIndexBlockLouis Williams2020-08-062-9/+9
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-063-25/+53
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-052-10/+11
* SERVER-49507 Reduce memory consumption in startup repair when rebuilding uniq...Faustoleyva542020-08-052-31/+45
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-046-11/+108
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-8/+8
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-48418 Test rollback with resumable index buildsGregory Noma2020-07-231-12/+19
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-207-112/+86
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-2/+2
* 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