summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
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
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-04Fallback to original value if decompression fails.Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for i...Brian S. O'Neill
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
2011-01-06Log when generating new layout generation.Brian S. O'Neill
2011-01-03Support serialization of corrupt storable.Brian S. O'Neill
2010-12-29Only start old evictor thread if needed.Brian S. O'Neill
2010-12-29Use new Cojen utility classes.Brian S. O'Neill
2010-12-22Request and persist layout metadata in separate thread.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-21Handle more string corruption cases.Brian S. O'Neill
2010-08-18Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...Brian S. O'Neill
2010-08-03Minor comment typo.Brian S. O'Neill
2010-08-03Add support for remote procedure calls.Brian S. O'Neill
2010-07-28Undo last commit.Brian S. O'Neill
2010-07-28Need to actually add the new interfaces.Brian S. O'Neill
2010-07-24Allow new layouts if BDB is read-only.Brian S. O'Neill
2010-07-02Added NonDurableCommitException.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-08Fix serialization of adapted primary key properties.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