summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/duplicate_key_tracker.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-6/+3
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+9
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-2/+3
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-091-4/+5
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-0/+4
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-271-6/+0
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-051-4/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+10
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-0/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-0/+2
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-0/+8
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+2
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-27/+10
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-10/+27
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-27/+10
* SERVER-36916 Use signed int for _id BSON value in DuplicateKeyTrackerLouis Williams2018-11-081-1/+1
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-0/+89