summaryrefslogtreecommitdiff
path: root/db/index.cpp
Commit message (Expand)AuthorAgeFilesLines
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-021-1/+0
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-38/+39
* disinct can pull data from indexes and will choose an index to use if sensibl...Eliot Horowitz2010-11-141-0/+12
* move inl header inclusion to topDwight2010-11-041-1/+1
* SERVER-1818 add a bit more safety by keeping kill_idx from throwing a db exce...Aaron2010-10-051-16/+21
* remove unused code and filesDwight2010-09-301-1/+1
* add a buildIndexes:false option for replica set membersDwight2010-09-281-8/+16
* don't add 2 version fieldsEliot Horowitz2010-09-231-1/+4
* set version for indexes and hookup for IndexPlugin SERVER-1845Eliot Horowitz2010-09-231-6/+13
* check for background indexing in progress after dup check SERVER-1317Eliot Horowitz2010-09-231-5/+7
* staring to work on versioning indexes so don't have to force re-index SERVER-...Eliot Horowitz2010-09-231-1/+7
* misc cleaningDwight2010-08-231-1/+1
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* SERVER-810 _id modifying updates replicate correctlyAaron2010-04-271-1/+4
* a bunch of refactoring for mongos linkingEliot Horowitz2010-04-131-205/+11
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-1/+1
* allow re-sorting for geo searches SERVER-730Eliot Horowitz2010-03-101-0/+5
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-101-1/+1
* SERVER-695 don't destroy static global mutexesAaron2010-03-091-1/+1
* error textDwight2010-03-041-1/+1
* geo index doesn't break non-geo search on same fieldEliot Horowitz2010-03-011-0/+31
* some cleaningEliot Horowitz2010-02-281-4/+8
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-251-1/+2
|\
| * fix recently thread safety mistake in NSDTDwight2010-02-251-1/+2
* | refactoring geo search a bit to embed into queryEliot Horowitz2010-02-251-0/+16
|/
* mostly lockless getSpecEliot Horowitz2010-02-241-1/+2
* indexSpec() can now be used from read locked locations (or even unlocked)Dwight2010-02-231-1/+1
* BSONSizeTracker - tracks how big actual bson objects created with a builder areEliot Horowitz2010-02-201-3/+3
* helpersEliot Horowitz2010-02-171-1/+10
* clean plugin stuffEliot Horowitz2010-02-161-3/+2
* some thoughts on extending indexingEliot Horowitz2010-02-151-1/+41
* new names IndexSpecDwight2010-02-041-2/+2
* background index buildingDwight2010-02-041-11/+18
* compile windows vcprojDwight2010-02-031-2/+2
* deleteIndexes -> dropIndexesDwight2010-01-221-1/+1
* a bit nicer / smarter on a deleteIndex command after a crashDwight2010-01-221-9/+33
* small optimizationEliot Horowitz2010-01-151-6/+13
* some index cleaningEliot Horowitz2010-01-151-10/+28
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-01-151-19/+4
|\
| * cache IndexSpec in NamespaceDetailsTransientEliot Horowitz2010-01-151-12/+3
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-151-1/+1
| |\
| * | create IndexSpec class for keys + meta dataEliot Horowitz2010-01-151-9/+3
* | | refactor and clean up some index building codeDwight2010-01-151-0/+93
| |/ |/|
* | compile vcprojDwight2010-01-151-1/+1
|/
* move some Index* stuff to db/index.*Eliot Horowitz2010-01-151-0/+203