summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_build_interceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-20/+23
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-3/+3
* Revert "SERVER-39705: Always observe multikey changes in IndexBuildIntercepto...Daniel Gottlieb2019-02-221-7/+4
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+7
* SERVER-39705: Always observe multikey changes in IndexBuildInterceptor::sideW...Daniel Gottlieb2019-02-211-4/+7
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-13/+50
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-0/+9
* SERVER-38378 Hybrid builds should yield locks and check for interrupts while ...Louis Williams2019-01-171-2/+43
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-5/+9
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-13/+25
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-1/+9
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-24/+52
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-50/+24
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-24/+50
* SERVER-38337 Coverity defect: hidden parameter in index_build_interceptor.cppLouis Williams2018-12-041-2/+2
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-40/+203
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+146