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
/
repo
/
sleepycat
/
BDBStorage.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2011-05-04
Add support for Query controller and timeouts; remove vestigial support for i...
Brian S. O'Neill
2010-07-24
Allow new layouts if BDB is read-only.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-01-21
Comment fix.
Brian S. O'Neill
2009-11-05
Add support for compressed records.
Brian S. O'Neill
2009-10-26
Pass Storable to RawSupport when loading and deleting.
Brian S. O'Neill
2009-08-03
Ensure truncate when using single file is limited to one type.
Brian S. O'Neill
2008-12-18
Fixes for excessive class generation and memory usage when opening multiple r...
Brian S. O'Neill
2008-07-18
Moved transaction support classes to txn package.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-05-04
Fix deadlock recovery.
Brian S. O'Neill
2008-04-30
Recover from potential deadlocks against repositories with coarse locks.
Brian S. O'Neill
2008-04-07
Clean up use of MergeSortBuffer.
Brian S. O'Neill
2008-02-04
Make TransactionManager creation more flexible.
Brian S. O'Neill
2008-01-21
Move StorableIndexSet to qe package.
Brian S. O'Neill
2008-01-20
Split TransactionManager and created TransactionScope class.
Brian S. O'Neill
2007-08-26
Removed Trigger lob adapting methods.
Brian S. O'Neill
2007-08-26
Added support for load and query trigger.
Brian S. O'Neill
2007-06-29
Fixed IllegalArgumentException with optimized join queries of the form "a.b =...
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-04-29
Added @since tags.
Brian S. O'Neill
2007-04-22
Added primary key verification.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2006-10-31
Cope with errors during resync.
Brian S. O'Neill
2006-10-20
Resolved deadlocks.
Brian S. O'Neill
2006-10-17
More work on automatic triggers.
Brian S. O'Neill
2006-10-16
Resolved deadlocks.
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-10-10
Minor comment fix.
Brian S. O'Neill
2006-10-08
Folded in projects that have no special dependencies.
Brian S. O'Neill