Age | Commit message (Expand) | Author |
2016-04-29 | Add explicit int->boolean conversions, as required by JDK 1.8.0_91. | broneill |
2015-10-14 | Handle more retryable exceptions during index build. | broneill |
2015-03-05 | Fixing leaked JDBC Connections. | Jesse Morgan |
2014-05-20 | Fix to select right datatype if DECIMAL_DIGITS for a column is less than 0 fo... | Archit Jain |
2013-10-25 | Fixing ReplicatedRepository so that transactions may be entered when the master | Jesse Morgan |
2013-10-21 | Fixed resync logic to consider index when a filter is provided. | Brian S. O'Neill |
2013-10-21 | Added FIXME comment. | Brian S. O'Neill |
2013-09-16 | Fix insert/update of large LOBs when using suppress reload option. | Brian S. O'Neill |
2013-04-23 | Add index repair options to discard duplicates or only verify. | Brian S. O'Neill |
2013-04-22 | Fix to remove bogus index entries if the primary key can't be loaded | Jesse Morgan |
2013-04-13 | Index triggers only use "for update" mode when the strict option is supplied. | Brian S. O'Neill |
2013-03-14 | Some repositories don't properly support top-level transactions, so retry if ... | Brian S. O'Neill |
2012-12-31 | Ensure that trigger runs with "try" variants and still has access to the tran... | Brian S. O'Neill |
2012-11-28 | ReplicatedRepository resync no longer creates a for-update transaction on the... | Brian S. O'Neill |
2012-10-19 | Add workaround for MySQL int unsigned type. | Brian S. O'Neill |
2012-10-09 | Add additional deadlock detection mode. | Brian S. O'Neill |
2012-10-01 | Add reload check during resync. | Brian S. O'Neill |
2012-09-09 | Index repair improvements. | Brian S. O'Neill |
2012-09-07 | Independent annotation disables null check for version properties. | Brian S. O'Neill |
2012-05-19 | Support compilation with JDK 1.7. | Brian S. O'Neill |
2012-05-01 | Fixed add trigger exception in subsequent constructions of IndexedStorage whe... | Jesse Morgan |
2012-04-25 | Infer type names for data sources that don't report the type properly. | Brian S. O'Neill |
2012-03-29 | Added BDB panic handling support. | Brian S. O'Neill |
2012-03-04 | Prepare release 1.2.3 | Brian S. O'Neill |
2012-01-26 | Added option for index access to fetch ahead to reduce likelihood of deadlocks. | Brian S. O'Neill |
2012-01-24 | Fix race condition when making initial connection to a slow database. | Brian S. O'Neill |
2012-01-24 | Revert last change. | Brian S. O'Neill |
2012-01-23 | Fix race condition when making initial connection to a slow database. | Brian S. O'Neill |
2012-01-17 | Add support for dbx repository type. | Brian S. O'Neill |
2011-11-11 | Handle more timeout types, make timeout configurable. | Brian S. O'Neill |
2011-11-10 | Add retry logic to index repair. | Brian S. O'Neill |
2011-11-07 | Ensure transaction is in "for update" mode during index repair. | Brian S. O'Neill |
2011-11-05 | Index repair retries following deadlocks. | Brian S. O'Neill |
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 |