summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-18Adjusted optimization of open ended range queries.Jesse Morgan
2012-05-01Fixed add trigger exception in subsequent constructions of IndexedStorage ↵Jesse Morgan
when the first throws an exception.
2012-04-25Infer type names for data sources that don't report the type properly.Brian S. O'Neill
2012-04-17Fixed NullPointerException when using ExistsFilterJesse Morgan
2012-03-29Added BDB panic handling support.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
Update copyright
2012-01-26Added option for index access to fetch ahead to reduce likelihood of deadlocks.Brian S. O'Neill
2012-01-25Relax strict property match check.Brian S. O'Neill
2012-01-24Fix race condition when making initial connection to a slow database.Brian S. O'Neill
2012-01-24Stricter property type checking, preventing verification errors in generated ↵Brian S. O'Neill
classes.
2012-01-24Revert last change.Brian S. O'Neill
2012-01-23Fix race condition when making initial connection to a slow database.Brian S. O'Neill
2012-01-17Add support for dbx repository type.Brian S. O'Neill
2012-01-11Make encoding strategy equals method symmetric in the face of subclassing.Brian S. O'Neill
2012-01-11Make encoding strategy equals method symmetric in the face of subclassing.Brian S. O'Neill
2011-11-11Handle more timeout types, make timeout configurable.Brian S. O'Neill
2011-11-10Add retry logic to index repair.Brian S. O'Neill
2011-11-07Ensure transaction is in "for update" mode during index repair.Brian S. O'Neill
2011-11-05Index repair retries following deadlocks.Brian S. O'Neill
2011-10-03Automatically update layout generation for deserialized layouts.Brian S. O'Neill
2011-10-03Fix index entry class generation when using mix of repository types.Brian S. O'Neill
2011-08-10Fix thread-local memory leaks.Brian S. O'Neill
2011-07-22Favor BDB repo for reconstructed layouts -- map repository has too many ↵Brian S. O'Neill
locking issues.
2011-07-22Test scope for junit dependency.Brian S. O'Neill
2011-07-21Use singleton LayoutFactory for type transport, preventing generation of too ↵Brian S. O'Neill
many extra classes.
2011-06-30Skip corrupt master entries, allow existing index entry.Brian S. O'Neill
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 ↵Brian S. O'Neill
truncated.
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-04Fallback to original value if decompression fails.Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for ↵Brian S. O'Neill
interrupts.
2011-04-15Allow server to supply sequence generated primary key values.Brian S. O'Neill
2011-04-12Handle concurrent close while copying cursor contents.Brian S. O'Neill
2011-04-02Add support to specify log region size. Patch provided by Michael Roberts.Brian S. O'Neill
2011-03-19Fixes for compression options.Brian S. O'Neill
2011-03-19Expose encode/decode methods.Brian S. O'Neill
2011-03-19Add TransactionMonitor.Brian S. O'Neill
2011-02-24Default to 100 for query cache.Brian S. O'Neill
2011-02-24Cache a minimum of 1000 query executors per type by default.Brian S. O'Neill
2011-02-18Add BDB verify support.Brian S. O'Neill
2011-02-03Support copying when property read or write methods are missing.Brian S. O'Neill
2011-01-20Fix filter grammar typo.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-08Fix class loader issues.Brian S. O'Neill
2011-01-08Add option to disable reverse splits.Brian S. O'Neill