summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_build_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40897 Default index catalog metadata to use single-phase index build f...Louis Williams2019-05-171-8/+8
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-18/+4
* SERVER-39519 Create/drop view now only takes database IX lockXiangyu Yao2019-03-281-2/+14
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+6
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-46/+36
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-3/+17
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-11/+6
* SERVER-38532 Add index ns and name to index build done log lineLouis Williams2019-01-151-1/+2
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-2/+1
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-3/+2
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-6/+18
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-12/+5
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-5/+12
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-12/+10
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+178