Age | Commit message (Expand) | Author |
2010-07-24 | Allow new layouts if BDB is read-only. | Brian S. O'Neill |
2010-06-14 | Add sync option to CheckpointCapability. | Brian S. O'Neill |
2010-06-10 | Split data and log files during backup. | Brian S. O'Neill |
2010-05-16 | Comments and compatibility for new backup features. | Brian S. O'Neill |
2010-05-14 | Added Incremental Backup to HotBackupCapability | Olga Kuznetsova |
2010-03-19 | Support class loaders that don't provide a Package. | Brian S. O'Neill |
2010-03-14 | Update copyright. | Brian S. O'Neill |
2010-03-01 | Deprecated ThrowUnchecked class. | Brian S. O'Neill |
2010-01-21 | Comment fix. | Brian S. O'Neill |
2010-01-07 | Add option to keep old transaction log files. | Brian S. O'Neill |
2009-11-05 | Add support for compressed records. | Brian S. O'Neill |
2009-11-04 | Support setting max log file size. | Brian S. O'Neill |
2009-10-26 | Pass Storable to RawSupport when loading and deleting. | Brian S. O'Neill |
2009-08-18 | Throw exception if force checkpoint disabled. | Brian S. O'Neill |
2009-08-03 | Ensure truncate when using single file is limited to one type. | Brian S. O'Neill |
2009-05-18 | Support backwards compatiblity with older CarbonadoSleepycat packages. | Tobias Holgers |
2009-05-15 | Added methods for configuring checkpointThresholdKB, checkpointThresholdMinut... | Tobias Holgers |
2009-04-16 | Added properties to obtain more BDB info. | Brian S. O'Neill |
2009-03-17 | Added backup restore functionality. | Brian S. O'Neill |
2009-03-17 | Added capability to perform hot backups. | Brian S. O'Neill |
2008-12-18 | Fixes for excessive class generation and memory usage when opening multiple r... | Brian S. O'Neill |
2008-12-18 | Fix parameter name. | Brian S. O'Neill |
2008-12-18 | Added cachePercent member variable to support maxMemoryPercent BDB configurat... | Peter Carbon |
2008-07-18 | Moved transaction support classes to txn package. | Brian S. O'Neill |
2008-07-07 | Don't wrap MalformedArgumentExceptions. | Brian S. O'Neill |
2008-05-21 | Change open and close log messages. | Brian S. O'Neill |
2008-05-06 | Code cleanup: add @Override annotations, remove unused imports, remove dead c... | Brian S. O'Neill |
2008-05-04 | Fix deadlock recovery. | Brian S. O'Neill |
2008-04-30 | Handle missing method from database open hook. | Brian S. O'Neill |
2008-04-30 | Recover from potential deadlocks against repositories with coarse locks. | Brian S. O'Neill |
2008-04-21 | Support database name remapping. | Brian S. O'Neill |
2008-04-07 | Clean up use of MergeSortBuffer. | Brian S. O'Neill |
2008-03-29 | Fix map type for database file name feature. | Brian S. O'Neill |
2008-03-27 | Support multiple databases in one file. | Brian S. O'Neill |
2008-03-25 | Fixes for bugs as reported by FindBugs. | Brian S. O'Neill |
2008-02-04 | Make TransactionManager creation more flexible. | Brian S. O'Neill |
2008-01-21 | Move StorableIndexSet to qe package. | Brian S. O'Neill |
2008-01-20 | Split TransactionManager and created TransactionScope class. | Brian S. O'Neill |
2007-10-23 | Deprecated use of ExceptionTransformer in TransactionManager. | Brian S. O'Neill |
2007-10-23 | Support transaction lock timeout. | Brian S. O'Neill |
2007-08-26 | Removed Trigger lob adapting methods. | Brian S. O'Neill |
2007-08-26 | Added support for load and query trigger. | Brian S. O'Neill |
2007-06-29 | Fixed IllegalArgumentException with optimized join queries of the form "a.b =... | Brian S. O'Neill |
2007-05-20 | Merged in covering index optimization. | Brian S. O'Neill |
2007-04-29 | Added @since tags. | Brian S. O'Neill |
2007-04-22 | Added primary key verification. | Brian S. O'Neill |
2007-03-28 | Merged 1.2-dev to trunk. | Brian S. O'Neill |
2007-03-15 | IndexedRepository supports optional and throttled index repair. | Brian S. O'Neill |
2007-01-30 | More cursor closing paranoia. | Brian S. O'Neill |
2007-01-11 | Fixes for bugs found using FindBugs. | Brian S. O'Neill |