summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-2/+22
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-3/+13
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-11/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+10
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-10/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+10
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-5/+25
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-25/+5
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+4
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+6
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-205/+205
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-5/+3
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-1/+3
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-3/+0
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-53/+70
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-15/+33
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-0/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-1/+3
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-3/+11
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-221-1/+6
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-0/+2
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-291-0/+6
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-6/+7
* SERVER-13635 Make BtreeInterface not Btree-specificMathias Stearn2014-06-191-1/+1
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-1/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-8/+8
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-011-0/+5
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-5/+14
* SERVER-12213: comments on index creation codeEliot Horowitz2014-01-091-0/+6
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-091-3/+20
* SERVER-12213: IndexAccessMethod::initializeAsEmpty is way to start new indexEliot Horowitz2014-01-091-0/+10
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* remove ssome namespace_detail includes where not usedEliot Horowitz2013-12-301-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-0/+11
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-1/+1
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-6/+1
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-1/+1
* SERVER-8791 SERVER-9151 Fix MSVC warningsTad Marshall2013-04-021-1/+1
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-3/+9