summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_build_interceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72351 Fix incorrect generation of side writes for update operationsJustin Seyster2023-01-051-13/+20
* SERVER-72419 Refactor IndexAccessMethod to have a single side-writes function...Dianna Hohensee2022-12-301-19/+10
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-011-11/+24
* SERVER-65978: Online column store index buildsWill Buerger2022-09-301-67/+75
* SERVER-68658 Unit test fixture for IndexBuildInterceptorJustin Seyster2022-08-111-2/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+9
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-18/+5
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-3/+2
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-12/+4
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-2/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57492 Side-write table should not write more than KeyStringLouis Williams2021-06-171-2/+2
* SERVER-57370 Improve diagnostics when IndexBuildInterceptor::areAllWritesAppl...Gregory Noma2021-06-041-1/+16
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-2/+9
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-141-2/+4
* SERVER-48471 Hashed indexes may be incorrectly marked multikey and be ineligi...Louis Williams2021-01-081-37/+6
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-9/+14
* SERVER-51526 Hybrid index builds can miss writes and crash in the event of a ...Louis Williams2020-10-221-18/+18
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+4
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-301-21/+21
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50708 Test resuming multiple index buildsGregory Noma2020-09-241-17/+24
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-13/+14
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-051-8/+9
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-9/+46
* 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-201-13/+10
* SERVER-49244 Test that resumable index builds write state to disk on clean sh...Gregory Noma2020-07-081-0/+14
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-1/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-5/+14
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-4/+5
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-7/+10
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-271-3/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-231-14/+4
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-1/+1
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-271-7/+0
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-051-20/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+21
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-1/+20
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() yields locks only ...Benety Goh2019-10-231-15/+6
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain yiel...Benety Goh2019-10-231-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2