summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* class UnitTest was brokenr0.1.6_rc1Dwight2008-11-183-9/+13
* $explain should honor limit()Dwight2008-11-171-0/+2
* include execution time in $explain outputDwight2008-11-171-0/+1
* optimization onDwight2008-11-171-1/+1
* $hint+$explain fixDwight2008-11-172-22/+24
* first cut of $hintDwight2008-11-176-10/+64
* tostring betterunknown2008-11-163-5/+5
* better toString() for indexcursorunknown2008-11-161-1/+3
* compile fixes for gcc 4.3Eliot Horowitz2008-11-162-1/+4
* nscanned on slow query output in logunknown2008-11-154-989/+990
* beginnings of $explainDwight2008-11-146-43/+192
* remove deprecated filesDwight2008-11-145-2110/+972
* better json outputDwight2008-11-143-3/+18
* roll back changeunknown2008-11-131-1/+1
* temp patch regarding query optimizerunknown2008-11-132-358/+367
* dbgrid cmd line optinosDwight2008-11-137-392/+430
* more detail on slow queriesDwight2008-11-111-2/+3
* --source useful nowDwight2008-11-102-9/+35
* --source cmd lineDwight2008-11-103-3/+20
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-11-1016-1035/+1097
|\
| * makefile updateddwight2008-11-091-1/+1
| * checkpoint workunknown2008-11-0915-1034/+1096
* | embedded object segfault fixDwight2008-11-044-4/+20
|/
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-11-039-55/+65
|\
| * move connpool to client folderunknown2008-10-319-55/+65
* | bug fix with $naturalDwight2008-11-0310-989/+1029
|/
* catch file io exceptionunknown2008-10-291-5/+12
* catch asserts and report error to client on a queryunknown2008-10-2915-1339/+1513
* more dbgrid workDwight2008-10-2413-123/+367
* reorganize commands code for dbgridDwight2008-10-2215-1743/+1901
* rename classesDwight2008-10-2133-513/+536
* clarify commentGeir Magnusson Jr2008-10-211-2/+2
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pGeir Magnusson Jr2008-10-2018-1507/+1905
|\
| * fix dbgrid makefiledwight2008-10-191-1/+1
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/punknown2008-10-191-1/+1
| |\
| * | griddb workunknown2008-10-1913-987/+1109
| * | client support for replica fails (auto failover)unknown2008-10-194-46/+113
| * | DBClientCommands startedunknown2008-10-195-6/+134
| * | dbclient now can reconnect after a connection errorunknown2008-10-197-455/+536
* | | query.h : update comment. It appears (via testing) that the requirement forGeir Magnusson Jr2008-10-141-1/+1
| |/ |/|
* | message.cpp : change log message to show real size. No functional change.Geir Magnusson Jr2008-10-141-1/+1
|/
* allow an array for sort orderDwight2008-10-148-11/+64
* dbgrid beginningsDwight2008-10-135-9/+117
* don't exit if client sends us garbage for a queryr0.1.5_rc1Dwight2008-10-133-2/+15
* fix replication b ug with blank source nameDwight2008-10-136-20/+35
* bug with new inumber stuff on comparesDwight2008-10-132-3/+5
* fix max type for new number typeEliot Horowitz2008-10-121-2/+2
* int datatypeunknown2008-10-127-35/+70
* allow high bit of type to spoecify somethingunknown2008-10-111-2/+4
* repl: source parm now optionalDwight2008-10-103-4/+10