summaryrefslogtreecommitdiff
path: root/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3208 refresh cached namespace pointers on update yieldAaron2011-07-311-1/+2
* ClientCursor::getFieldsDotted safe for v1 indexesEliot Horowitz2011-07-011-1/+1
* bug fix v1 indexes and distinctDwight2011-06-271-2/+3
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-0/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* ClientCursor::extractKeysEliot Horowitz2011-06-241-2/+10
* SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz2011-06-231-1/+9
* yield with disk prep for ClientCursor SERVER-2563Eliot Horowitz2011-06-151-2/+3
* dbGetMore needs to filter out newly migrated results SERVER-3086gregs2011-06-031-0/+6
* Revert "exact checks for 2d queries SERVER-2968"gregs2011-05-091-1/+1
* Matching class/structMathias Stearn2011-05-091-2/+2
* exact checks for 2d queries SERVER-2968gregs2011-05-091-1/+1
* defensive, maybe safer for shutdown, in particular on posixdwight2011-05-091-1/+1
* Prevent accidental usage of scoped or shared_ptr with ClientCursorMathias Stearn2011-05-041-0/+8
* Fix and cleanup ClientCursor::invalidate() SERVER-2816Mathias Stearn2011-04-071-2/+2
* more safety for getMore yielding 180Eliot Horowitz2011-03-091-0/+7
* ClientCursor::getFieldDottedEliot Horowitz2011-02-051-0/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-48/+49
* pass ns to staticYield so can log on error/warning SERVER-2268Eliot Horowitz2010-12-221-1/+1
* use data from indexes if possivle SERVER-192Eliot Horowitz2010-11-161-2/+5
* rename FieldMatcher to ProjectionEliot Horowitz2010-11-151-1/+1
* more FieldMatcher cleaningEliot Horowitz2010-11-151-0/+1
* if key is in index, use it for distinct SERVER-1673Eliot Horowitz2010-11-141-1/+9
* method on cursor to say if a key might be different than in the objectEliot Horowitz2010-11-121-1/+1
* check for dups on multikey indexes SERVER-1904Eliot Horowitz2010-11-091-0/+2
* some thoughts on getting things from indexes SERVER-1502 SERVER-192Eliot Horowitz2010-11-021-0/+1
* move ClientCursor::ClientCursor() to .cppEliot Horowitz2010-11-021-16/+2
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-291-56/+89
* some more passthrough methods on ClientCursorEliot Horowitz2010-10-231-2/+3
* SERVER-1804 tighter background jobAlberto Lerner2010-10-131-1/+1
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-1/+22
* cleaing killCursor codeEliot Horowitz2010-09-301-0/+5
* towards durabilitydwight2010-09-271-15/+4
* cleaningDwight2010-08-231-38/+15
* more constDwight2010-08-231-4/+5
* const is saferdwight2010-08-231-3/+3
* clean up diags clientcursor after changesdwight2010-08-231-1/+1
* fix an old but serious bug with cursors 162dwight2010-08-231-9/+13
* track number of timed out cursors and display in cursorinfo and serverStatusEliot Horowitz2010-08-181-5/+5
* SERVER-1453 yield during geo queryAaron2010-08-021-1/+1
* fix yieldEliot Horowitz2010-08-011-2/+2
* fix update/remove concurrency - centralize for query SERVER-1529 SERVER-1518Eliot Horowitz2010-08-011-13/+4
* Cursor::supportYields SERVER-1453Eliot Horowitz2010-07-241-4/+11
* don't delete old chunk data until there aren't cursors iterating it SERVER-937Eliot Horowitz2010-07-221-0/+2
* const char * to stringEliot Horowitz2010-07-151-1/+1
* SERVER-1390 don't put ClientCursor in shared_ptrAaron2010-07-121-0/+34
* SERVER-1376 yield in query set runner for query,count,update,deleteAaron2010-07-071-0/+7
* easier to use YieldEliot Horowitz2010-07-031-1/+4
* yield based off of scanned and timeEliot Horowitz2010-06-221-2/+2
* don't yield if you're a reader and only other readers are active SERVER-517Eliot Horowitz2010-06-221-1/+3