summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado
AgeCommit message (Expand)Author
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Comment typo fix.Brian S. O'Neill
2007-04-29Remove unused imports and variable declarations.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-22Added docs regarding trigger's transaction.Brian S. O'Neill
2007-04-22Added primary key verification.Brian S. O'Neill
2007-04-19Comment fix.Brian S. O'Neill
2007-04-11Minor variable name change.Brian S. O'Neill
2007-04-08Allow setting join property as null if Nullable. This will become useful when...Brian S. O'Neill
2007-04-02Weak matches changed to extra matches.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-31Disable weak match check for now.Brian S. O'Neill
2007-03-31Fix score comparison to favor index with fewer remainders.Brian S. O'Neill
2007-03-31Consider weak matches in filtering score.Brian S. O'Neill
2007-03-31Remove broken link.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-22Use consistent terminology in comments.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-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-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-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-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-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-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-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2007-01-06Removed old commented out code.Brian S. O'Neill
2006-12-27Cursor comment clarification.Brian S. O'Neill
2006-12-27More JDBC cursor skip bug fixes.Brian S. O'Neill