summaryrefslogtreecommitdiff
path: root/src/mongo/db/index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-34/+8
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-021-19/+20
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-82/+0
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-53/+0
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-40/+0
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+3
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-051-4/+50
* SERVER-5826 prevent building an index with a non-existent pluginMathias Stearn2013-03-051-2/+7
* SERVER-8389 Do auth checks for index builds up front, before any locks have b...Spencer T Brody2013-02-071-5/+0
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-2/+2
* SERVER-2771 Multiple index buildsKristina2012-12-131-8/+2
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-1/+1
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-4/+12
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-24/+17
* SERVER-3795 Make sure every logical log statement ends with endl, so that the...Shaun Verch2012-11-061-1/+1
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* SERVER-6671 do not ignore special _id unique indexEric Milkie2012-10-021-1/+1
* SERVER-6671 suppress unique index enforcement during STARTUP2 or RECOVERING s...Eric Milkie2012-09-281-0/+11
* SERVER-6499 Always use v1 (default) key comparator in compact's external sorter.Aaron2012-07-241-0/+4
* SERVER-5301 Clear query plan cache when an index becomes multikey.Aaron2012-04-191-2/+3
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-46/+32
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-1/+1
* better error mesage on internal error on indexingEliot Horowitz2012-02-221-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+446