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