summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* disbale mms for releaseEliot Horowitz2010-03-021-1/+1
* turn off debuggingEliot Horowitz2010-03-011-2/+2
* handle multiple geo indexes with $near SERVER-686Eliot Horowitz2010-03-013-6/+10
* better error message for old indexEliot Horowitz2010-03-011-1/+1
* geo index doesn't break non-geo search on same fieldEliot Horowitz2010-03-014-18/+62
* Fix for regex matches self with $regex objectMathias Stearn2010-03-011-1/+8
* use addRegex everywhereMathias Stearn2010-03-012-17/+5
* Regexes match themselves SERVER-673Mathias Stearn2010-03-013-0/+12
* better regex prefix matchingMathias Stearn2010-03-012-26/+21
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-03-016-25/+49
|\
| * Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-015-28/+49
| |\
| | * 32bit compileEliot Horowitz2010-03-011-2/+2
| | * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-014-62/+92
| | |\
| | * | appendNumber for nicer numbers in the shellEliot Horowitz2010-03-015-23/+47
| * | | SERVER-580 try to remove windows warningAaron2010-03-011-2/+2
* | | | oopsDwight2010-03-011-1/+1
| |_|/ |/| |
* | | Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-03-013-57/+90
|\ \ \ | |/ /
| * | mergeAaron2010-03-016-95/+306
| |\ \ | | |/
| * | SERVER-580 implement slavedelayAaron2010-03-013-57/+90
* | | error checking in cmdDwight2010-03-011-5/+2
| |/ |/|
* | use BinData for GeoHash for footprint sizeEliot Horowitz2010-03-011-83/+296
* | Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-03-014-10/+3
|\ \
| * | get rid of cursor hack and add testEliot Horowitz2010-03-014-10/+3
| |/
* | fix bug in bsonelement bindata compareDwight2010-03-011-2/+7
|/
* error msg textDwight2010-03-011-1/+1
* sparse geo indexEliot Horowitz2010-02-281-0/+2
* remove $distanceEliot Horowitz2010-02-281-4/+0
* fix geo with other filtersEliot Horowitz2010-02-283-10/+15
* some cleaningEliot Horowitz2010-02-283-13/+22
* $addToSet : { $each : ... } SERVER-628Eliot Horowitz2010-02-272-24/+82
* fix BSONElementCmpWithoutField and therefore BSONElementSetEliot Horowitz2010-02-271-1/+1
* driver helpersEliot Horowitz2010-02-271-0/+63
* scaling on collstatsEliot Horowitz2010-02-271-7/+11
* Fix GENOIDMathias Stearn2010-02-262-7/+8
* Lower size for BSON literal macro to 64Mathias Stearn2010-02-261-1/+1
* wrong lock type on map reduce finishEliot Horowitz2010-02-261-1/+1
* geo2d command -> geoNearEliot Horowitz2010-02-261-1/+1
* change Command locking configEliot Horowitz2010-02-2613-46/+77
* make info thread safe SERVER-674Eliot Horowitz2010-02-261-2/+2
* explain fixing for geoEliot Horowitz2010-02-261-15/+22
* mergeAaron2010-02-258-121/+239
|\
| * edge case fixEliot Horowitz2010-02-261-2/+12
| * can access geo through $nearEliot Horowitz2010-02-255-34/+108
| * Convert prefix queries to ranges ~20%+ speedup SERVER-611Mathias Stearn2010-02-253-73/+110
| * Can use index for all regex queries SERVER-672Mathias Stearn2010-02-251-0/+8
| * Regexes should not try to match against numbers or dates SERVER-672Mathias Stearn2010-02-251-12/+1
* | SERVER-680 fix issues with --only modeAaron2010-02-252-7/+23
|/
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-2511-116/+229
|\
| * checkpoint on $near opEliot Horowitz2010-02-259-7/+75
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-254-5/+6
| |\