summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16233 added WiredTigerIndex::generateCreateString to construct configu...Benety Goh2014-12-031-2/+27
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-15/+15
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-251-2/+0
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-211-3/+8
* Revert "SERVER-16199 Use WT bulk cursor for bulk index builds"Mathias Stearn2014-11-191-4/+0
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-181-0/+4
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+204