summaryrefslogtreecommitdiff
path: root/src/mongo/db/index.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-219/+0
* SERVER-10026 add hint and snapshot supportHari Khalsa2013-09-241-0/+1
* SERVER-6405: char* to StringData for some catalog methodsEliot Horowitz2013-09-171-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-1/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-1/+2
* SERVER-7720 fail on createIndex with a too-long name even if it already exist...Matt Dannenberg2013-05-281-3/+7
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-3/+0
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-43/+0
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-24/+0
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-16/+0
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-0/+22
* SERVER-6671 suppress unique index enforcement during STARTUP2 or RECOVERING s...Eric Milkie2012-09-281-6/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6499 Always use v1 (default) key comparator in compact's external sorter.Aaron2012-07-241-0/+7
* move dropIndexes to index_update where it makes more senseEliot Horowitz2012-06-031-0/+5
* SERVER-2001 part 2: hashed index typeKevin Matulef2012-05-181-1/+6
* SERVER-5301 Clear query plan cache when an index becomes multikey.Aaron2012-04-191-1/+2
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-11/+25
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+237