summaryrefslogtreecommitdiff
path: root/src/mongo/db/btreecursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-0/+1
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-4/+0
* SERVER-8791 SERVER-9212 move btree-only funcs out of indexcursor ifaceHari Khalsa2013-06-251-38/+3
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-1/+2
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-2/+2
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-234/+144
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-27/+15
* SERVER-3795 Make sure every logical log statement ends with endl, so that the...Shaun Verch2012-11-061-1/+1
* SERVER-1752 Within BtreeCursor::currentMatches(), filter keys that do not mat...Aaron2012-10-231-4/+30
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-6/+8
* SERVER-6814 - fix memory leak in BtreeCursor::makeEliot Horowitz2012-08-211-4/+4
* make all disk access happen in BtreeCursor::init rather than constructorEliot Horowitz2012-05-161-113/+61
* SERVER-5063 $in limit efficiency.Aaron2012-04-061-8/+12
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-8/+8
* SERVER-3803 check proper n sentinel value for deallocated bucket in v0 indexAaron2012-02-291-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+457