summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_index_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-123/+0
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-161-4/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-25/+1
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-221-2/+4
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-161-4/+2
* 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-2/+2
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-2/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13635 Clean up BtreeCursor save/restore.Mathias Stearn2014-06-201-6/+2
* SERVER-13635 Make BtreeInterface not Btree-specificMathias Stearn2014-06-191-59/+26
* SERVER-13717 remove transitional namespace from btree stuffHari Khalsa2014-04-281-1/+1
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-181-142/+44
* SERVER-13489 move possible disk access out of index cursor ctorHari Khalsa2014-04-091-1/+2
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-6/+31
* SERVER-12213: towards a usable RecordStore abstractionEliot Horowitz2014-01-091-6/+6
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-1/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-44/+37
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-7/+23
* SERVER-8791 SERVER-9212 move btree-only funcs out of indexcursor ifaceHari Khalsa2013-06-251-12/+12
* SERVER-8791 document unreliable dbtests, fix possible index cursor seek bugHari Khalsa2013-04-261-1/+4
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-0/+231