Age | Commit message (Expand) | Author |
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 | Automatically update layout generation for deserialized layouts. | 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-07-22 | Favor BDB repo for reconstructed layouts -- map repository has too many locki... | Brian S. O'Neill |
2011-07-21 | Use singleton LayoutFactory for type transport, preventing generation of too ... | 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 | Fallback to original value if decompression fails. | 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-15 | Allow server to supply sequence generated primary key values. | Brian S. O'Neill |
2011-04-12 | Handle concurrent close while copying cursor contents. | Brian S. O'Neill |
2011-04-02 | Add support to specify log region size. Patch provided by Michael Roberts. | Brian S. O'Neill |
2011-03-19 | Fixes for compression options. | Brian S. O'Neill |
2011-03-19 | Expose encode/decode methods. | Brian S. O'Neill |
2011-03-19 | Add TransactionMonitor. | Brian S. O'Neill |
2011-02-24 | Default to 100 for query cache. | Brian S. O'Neill |
2011-02-24 | Cache a minimum of 1000 query executors per type by default. | Brian S. O'Neill |
2011-02-18 | Add BDB verify support. | Brian S. O'Neill |
2011-02-03 | Support copying when property read or write methods are missing. | Brian S. O'Neill |
2011-01-20 | Fix filter grammar typo. | 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 | Fix class loader issues. | Brian S. O'Neill |
2011-01-08 | Add option to disable reverse splits. | Brian S. O'Neill |
2011-01-06 | Log when generating new layout generation. | Brian S. O'Neill |
2011-01-03 | Support serialization of corrupt storable. | Brian S. O'Neill |
2010-12-29 | Only start old evictor thread if needed. | Brian S. O'Neill |
2010-12-29 | Use new Cojen utility classes. | Brian S. O'Neill |
2010-12-22 | Request and persist layout metadata in separate thread. | Brian S. O'Neill |
2010-09-30 | Add option to force logging sub-system to initialize. | Brian S. O'Neill |
2010-09-07 | Make builder be final. | Brian S. O'Neill |
2010-08-31 | Fix order of joined elements in "exists" clause. | Brian S. O'Neill |
2010-08-26 | Handle more exceptions with broken indexes. | Brian S. O'Neill |
2010-08-26 | More robust corruption repairs. | Brian S. O'Neill |
2010-08-21 | Handle more string corruption cases. | Brian S. O'Neill |
2010-08-18 | Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash... | Brian S. O'Neill |
2010-08-03 | Minor comment typo. | Brian S. O'Neill |
2010-08-03 | Add support for remote procedure calls. | Brian S. O'Neill |
2010-07-28 | Undo last commit. | Brian S. O'Neill |
2010-07-28 | Need to actually add the new interfaces. | Brian S. O'Neill |
2010-07-24 | Allow new layouts if BDB is read-only. | Brian S. O'Neill |