summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_based_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-151/+0
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-11/+9
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-3/+0
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-11/+0
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-1/+1
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-0/+2
* SERVER-16497: Allow suppressing KeyTooLong errors in foreground index buildGeert Bosch2014-12-111-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-8/+8
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-3/+3
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-221-1/+2
* SERVER-15700 Modify SortedDataInterface to not require unindex() to returnJohn Esmet2014-10-171-1/+1
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-1/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-0/+1
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-291-0/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-4/+4
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-6/+9
* SERVER-13635: fix BtreeInterface change by removing dead variableEliot Horowitz2014-06-201-1/+0
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-3/+13
* Revert "SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than...David Storch2014-06-191-13/+3
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-3/+13
* 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-9/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-011-0/+2
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-6/+12
* SERVER-13717 remove transitional namespace from btree stuffHari Khalsa2014-04-281-1/+1
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-0/+7
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-6/+1
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-181-4/+0
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-0/+3
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-4/+7
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-091-1/+14
* SERVER-12213: IndexAccessMethod::initializeAsEmpty is way to start new indexEliot Horowitz2014-01-091-0/+2
* SERVER-12213: proper file for BtreeBasedAccessMethodEliot Horowitz2014-01-091-0/+121