summaryrefslogtreecommitdiff
path: root/db/index.h
Commit message (Expand)AuthorAgeFilesLines
* stdafx->pchDwight2010-04-271-1/+1
* SERVER-810 _id modifying updates replicate correctlyAaron2010-04-271-1/+2
* a bunch of refactoring for mongos linkingEliot Horowitz2010-04-131-145/+1
* allow re-sorting for geo searches SERVER-730Eliot Horowitz2010-03-101-0/+2
* handle multiple geo indexes with $near SERVER-686Eliot Horowitz2010-03-011-1/+1
* geo index doesn't break non-geo search on same fieldEliot Horowitz2010-03-011-0/+9
* some cleaningEliot Horowitz2010-02-281-5/+11
* can access geo through $nearEliot Horowitz2010-02-251-1/+1
* checkpoint on $near opEliot Horowitz2010-02-251-0/+2
* refactoring geo search a bit to embed into queryEliot Horowitz2010-02-251-12/+13
* make geo index work for non geo-searchEliot Horowitz2010-02-241-0/+2
* mostly lockless getSpecEliot Horowitz2010-02-241-2/+6
* BSONSizeTracker - tracks how big actual bson objects created with a builder areEliot Horowitz2010-02-201-0/+2
* helpersEliot Horowitz2010-02-171-1/+21
* clean plugin stuffEliot Horowitz2010-02-161-3/+7
* some thoughts on extending indexingEliot Horowitz2010-02-151-0/+48
* new names IndexSpecDwight2010-02-041-8/+7
* background index buildingDwight2010-02-041-4/+10
* commentDwight2010-01-251-4/+6
* some work towards background indexingDwight2010-01-181-1/+3
* small optimizationEliot Horowitz2010-01-151-1/+4
* some index cleaningEliot Horowitz2010-01-151-20/+10
* cache IndexSpec in NamespaceDetailsTransientEliot Horowitz2010-01-151-1/+29
* create IndexSpec class for keys + meta dataEliot Horowitz2010-01-151-1/+28
* move some Index* stuff to db/index.*Eliot Horowitz2010-01-151-0/+148