summaryrefslogtreecommitdiff
path: root/db/query.h
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-44/+46
* rename FieldMatcher to ProjectionEliot Horowitz2010-11-151-4/+4
* more FieldMatcher cleaningEliot Horowitz2010-11-151-0/+1
* starting FieldMatcher cleaningEliot Horowitz2010-11-151-1/+1
* Better error message SERVER-1983Mathias Stearn2010-11-051-4/+5
* store rolled back info in flat files SERVER-1512Eliot Horowitz2010-08-031-2/+5
* fix size() for sharding SERVER-1444Eliot Horowitz2010-07-221-1/+1
* commentsEliot Horowitz2010-07-021-5/+5
* getLastError has _id of of upserted object SERVER-1173Eliot Horowitz2010-06-241-14/+8
* towards QueryOption_Exhaustdwight2010-06-061-2/+2
* towards QueryOption_exhaustdwight2010-06-051-1/+1
* SERVER-109 put Message in UserQueryOpAaron2010-05-181-1/+1
* $showDiskLoc query option SERVER-1054.Mathias Stearn2010-05-111-0/+5
* $maxScan for limiting how much to scan SERVER-1015Eliot Horowitz2010-04-281-2/+8
* refactor and rename insertDwight Merriman2010-04-281-1/+2
* stdafx->pchDwight2010-04-271-1/+1
* rs work; ismasterDwight2010-04-221-0/+1
* better/safe implementation of tracking slave progress for SERVER-467Eliot Horowitz2010-04-021-6/+1
* first cut at storing slave locations in prep for SERVER-467Eliot Horowitz2010-03-301-1/+7
* first pass at making replication more realtimeDwight2010-03-261-1/+2
* fix limit with $with SERVER-777Eliot Horowitz2010-03-171-0/+6
* SERVER-761 don't release mutex in deleteObjects() in god modeAaron2010-03-161-0/+1
* make query more flexible for php arraysEliot Horowitz2010-02-211-2/+2
* diagnosic method to just get index keysEliot Horowitz2010-02-161-1/+6
* refactor UserQueryOp a bitEliot Horowitz2010-02-161-0/+20
* some more cleaningEliot Horowitz2010-02-151-0/+1
* make fieldMatcher assert rather than set flagEliot Horowitz2010-02-151-2/+0
* refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-0/+168
* rename storage.h -> diskloc.hDwight2010-02-041-1/+1
* cleaningEliot Horowitz2010-02-031-2/+2
* refactor update so Mod and ModSet are re-usable. design is clean - still mor...Eliot Horowitz2010-01-251-1/+1
* stop using stringstream for loggingEliot Horowitz2009-12-291-3/+3
* QueryMessage was being instantiated twice on every query - fixed.Dwight2009-12-211-1/+1
* refactoring updateObjects return to be cleaner and so can work with multi-obj...Eliot Horowitz2009-10-211-1/+25
* store query in ClientCursor so can see query on slow getMore queriesEliot Horowitz2009-10-171-1/+1
* minor prep for multi update workDwight2009-10-011-3/+5
* better commentDwight2009-08-111-1/+3
* log separate op for each deleted objectAaron2009-04-091-1/+1
* Register update/delete only on client requestAaron2009-03-261-1/+2
* Support large count and nscannedAaron2009-03-241-1/+1
* Remove dead codeAaron2009-02-251-3/+0
* Clean up old codeAaron2009-02-241-2/+0
* Remove old codeAaron2009-02-241-5/+0
* Manually interleve query optimizer's plans rather than running each plan in a...Aaron2009-02-241-1/+1
* New query optimizer checkpoint, minus jstest changesAaron2009-02-241-3/+3
* First cut of query and update using new qoAaron2009-02-231-0/+4
* a little dbclient.h cleanup (minor)dwight2009-02-131-0/+1
* grid/message -> util/messageEliot Horowitz2009-02-031-1/+1
* $hint takes keypattern objects nowDwight2009-01-301-1/+1
* Don't log an update having no effect, log id as query when doing just one removeAaron2009-01-281-1/+2