index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
btreecursor.cpp
Age
Commit message (
Expand
)
Author
2009-02-25
Add const
Aaron
2009-02-25
Remove dead code
Aaron
2009-02-24
New query optimizer checkpoint, minus jstest changes
Aaron
2009-02-20
Dummy count implementation
Aaron
2009-02-13
fix to properly check for dupkey with unused keys
Dwight
2009-02-13
btree: fix a bug (missing code) when reinserting a key that was marked unused
Dwight
2009-02-09
Refactor hint code
Aaron
2009-02-09
doneAndDecouple() -> obj()
Dwight
2009-01-28
killop / inprog commands
Dwight
2009-01-27
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Dwight
2009-01-27
check the index range first before we go into the object on a query -- so we ...
Dwight
2009-01-27
Regex upper bound for index scan
Aaron
2009-01-20
Fix simple match spec for encapsulating elements and numbers
Aaron
2009-01-16
Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139
Aaron
2009-01-15
Add start / end key to explain, fix key extraction ordering
Aaron
2009-01-15
Replaced our #defined cout with mongo::out()
Aaron
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-14
Replace tab indentation with spaces
Aaron
2009-01-14
Put our code in 'mongo' namespace
Aaron
2009-01-14
NEW pdfile # : 4.4; Support compound directions with compound indexes
Aaron
2008-12-28
Replace tab indentation with spaces
Aaron
2008-12-19
Use empty string for field names of key elements
Aaron
2008-12-17
Make g++ warnings stricter, clear a few new warnings
Aaron
2008-12-16
Ignore index direction when bounding btree cursor, as btree doesn't yet suppo...
Aaron
2008-12-11
Cursor bracketing supports multiple inequalities on the same field
Aaron
2008-12-10
prettier plus eliminating a couple warnings on visual c++
Dwight
2008-12-10
If index direction is not numeric, assume forward; fixes 1101
Aaron
2008-12-09
Add comments for new functions, pass set<> by reference as requested by Dwight
Aaron
2008-12-09
Bracket btree cursors with beginning and and ending keys
Aaron
2008-11-18
big change for stopOnMiss
Dwight
2008-10-21
rename classes
Dwight
2008-07-30
compile
Dwight