summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_build_interceptor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-221-1/+8
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-3/+3
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-0/+2
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-3/+11
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-2/+9
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-1/+5
* SERVER-38378 Hybrid builds should yield locks and check for interrupts while ...Louis Williams2019-01-171-0/+6
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-0/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-0/+5
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-6/+22
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-22/+6
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-6/+22
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-10/+51
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+74