summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-31Ensure that trigger runs with "try" variants and still has access to the tran...Brian S. O'Neill
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on the...Brian S. O'Neill
2012-11-27Rollback change 1398. Triggers run in a non-for-update transaction again.Brian S. O'Neill
2012-11-06Commented out potentially destructive resync logic.Brian S. O'Neill
2012-11-06Layout metadata sync fixes.Brian S. O'Neill
2012-11-05Use proper key for alt generation decoder.Brian S. O'Neill
2012-11-05Add layout metadata sync utility.Brian S. O'Neill
2012-10-31Allow equivalent layout generation to be defined.Brian S. O'Neill
2012-10-31Support range filtering of array types.Brian S. O'Neill
2012-10-19Add workaround for MySQL int unsigned type.Brian S. O'Neill
2012-10-12Triggers now run in a for-update transaction.Brian S. O'Neill
2012-10-09Add additional deadlock detection mode.Brian S. O'Neill
2012-10-01Prevent deadlock during close.Brian S. O'Neill
2012-10-01Add reload check during resync.Brian S. O'Neill
2012-10-01Generate missing method.Brian S. O'Neill
2012-09-25Support instantiation by just the key.Brian S. O'Neill
2012-09-09Index repair improvements.Brian S. O'Neill
2012-09-07Independent annotation disables null check for version properties.Brian S. O'Neill
2012-06-16Update user guide copyright.Brian S. O'Neill
2012-06-16Update user guide pdf.Brian S. O'Neill
2012-06-16Fix minor code sample typo.Brian S. O'Neill
2012-06-07Allow layouts to be reclaimed.Brian S. O'Neill
2012-06-07Clear pools on shutdown.Brian S. O'Neill
2012-05-19Support compilation with JDK 1.7.Brian S. O'Neill
2012-05-18Adjusted optimization of open ended range queries.Jesse Morgan
2012-05-01Fixed add trigger exception in subsequent constructions of IndexedStorage whe...Jesse Morgan
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
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
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 locki...Brian S. O'Neill
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
2011-06-30Skip corrupt master entries, allow existing index entry.Brian S. O'Neill