summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-19/+43
* SERVER-50887 'bug' messages should be changed to a warning severityDianna Hohensee2021-02-041-6/+7
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-113/+31
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-335/+168
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-111-0/+10
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-2/+2
* SERVER-51724 Collect the number of cursor seeks per operationBrian DeLeonardis2020-11-121-0/+19
* SERVER-51686 Collect index entry units read and written per operationLouis Williams2020-10-211-2/+39
* SERVER-51025 Collect index entries read per operationLouis Williams2020-10-141-4/+11
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-22/+23
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-23/+22
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-22/+23
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+8
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-1/+1
* 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