summaryrefslogtreecommitdiff
path: root/db/index.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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