summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/sleepycat
AgeCommit message (Expand)Author
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-07-07Don't wrap MalformedArgumentExceptions.Brian S. O'Neill
2008-05-21Change open and close log messages.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-05-04Fix deadlock recovery.Brian S. O'Neill
2008-04-30Handle missing method from database open hook.Brian S. O'Neill
2008-04-30Recover from potential deadlocks against repositories with coarse locks.Brian S. O'Neill
2008-04-21Support database name remapping.Brian S. O'Neill
2008-04-07Clean up use of MergeSortBuffer.Brian S. O'Neill
2008-03-29Fix map type for database file name feature.Brian S. O'Neill
2008-03-27Support multiple databases in one file.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-02-04Make TransactionManager creation more flexible.Brian S. O'Neill
2008-01-21Move StorableIndexSet to qe package.Brian S. O'Neill
2008-01-20Split TransactionManager and created TransactionScope class.Brian S. O'Neill
2007-10-23Deprecated use of ExceptionTransformer in TransactionManager.Brian S. O'Neill
2007-10-23Support transaction lock timeout.Brian S. O'Neill
2007-08-26Removed Trigger lob adapting methods.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-06-29Fixed IllegalArgumentException with optimized join queries of the form "a.b =...Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-22Added primary key verification.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2007-01-30More cursor closing paranoia.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-16Use setTransactionWriteNoSync in examples because it is safer.Brian S. O'Neill
2006-12-16Support write-no-sync mode for Sleepycat repositories.Brian S. O'Neill
2006-12-01Add Storable to CorruptEncodingException when loading from index.Brian S. O'Neill
2006-11-04Support transaction isolation level of "none".Brian S. O'Neill
2006-10-31Cope with errors during resync.Brian S. O'Neill
2006-10-23Removed unused methods.Brian S. O'Neill
2006-10-20Resolved deadlocks.Brian S. O'Neill
2006-10-17Prevent accidental replication of internal storables.Brian S. O'Neill
2006-10-17More work on automatic triggers.Brian S. O'Neill
2006-10-16Resolved deadlocks.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-14Added support for memory-only transaction logs.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-10Minor comment fix.Brian S. O'Neill
2006-10-08Folded in projects that have no special dependencies.Brian S. O'Neill