0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 7 months ago.
Oct 04, 2022 — Oct 04, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SEQUOIA-812 fix by Guillaume Smet to properly count semicolons when trying to figure out if a Statement.execute() requires broadcast or not (detects inline batches) This adds 2 regexps matching but could prevent a costly distributed request execution More... over 17 years ago
Integrated SEQUOIA-659 contribution from Guillaume Smet Added analyzeAfterRestore option that triggers a "VACUUM ANALYZE" after restore (see issue entry for details) Refactored backupers code to avoid code duplication (introduced a new AbstractPostgreSQLSplitBackuper for code common to the 2 split backupers) More... over 17 years ago
Applied SEQUOIA-885 patch from Guillaume Smet to speedup foreign key fetching More... over 17 years ago
* in reconcile(List), switched back to BRANCH_sequoia_2-10 implementation where we shutdown even when there is no activity on any controllers (since we are not able to rejoin the vdb at the group comm layer) More... over 17 years ago
Refactored SEQUOIA-518 fix in trimQuotesFromTableName() as suggested by Guillaume More... over 17 years ago
Fix for SEQUOIA-902 Ignore recovery log state if it does not match runtime state (recovery log is then out of sync and needs to be reset later on in the initialize function) More... over 17 years ago
Fixed Statement.execute() in single controller scenario so that request does not get re-wrapped into a stored procedure that would lead later on to a ClassCastException in the load balancer. Fixes SEQUOIA-812 More... over 17 years ago
Additional fix for SEQUOIA-518 to allow matches of quoted table names in case-insensitive contexts More... over 17 years ago
Backport of SEQUOIA-897 to CVS head : More... over 17 years ago
- do not count twice the same ';' patch by Guillaume Smet (SEQUOIA-705) More... over 17 years ago
- added simple test cases for SEQUOIA-705 More... over 17 years ago
* in test, added test case of ActivityService * in .classpath, added dependency to JUnit (through Eclipse's own JUnit library) More... over 17 years ago
* added 2007 to javadoc copyright More... over 17 years ago
- applied patch by Guillaume. Fixes SEQUOIA-886. More... over 17 years ago
- do not dump column SQL_PARAM by default (use -v to do so) - allow to dump only the tail of the recovery log (use -<nb entries>) Implements SEQUOIA-899. More... over 17 years ago
Backport of SEQUOIA-889 More... over 17 years ago
Backport for SEQUOIA-893 More... over 17 years ago
Backport of SEQUOIA-891 More... over 17 years ago
Backport from BRANCH_sequoia-2_10: DRM: do not ignore errors when disabling all backends with checkpoint DVD: added helper method sendMessageToControllers() More... over 17 years ago
Fixed typo in exception message (table name) More... over 17 years ago
Added set -e More... over 17 years ago
Made serializable since we are used as a non-transient field of a serializable. Reported by Stephan Zuiderwijk. More... over 17 years ago
Generate unique shutdown checkpoint name Fixes SEQUOIA-890 More... over 17 years ago
Back-ported implementation of SEQUOIA-851 to HEAD. More... over 17 years ago
* renamed shutdownIfNotFirstMember(List) to shutdownUnlessFirstMember(List) to be in sync with branch_sequoia_2-10 More... over 17 years ago
Backport of SEQUOIA-506 (new UDP controller pinger) Also includes related fixes: SEQUOIA-872 (identify controllers by a InetSocketAddress) SEQUOIA-873 (Controller list original order not kept as-is) SEQUOIA-879 (PreferredListConnectPolicy always returns preferred controller) More... over 17 years ago
Backported network partition/reconciler from 2.10 branch Seems that there was a bug in 2.10 when NO_ACTIVITY occured (now we don't shutdown anything). Also SPLIT_BRAIN will only keep first member is group (fixes comment and function name but code remains unchanged) Implements SEQUOIA-888 More... over 17 years ago
Incremented build number for next build More... over 17 years ago
Updated version number for next release More... over 17 years ago
Updated for 3.0-beta2 release More... over 17 years ago