summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75922 Fall back to old format partial index entry removal if an entry ...Dianna Hohensee2023-04-261-0/+10
* SERVER-73121 Store const members on WiredTigerIndexCursorBase instead of usin...Gregory Wlodarek2023-01-201-0/+4
* SERVER-73019 Eliminate IndexDescriptor* in WiredTigerIndexGregory Wlodarek2023-01-201-1/+5
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-3/+4
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-14/+27
* SERVER-65527 Use range bounded cursors in place of prefix search_near on uniq...Gregory Wlodarek2022-10-261-0/+17
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2022-08-191-0/+3
* SERVER-68186 Reconcile index table metadata during startup if there is a mism...Yuhong Zhang2022-08-081-0/+10
* SERVER-65102 Add WT column storeIan Boros2022-04-301-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-10/+5
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+8
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-8/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-1/+8
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-061-0/+26
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-23/+33
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-0/+9
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-2/+4
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-5/+17
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-0/+3
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-171-19/+19
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-0/+1
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-5/+0
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-0/+10
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-8/+1
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-27/+61
* SERVER-51025 Collect index entries read per operationLouis Williams2020-10-141-1/+1
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-1/+1
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-0/+3
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+5
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-5/+4
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-0/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-2/+0
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-10/+0
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-2/+0
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-10/+0
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-2/+4
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-12/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-24/+34
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-1/+1
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-29/+29
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-29/+29
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-29/+29
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-9/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-2/+7