Change constructor and added load() method Added getRecid() method |
|
More...
|
over 23 years ago
|
Updated javadoc package documentation |
|
More...
|
over 23 years ago
|
Added antRun script for Unix builds |
|
More...
|
over 23 years ago
|
Updated copyright notice |
|
More...
|
over 23 years ago
|
Documented version 0.11 changesVersion 0.11 changes |
|
More...
|
over 23 years ago
|
Bumped version number to 0.11 |
|
More...
|
over 23 years ago
|
Added example for B+Tree |
|
More...
|
over 23 years ago
|
Added test suite for B+Tree implementation |
|
More...
|
over 23 years ago
|
Cosmetic changes |
|
More...
|
over 23 years ago
|
Updated Alex Boisvert's email address |
|
More...
|
over 23 years ago
|
New B+Tree implementation |
|
More...
|
over 23 years ago
|
Updated Alex Boivert's email address |
|
More...
|
over 23 years ago
|
Updated package index doc |
|
More...
|
over 23 years ago
|
Minor optimization |
|
More...
|
over 23 years ago
|
Added Comparator and a few implementation classes. Added Tuple and TupleBrowser |
|
More...
|
over 23 years ago
|
Fixed "build.compiler" error with attribute name. It was incorrectly set to "file" instead of "value". |
|
More...
|
almost 24 years ago
|
Added cp.bat (got lost along the way) |
|
More...
|
almost 24 years ago
|
Bumped version to 0.10, documented changes and updated description. |
|
More...
|
almost 24 years ago
|
fetch() incorrectly released() block with dirty flag, which caused unnecessary performance loss |
|
More...
|
almost 24 years ago
|
Properly release resources upon close() |
|
More...
|
almost 24 years ago
|
In commit() skip txnMgr.commit() if no dirty blocks Also, release resource upon close() |
|
More...
|
almost 24 years ago
|
Properly release resources during close() |
|
More...
|
almost 24 years ago
|
Properly release resources when TransactionManager is closed |
|
More...
|
almost 24 years ago
|
Updated most test cases to work under Windows (properly close file to avoid problem when deleting file) |
|
More...
|
almost 24 years ago
|
Added Test case for HashDirectory enumeration |
|
More...
|
almost 24 years ago
|
Fix bug report by Daniel Herlemont on Nov. 12, 2000: |
|
More...
|
almost 24 years ago
|
*** empty log message *** |
|
More...
|
almost 24 years ago
|
Fix bug in flush() and move listener into inner class to clean ObjectCache interface |
|
More...
|
over 24 years ago
|
Validation in constructor to avoid creating cache with <= 0 objects |
|
More...
|
over 24 years ago
|
Use small cache to ensure lots of IO in CrashTest |
|
More...
|
over 24 years ago
|