summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-05-071-0/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* 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
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-2/+0
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-0/+2
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-2/+0
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-29/+29
* SERVER-34745 Simplify seekExact() and fix restore() for unique indexesSulabh Mahajan2018-08-061-0/+1
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-47/+48
* SERVER-34305 add collection name to duplicate wiredtiger record error messageBenety Goh2018-04-041-0/+4
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-11/+44
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-221-1/+3
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-0/+35
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-3/+6
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-1/+4
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-3/+10
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-10/+3
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-3/+10
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-041-0/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-27021 add index name to duplicate record error messageGeert Bosch2016-11-281-6/+8
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-151-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+0
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-0/+6
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+1
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+2
* SERVER-21606 inMemory storage engine should support touch commandCharlie Swanson2015-11-231-0/+2
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-191-1/+2
* SERVER-20549: Cleanup naming of loc vs id in WiredTigerMartin Bligh2015-09-211-16/+10
* SERVER-18879 Add indexOptionDefaults to CollectionOptions.Max Hirschhorn2015-08-061-2/+4
* SERVER-19189: Rename CursorId -> TableIdMartin Bligh2015-07-091-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-140/+138
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-22/+28
* SERVER-17532: fix dup key error message in wiredtiger indexEliot Horowitz2015-03-111-0/+4
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-2/+2
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-2/+2
* Better repair for WTMathias Stearn2015-01-151-8/+0
* SERVER-16817 Ignore WT index versions when starting with --repairMathias Stearn2015-01-131-0/+8
* SERVER-16632 Split WT index cursor into classes for unique and non-uniqueMathias Stearn2015-01-121-61/+7
* SERVER-16632 Compress small RecordIds in KeyStringMathias Stearn2015-01-071-1/+1
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-2/+0
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-311-3/+9
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-1/+1
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-1/+2