summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-1/+2
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-3/+7
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+7
* SERVER-47720 Clarify WiredTigerIndexUnique log line to include the collection...Gregory Wlodarek2020-06-161-5/+9
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-33/+53
* SERVER-46726 Using testing proctor to control diagnostics in "db/storage"Amirsaman Memaripour2020-06-101-2/+3
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-2/+6
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-4/+0
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-3/+3
* SERVER-46460 Update log message added by SERVER-45754Louis Williams2020-04-201-7/+1
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-8/+18
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-071-0/+7
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-45754 Update error message that results from SERVER-45374 to suggest r...Louis Williams2020-02-271-2/+4
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-23/+23
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-40/+72
* SERVER-44104 Avoid getKeySize for WiredTigerIndexCursorBase::nextKeyString on...Geert Bosch2019-10-231-3/+4
* SERVER-43747 Skip getKeySize for non-unique indexesGeert Bosch2019-10-111-3/+4
* SERVER-43828 We must hold the CheckpointLock around calls to WT compact() bec...Dianna Hohensee2019-10-071-0/+4
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-011-22/+51
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-1/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-9/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-42/+35
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-15/+8
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-19/+21
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-14/+8
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-20/+10
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-8/+0
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-14/+17
* Revert "SERVER-42712 Improve KeyString::Value copy assignemnt"Louis Williams2019-08-201-17/+14
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-14/+17
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-26/+1
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-201-1/+8
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-7/+15
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-9/+78
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-60/+32
* SERVER-41845 Made Keystring::Builder into a template of the Buffer used.Daniel Solnik2019-07-311-6/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-20/+17
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-150/+217
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-26/+26
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-7/+18
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-77/+41
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-41/+77
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-77/+41
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-1/+1
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-1/+1
* SERVER-41073 Remove infoObj from being generated for WT's app_metadataGregory Wlodarek2019-05-221-2/+1