summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-2/+3
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-1/+6
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-3/+13
* SERVER-13208: dropDups should be ignored for index comparisonEliot Horowitz2014-03-171-0/+4
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-8/+15
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: cache IndexCatalogEntry in IndexDescriptor for performanceEliot Horowitz2014-01-091-1/+10
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-17/+3
* SERVER-12213: remove IndexDescriptor::setMultikeyEliot Horowitz2014-01-091-5/+0
* SERVER-12213: remove IndexDescriptor::cloneEliot Horowitz2013-12-301-5/+0
* SERVER-12213: IndexDescriptor no longer knows about IndexDetailsEliot Horowitz2013-12-301-20/+3
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* SERVER-11611: dbcommand ported to new collection interfaceAmalia Hawkins2013-12-131-1/+1
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-11/+26
* SERVER-11178: remove more CatalogHack uses for IndexCatalogEliot Horowitz2013-10-291-7/+14
* SERVER-11178: prep to make IndexDetails hidden behind IndexCatalog and IndexD...Eliot Horowitz2013-10-281-24/+41
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-0/+5
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-5/+12
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-1/+1
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-0/+13
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-4/+15
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+2
* interfaces for index API -- SERVER-8791 SERVER-9151Hari Khalsa2013-04-021-0/+137