Firebird News

Saturday, December 12, 2009

Firebird Weekly News #29

This is the list of firebird related news from week 5 December 2009 - 12 December 2009

Firebird Interesting Source Patches and Commits in this week

The author of change 33e7d91 was asfernandes Sat, 12 Dec 2009 21:02:01 +0000, The title was:Misc
The author of change 2e7b501 was asfernandes Sat, 12 Dec 2009 20:56:11 +0000, The title was:Misc
The author of change 86b38be was asfernandes Sat, 12 Dec 2009 20:36:54 +0000, The title was:Sort maps refactor
The author of change a59dcdf was asfernandes Sat, 12 Dec 2009 19:00:41 +0000, The title was:Remove usage of plain array with count in [0] in the new classes
The author of change 8864b02 was dimitr Sat, 12 Dec 2009 17:57:48 +0000, The title was:Misc.
The author of change 5da2e06 was hvlad Sat, 12 Dec 2009 17:15:56 +0000, The title was:Fixed bug CORE-2797 : Problem with default value of SP parameter
The author of change dfd4296 was dimitr Sat, 12 Dec 2009 14:54:33 +0000, The title was:Misc.
The author of change 37cbb0d was dimitr Sat, 12 Dec 2009 14:44:28 +0000, The title was:Fixed a not-initialized pointer.
The author of change 304ca89 was dimitr Sat, 12 Dec 2009 10:23:14 +0000, The title was:Please Claudio and make the flags unique across all RecordSource implementors.
The author of change 64cdb0d was asfernandes Fri, 11 Dec 2009 14:48:15 +0000, The title was:Misc
The author of change 71683f6 was asfernandes Fri, 11 Dec 2009 14:47:41 +0000, The title was:Make WITH LOCK work with window functions
The author of change 30a16e2 was dimitr Fri, 11 Dec 2009 07:01:52 +0000, The title was:Misc.
The author of change 1cd6827 was dimitr Thu, 10 Dec 2009 20:09:23 +0000, The title was:Misc.
The author of change 84870b5 was dimitr Thu, 10 Dec 2009 16:26:11 +0000, The title was:Restored the code from rse.cpp that was forgotten during refactoring.
The author of change f776dd9 was dimitr Thu, 10 Dec 2009 15:50:16 +0000, The title was:Boundary check.
The author of change 0b561bb was dimitr Thu, 10 Dec 2009 15:27:17 +0000, The title was:Forgotten changes from a few prior commits.
The author of change 67b986e was dimitr Thu, 10 Dec 2009 15:25:39 +0000, The title was:Fixed the merge join algorithm. Thanks to Adriano.
The author of change eb3d231 was dimitr Thu, 10 Dec 2009 15:03:56 +0000, The title was:Fixed the plan output (reversed order of view sub-elements) in HEAD (also broken by my yesterday's commit).
The author of change 8d073e2 was dimitr Thu, 10 Dec 2009 14:48:42 +0000, The title was:Fixed the plan output (table names) in HEAD (broken by my yesterday's commit).
The author of change 4529def was dimitr Thu, 10 Dec 2009 14:47:51 +0000, The title was:Fixed (hopefully) CORE-2798: Incomplete plan output (lack of view names) when selecting from views containing procedures inside.
The author of change 1368677 was asfernandes Thu, 10 Dec 2009 13:46:16 +0000, The title was:Rename file to match class name
The author of change ede7a8f was dimitr Thu, 10 Dec 2009 12:45:16 +0000, The title was:Misc.
The author of change e015c46 was asfernandes Thu, 10 Dec 2009 12:16:57 +0000, The title was:Misc
The author of change fec6d30 was dimitr Thu, 10 Dec 2009 10:13:22 +0000, The title was:Corrected the logic. Thanks to Adriano.
The author of change 945861a was robocop Thu, 10 Dec 2009 07:24:13 +0000, The title was:Do not hardcode anymore the backup versions allowed.
The author of change df8d8e0 was dimitr Thu, 10 Dec 2009 05:20:20 +0000, The title was:Fixed the build.
The author of change f4b2f48 was dimitr Thu, 10 Dec 2009 05:09:33 +0000, The title was:Simplified the code, thanks to Adriano.
The author of change ebcaaee was asfernandes Thu, 10 Dec 2009 01:32:44 +0000, The title was:Misc / Constant for aggregate state
The author of change fa5a9e5 was asfernandes Thu, 10 Dec 2009 00:29:41 +0000, The title was:Fix window functions
The author of change edf6754 was asfernandes Thu, 10 Dec 2009 00:02:00 +0000, The title was:Misc / warnings
The author of change 6e725bf was hvlad Wed, 9 Dec 2009 23:06:29 +0000, The title was:Fixed bug CORE-2783 : AV using recursive query as subquery in SELECT list and ORDER'ing by them
The author of change ca2c1ed was hvlad Wed, 9 Dec 2009 23:05:47 +0000, The title was:Fix MSVC8 build - follow recent MSVC9 changes
The author of change 7c44e95 was asfernandes Wed, 9 Dec 2009 20:55:08 +0000, The title was:Make it build in Linux
The author of change 23edadf was dimitr Wed, 9 Dec 2009 18:45:25 +0000, The title was:Refactored the whole RSB stuff into classes. They're inside the /recsrc sub-directory now. Fixed the layering for WITH LOCK and (partially) ANY/ALL predicates. Cleaned up the outdated code that never worked (mapping DISTINCT to an index, some VMS remainings). Wiped out a lot of the pre-ODS11 optimizer logic. Some minor adjustments there. Re-implemented the full outer join from scratch. This resolves CORE-2678 (full outer join cannot use available indices). Resolved CORE-2796: DB_KEY is always zero for external tables. Implemented the core part of the scrollable PSQL cursors. Implementation is still incomplete, but ready for testing. Some other changes I don't recall at the moment ;-)
The author of change 8541b42 was dimitr Wed, 9 Dec 2009 18:37:26 +0000, The title was:Refactored the whole RSB stuff into classes. They're inside the /recsrc sub-directory now. Fixed the layering for WITH LOCK and (partially) ANY/ALL predicates. Cleaned up the outdated code that never worked (mapping DISTINCT to an index, some VMS remainings). Wiped out a lot of the pre-ODS11 optimizer logic. Some minor adjustments there. Re-implemented the full outer join from scratch. This resolves CORE-2678 (full outer join cannot use available indices). Resolved CORE-2796: DB_KEY is always zero for external tables. Implemented the core part of the scrollable PSQL cursors. Implementation is still incomplete, but ready for testing. Some other changes I don't recall at the moment ;-)
The author of change 8921de8 was dimitr Wed, 9 Dec 2009 18:34:46 +0000, The title was:Refactored the whole RSB stuff into classes. They're inside the /recsrc sub-directory now. Fixed the layering for WITH LOCK and (partially) ANY/ALL predicates. Cleaned up the outdated code that never worked (mapping DISTINCT to an index, some VMS remainings). Wiped out a lot of the pre-ODS11 optimizer logic. Some minor adjustments there. Re-implemented the full outer join from scratch. This resolves CORE-2678 (full outer join cannot use available indices). Resolved CORE-2796: DB_KEY is always zero for external tables. Implemented the core part of the scrollable PSQL cursors. Implementation is still incomplete, but ready for testing. Some other changes I don't recall at the moment ;-)
The author of change 539dde8 was asfernandes Wed, 9 Dec 2009 14:54:57 +0000, The title was:Fix assertion error in VIO, reported by Dmitry
The author of change e8c7a5b was alexpeshkoff Tue, 8 Dec 2009 15:02:04 +0000, The title was:Frontported fixed of bugs, found during 2.5.0.RC1 QA - incorrect message when lockdir is not accessible; broken yValve behavior when lockdir is not accessible; bad access rights on lockdir in init.d startup scripts
The author of change 42878b0 was asfernandes Tue, 8 Dec 2009 14:28:50 +0000, The title was:Corrections
The author of change 33d49b3 was alexpeshkoff Tue, 8 Dec 2009 14:24:41 +0000, The title was:fixed compile error
The author of change 1ff25a3 was asfernandes Mon, 7 Dec 2009 18:26:48 +0000, The title was:Feature CORE-2777 - Make possible to alter the default database character set without manual update of system table
The author of change 6b1c362 was dimitr Mon, 7 Dec 2009 16:22:39 +0000, The title was:Fixed the interactive lock print header for waits. It was showing non-supported columns.
The author of change 22fa22f was asfernandes Mon, 7 Dec 2009 15:55:38 +0000, The title was:Misc
The author of change 826206f was dimitr Mon, 7 Dec 2009 10:44:29 +0000, The title was:Cleanup. Page numbers are not expected to be 64-bit in the foreseeable future.
The author of change e3cdd51 was dimitr Mon, 7 Dec 2009 09:47:00 +0000, The title was:Implemented CORE-1906: Allow interactive arguments (seconds and intervals) of fb_lock_print to be 32-bit integers.
The author of change 7be7a65 was robocop Mon, 7 Dec 2009 08:54:29 +0000, The title was:Put an indication in case of string truncation when backing up.
The author of change d65e771 was robocop Mon, 7 Dec 2009 08:53:02 +0000, The title was:Misc.
The author of change 56b1896 was robocop Mon, 7 Dec 2009 05:32:05 +0000, The title was:Make clearer that we are working with binary, untranslatable blobs.
The author of change 8ab1f06 was robocop Mon, 7 Dec 2009 05:30:42 +0000, The title was:After Adriano's changes, DYN_get_string does not transliterate anymore, therefore I'm cleaning the code (macros GET_STRING and GET_BYTES retained for readability, although they are the same now).
The author of change c4da0a2 was robocop Mon, 7 Dec 2009 05:28:16 +0000, The title was:I find it more readable now (following our style at 100 columns).
The author of change e0d64b5 was asfernandes Sun, 6 Dec 2009 19:22:01 +0000, The title was:Misc
The author of change 9b088ae was asfernandes Sun, 6 Dec 2009 19:11:22 +0000, The title was:Move and rename methods
The author of change 5a88521 was asfernandes Sun, 6 Dec 2009 14:13:24 +0000, The title was:Warning
The author of change a0895a1 was asfernandes Sun, 6 Dec 2009 14:13:07 +0000, The title was:No need to convert sql_state and fallback to original exception logic in "catch (...)" to preserve status vector - things noticed by Claudio
The author of change 9138073 was asfernandes Sun, 6 Dec 2009 13:51:03 +0000, The title was:Fix possible problem with the transliteration buffer size - thanks to Claudio
The author of change 4e05d30 was robocop Sun, 6 Dec 2009 11:27:42 +0000, The title was:Avoid warning.
The author of change 7e7fb24 was robocop Sun, 6 Dec 2009 11:27:14 +0000, The title was:Comment now unused functionality.
The author of change e1d0a49 was robocop Sun, 6 Dec 2009 11:21:16 +0000, The title was:Misc.
The author of change 6ca4180 was aafemt Sun, 6 Dec 2009 10:38:37 +0000, The title was:No hardcoded library extension, please
The author of change 39dae34 was hvlad Sun, 6 Dec 2009 09:49:58 +0000, The title was:Don't use with x64 build Win32 targets
The author of change 700a933 was hvlad Sun, 6 Dec 2009 09:36:52 +0000, The title was:Fix fb_lock_print compilation
The author of change c9de470 was asfernandes Sun, 6 Dec 2009 02:40:01 +0000, The title was:Misc
The author of change fad7966 was asfernandes Sun, 6 Dec 2009 02:28:00 +0000, The title was:Fixed SYS5 code
The author of change 4a431a9 was asfernandes Sun, 6 Dec 2009 02:07:04 +0000, The title was:Remove definitions not used by btyacc
The author of change 59a5547 was asfernandes Sun, 6 Dec 2009 01:34:52 +0000, The title was:Remove usage of tdbb (and tdbb->tdbb_status_vector) in the lock manager
The author of change 48bfc36 was asfernandes Sat, 5 Dec 2009 20:10:57 +0000, The title was:Cleanup
The author of change 1999a65 was asfernandes Sat, 5 Dec 2009 15:08:18 +0000, The title was:Extract and show DDL triggers types
The author of change 16fb7f6 was asfernandes Sat, 5 Dec 2009 14:21:46 +0000, The title was:1) Use metadata character set in DSQL cache 2) Make exceptions in metadata charset and convert them to the client charset - this should fix CORE-2431 3) Support for "internal" (engine) DSQL statements and use in COMMENT ON
The author of change a763fc0 was robocop Sat, 5 Dec 2009 12:51:12 +0000, The title was:CORE-2792: Bad extraction syntax for procedure's parameter based on table's field
The author of change 81577bf was robocop Sat, 5 Dec 2009 12:39:46 +0000, The title was:isql: collapse a lot of copy/paste into a single function.
The author of change 017b24d was robocop Sat, 5 Dec 2009 05:24:59 +0000, The title was:CORE-800: Easy metadata extract improvements
The author of change fbff918 was asfernandes Sat, 5 Dec 2009 01:08:10 +0000, The title was:Fix Linux build

No comments: