summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2017-11-171-0/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31547: Check all WT error codes before reading cursors.Daniel Gottlieb2017-10-171-1/+6
* SERVER-30767 Remove unused opCtx from getSession()/getSessionNoTxn()nehakhatri52017-10-061-5/+5
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-6/+7
* SERVER-29211: Staged changes to explicitly journal a subset of tables on Wire...Daniel Gottlieb2017-07-261-5/+27
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-161-1/+1
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-2/+1
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-35/+111
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-6/+10
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-10/+6
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-6/+10
* SERVER-29011 Don't use side sessions during compacts in the WT KV EngineDavid Hows2017-05-021-2/+2
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-041-10/+32
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-291-7/+7
* SERVER-27670 Improve error messages reported on EBUSY return from WiredTigerDavid Hows2017-03-131-1/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-60/+62
* SERVER-27021 add index name to duplicate record error messageGeert Bosch2016-11-281-1/+1
* SERVER-26646: Add structure that allows multiple WT extensions to be declared.Daniel Gottlieb2016-11-101-1/+1
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-071-1/+1
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-071-1/+1
* SERVER-25012 Use non blocking call for opening bulk cursor to WTSulabh Mahajan2016-09-201-2/+6
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-6/+8
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-2/+6
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-251-5/+5
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-151-5/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+6
* SERVER-23960 Add error message for index downgrade from 3.4 to 3.2Vincent Do2016-05-271-1/+8
* SERVER-24275 Use enableBSON1_1 parameter to control KeyString version.Max Hirschhorn2016-05-251-7/+3
* 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-18/+29
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-211-1/+19
* SERVER-23183 remove redundant NULL check in WiredTigerIndex::fullValidateRobert Guo2016-03-181-2/+1
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-26/+7
* SERVER-21681 Replace 'or' with operator || to fix Windows buildKaloian Manassiev2016-03-111-1/+1
* SERVER-21681: Use cursor statistics to derive index sizes for inMemoryGeert Bosch2016-03-111-1/+35
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+11
* SERVER-21526 use RAII type for WTSessionCache::getSessionKyle Suarez2016-02-101-2/+1
* SERVER-21867: Throw WCE when next isn't next for WTRecordStore or WTIndex dur...Scott Hernandez2016-01-051-2/+32
* SERVER-21606 inMemory storage engine should support touch commandCharlie Swanson2015-11-231-0/+9
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-191-2/+3
* SERVER-21403 make SortedDataInterface::Cursor implementations for unique indi...David Storch2015-11-171-32/+8
* SERVER-21331 WTIndexCursors should start in EOF stateMathias Stearn2015-11-101-1/+1
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-1/+1