summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-05-071-8/+19
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-161-0/+6
* SERVER-45374 Upgrade all downgraded unique indexes on startup in FCV 4.2Louis Williams2020-01-241-0/+4
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-091-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-9/+6
* SERVER-41073 Remove infoObj from being generated for WT's app_metadataGregory Wlodarek2019-05-221-2/+1
* SERVER-41213: Trigger a write conflict in unique, non-partial index build cod...Daniel Gottlieb2019-05-211-0/+1
* SERVER-40547 Change handling of nextNotIncreasing to crash when test commands...Gregory Wlodarek2019-04-261-0/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-35963 Remove old WT index_collatorDivjot Arora2019-02-121-22/+0
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-44/+50
* SERVER-37483: Ensure correct table logging configuration on startup.Daniel Gottlieb2018-11-151-0/+9
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-10/+12
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+1
* 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-6/+9
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-15/+6
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-6/+15
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-15/+6
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-45/+90
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-51/+12
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-12/+51
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-34/+0
* SERVER-36546 Be more cautious with key comparision during cursor restore.nehakhatri52018-08-141-2/+5
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-2/+2
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-9/+9
* SERVER-32994 Update reference link for Unique Index 4.2 downgrading errorLuke Chen2018-08-061-1/+1
* SERVER-34745 Simplify seekExact() and fix restore() for unique indexesSulabh Mahajan2018-08-061-26/+50
* SERVER-34994 Allow identical index key insert in new format unique indexnehakhatri52018-07-271-11/+17
* SERVER-35625 Remove 3.6-specific WiredTiger file handlingMaria van Keulen2018-06-181-9/+0
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-251-0/+10
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-5/+3
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-101-2/+2
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-101-3/+1
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-267/+291
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-4/+6
* SERVER-34264 Use TRACE_INDEX for logging Index KeyStringSulabh Mahajan2018-04-091-1/+1
* SERVER-34305 add collection name to duplicate wiredtiger record error messageBenety Goh2018-04-041-1/+2
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-3/+1
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-25/+39
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-1/+1
* SERVER-32821 Insert and remove support for multiversion unique index.nehakhatri52018-03-021-14/+23
* SERVER-32822 Support read from unique index with both old and new format entriesnehakhatri52018-03-011-41/+51
* SERVER-33415 Implement Bulk build for new unique indexesSulabh Mahajan2018-02-281-59/+22
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-221-166/+114
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-1/+1
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-0/+348