summaryrefslogtreecommitdiff
path: root/db/query.cpp
AgeCommit message (Expand)Author
2011-06-22more cleaningEliot Horowitz
2011-06-20putting delete in its own files and related cleaningEliot Horowitz
2011-06-15standardize matcher variablesAaron
2011-06-13FindingStartCursor comments, cleanup, fixesAaron
2011-06-12compiledwight
2011-06-12improve securitydwight
2011-06-09fix compileEliot Horowitz
2011-06-06disable SERVER-3064 temporarily it is breaking replica set rollbsackdwight
2011-06-03slightly better text in error msgdwight
2011-06-03dbGetMore needs to filter out newly migrated results SERVER-3086gregs
2011-06-03notes and test for SERVER-3064Eliot Horowitz
2011-06-03compiledwight
2011-06-03SERVER-3064gerald-lindsly
2011-06-02SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable fo...Aaron
2011-06-01SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight
2011-05-11don't override cursor matcher with default op matchergregs
2011-05-09redo diagstrdwight
2011-05-07nicer messageEliot Horowitz
2011-05-07don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz
2011-05-03Merge branch 'master' into mainDwight
2011-04-25SERVER-958 Update matcher and matcher usage for better non single key range s...Aaron
2011-04-22towards index v1 formatDwight
2011-04-13indexkey finishing some stuffdwight
2011-04-11indexkey workDwight
2011-04-01only add covered matcher manually if a matcher does not exist SERVER-1742gregs
2011-03-29SERVER-1465 remove replica pairsAaron
2011-03-21SERVER-2810 check for dropped explain cursor before accessing soAaron
2011-03-21SERVER-2809 don't read cursor's nscanned if failed yield invalidated the cursorAaron
2011-03-17SERVER-2552 initialize result flags for empty get more resultAaron
2011-03-17SERVER-2662 don't attempt to yield a query after an earlier yield fails and d...Aaron
2011-03-16Changes to source needed to compile cleanly with clang++Mathias Stearn
2011-03-09more safety for getMore yielding 180Eliot Horowitz
2011-03-03fix yield on getMore SERVER-2450Eliot Horowitz
2011-03-03yield on getMore SERVER-2450Eliot Horowitz
2011-01-31SERVER-2451 guard dropped cursor on explain yieldAaron
2011-01-19commentdwight
2011-01-12commitifneeded not called for delete with god=true to be more safedwight
2011-01-12always do commitIfNeeded during deleteEliot Horowitz
2011-01-10commitIfNeeded() inside $atomic operationsMathias Stearn
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-11-29Note about updating shell's explainMathias Stearn
2010-11-23durDwight
2010-11-20basic sparse indexes working SERVER-484Eliot Horowitz
2010-11-19longer names but no homonymsAlberto Lerner
2010-11-19ChunkMatcher is now ShardChunkManagerAlberto Lerner
2010-11-18ChunkMatcher now has per-chunk boundariesAlberto Lerner
2010-11-16spamEliot Horowitz
2010-11-16use data from indexes if possivle SERVER-192Eliot Horowitz
2010-11-15get if a cursor is a multi keyEliot Horowitz
2010-11-11ChunkMatcher has a bit more state now and a new interfaceAlberto Lerner