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
Age
Commit message (
Expand
)
Author
2011-10-03
Fix index entry class generation when using mix of repository types.
Brian S. O'Neill
2011-08-10
Fix thread-local memory leaks.
Brian S. O'Neill
2011-06-30
Skip corrupt master entries, allow existing index entry.
Brian S. O'Neill
2011-06-03
Default transaction limit is now 1000.
Brian S. O'Neill
2011-05-18
Add FIXME comment.
Brian S. O'Neill
2011-05-17
Don't rebuild index if nothing to build. Make sure bogus index entries are tr...
Brian S. O'Neill
2011-05-17
Default max checkpoint interval at 1 minute.
Brian S. O'Neill
2011-05-14
Commit batches of deletes during index repair.
Brian S. O'Neill
2011-05-04
Add support for Query controller and timeouts; remove vestigial support for i...
Brian S. O'Neill
2011-04-02
Add support to specify log region size. Patch provided by Michael Roberts.
Brian S. O'Neill
2011-02-18
Add BDB verify support.
Brian S. O'Neill
2011-01-20
Add option to set max locks; increase default number of lockers.
Brian S. O'Neill
2011-01-19
Add Transaction preCommit method.
Brian S. O'Neill
2011-01-12
Fix load when primary key has nullable properties.
Brian S. O'Neill
2011-01-11
Added option to set max transactions.
Brian S. O'Neill
2011-01-08
Add option to disable reverse splits.
Brian S. O'Neill
2010-09-30
Add option to force logging sub-system to initialize.
Brian S. O'Neill
2010-09-07
Make builder be final.
Brian S. O'Neill
2010-08-31
Fix order of joined elements in "exists" clause.
Brian S. O'Neill
2010-08-26
Handle more exceptions with broken indexes.
Brian S. O'Neill
2010-08-26
More robust corruption repairs.
Brian S. O'Neill
2010-08-18
Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...
Brian S. O'Neill
2010-07-24
Allow new layouts if BDB is read-only.
Brian S. O'Neill
2010-06-14
Add sync option to CheckpointCapability.
Brian S. O'Neill
2010-06-10
Split data and log files during backup.
Brian S. O'Neill
2010-06-04
Added deadlock detection for JDBC.
Brian S. O'Neill
2010-05-17
Remove cached metadata if exception thrown while creating it.
Brian S. O'Neill
2010-05-16
Comments and compatibility for new backup features.
Brian S. O'Neill
2010-05-14
Added Incremental Backup to HotBackupCapability
Olga Kuznetsova
2010-03-19
Support class loaders that don't provide a Package.
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-03-01
Deprecated ThrowUnchecked class.
Brian S. O'Neill
2010-02-20
Fix generated delete statement which has joins.
Brian S. O'Neill
2010-02-17
Add PartitionKey annotation.
Brian S. O'Neill
2010-01-21
Comment fix.
Brian S. O'Neill
2010-01-07
Add option to keep old transaction log files.
Brian S. O'Neill
2009-12-22
Remove isClosed method, which broke compatibility.
Brian S. O'Neill
2009-12-22
Added isClosed method to Repository.
Brian S. O'Neill
2009-11-05
Add support for compressed records.
Brian S. O'Neill
2009-11-04
Support setting max log file size.
Brian S. O'Neill
2009-10-26
Pass Storable to RawSupport when loading and deleting.
Brian S. O'Neill
2009-10-15
Generated readFrom method sets properties states at the end, to ensure that a...
Brian S. O'Neill
2009-10-13
Removed bogus fixme comment.
Brian S. O'Neill
2009-09-20
Clarify docs when setDataSource is called.
Brian S. O'Neill
2009-08-18
Throw exception if force checkpoint disabled.
Brian S. O'Neill
2009-08-03
Ensure truncate when using single file is limited to one type.
Brian S. O'Neill
2009-07-25
Query.after and Query.fetchAfter supports subclass parameter.
Brian S. O'Neill
2009-07-25
Make cursors more resilient against concurrent close, preventing NoSuchElemen...
Brian S. O'Neill
2009-06-12
Add fixme comment.
Brian S. O'Neill
2009-05-18
Support backwards compatiblity with older CarbonadoSleepycat packages.
Tobias Holgers
[next]