index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
cursor
Age
Commit message (
Expand
)
Author
2007-01-29
Fixed multiple cursor implementations to be extra paranoid and close the curs...
Brian S. O'Neill
2007-01-28
Fixed bug when filtering against negative floating point values.
Brian S. O'Neill
2007-01-13
MergeSortBuffer detects misconfiguration early.
Brian S. O'Neill
2007-01-11
Fixes for bugs found using FindBugs.
Brian S. O'Neill
2006-12-22
Doc clarification.
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-09-30
Finished join optimization.
Brian S. O'Neill
2006-09-20
Comments and label changes.
Brian S. O'Neill
2006-09-19
Added SingletonCursor.
Brian S. O'Neill
2006-09-19
Removed all cursor synchronization. It just adds overhead and no real (or nee...
Brian S. O'Neill
2006-09-19
Restored synchronization and added comment for doing so.
Brian S. O'Neill
2006-09-19
Renamed empty cursor access method to "the".
Brian S. O'Neill
2006-09-19
Removed unnecessary synchronization.
Brian S. O'Neill
2006-09-03
More work on query engine.
Brian S. O'Neill
2006-08-30
Add cursor implementations
Brian S. O'Neill