summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-31Updated docs to include version 1.2 features.Brian S. O'Neill
2007-03-29Update comments.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-271.1 release.Brian S. O'Neill
2007-03-22Use consistent terminology in comments.Brian S. O'Neill
2007-03-20Updated FAQ.Brian S. O'Neill
2007-03-20Actually use default temp dir config.Brian S. O'Neill
2007-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2007-03-04Minor doc clarification.Brian S. O'Neill
2007-03-01Example app uses safer transaction file sync delay.Brian S. O'Neill
2007-03-01Fix spelling of "its".Brian S. O'Neill
2007-03-01Minor doc clarification.Brian S. O'Neill
2007-02-28Added appendix describing query execution plan.Brian S. O'Neill
2007-02-21Primary key validation is more lenient to support views.Brian S. O'Neill
2007-02-18Index creation does a better job of picking up where it left off, avoiding un...Brian S. O'Neill
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ...Brian S. O'Neill
2007-02-15Fixed verify error in generation of markPropertiesDirty.Brian S. O'Neill
2007-02-13Added progress logging during index build.Brian S. O'Neill
2007-02-12Added system properties to control performance characteristics of MergeSortBu...Brian S. O'Neill
2007-02-08Added analytics.Brian S. O'Neill
2007-02-07Don't attempt to repair inconsistency when not fully defining the primary key...Brian S. O'Neill
2007-02-05Fix NPE in builder.Brian S. O'Neill
2007-02-02Don't attempt to clear join properties when converting from old generation.Brian S. O'Neill
2007-02-02Dev version now 1.1-BETA11Brian S. O'Neill
2007-02-02Add missing imports.Brian S. O'Neill
2007-02-02Fixed bug when decoding old Storable generations - new properties must be cle...Brian S. O'Neill
2007-01-30Make sure index populate re-opens proper transaction after batch commit.Brian S. O'Neill
2007-01-30More cursor closing paranoia.Brian S. O'Neill
2007-01-30More work to ensure JDBC resources are properly cleaned up.Brian S. O'Neill
2007-01-30Fix broken build.Brian S. O'Neill
2007-01-30Update to address connection leak when cursor creation fails.jameswil
2007-01-30Update to address connection leak when cursor creation fails.jameswil
2007-01-30added jameswiljameswil
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2007-01-28Fixed bug when filtering against negative floating point values.Brian S. O'Neill
2007-01-26Index removal is now batched - reducing memory requirements when removingTom Keller
2007-01-19Support mapping numeric type to short or byte.Brian S. O'Neill
2007-01-19Support mapping numeric type to short or byte.Brian S. O'Neill
2007-01-19Added additional index selection tie-breaker if index is most likely defined ...Brian S. O'Neill
2007-01-17Patch for bug 1637484 from Matt Tucker: Invalid class names generated for Jdb...Brian S. O'Neill
2007-01-15Minor comment change.Brian S. O'Neill
2007-01-131.1-BETA9Brian S. O'Neill
2007-01-13MergeSortBuffer detects misconfiguration early.Brian S. O'Neill
2007-01-13Fix for getting supplied filter values when duplicate property filters exist.Brian S. O'Neill
2007-01-13Fix for getting supplied filter values when duplicate property filters exist.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2007-01-11Added partitioning strategy doc.Brian S. O'Neill
2007-01-06Removed old commented out code.Brian S. O'Neill
2006-12-27Split javadoc index.Brian S. O'Neill
2006-12-27Cursor comment clarification.Brian S. O'Neill