|
From: <fir...@us...> - 2010-11-27 04:56:30
|
Revision: 51988
http://firebird.svn.sourceforge.net/firebird/?rev=51988&view=rev
Author: firebirds
Date: 2010-11-27 04:56:22 +0000 (Sat, 27 Nov 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-11-27 03:47:52 UTC (rev 51987)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-11-27 04:56:22 UTC (rev 51988)
@@ -1,3 +1,10 @@
+ 2010-11-26 16:56 alexpeshkoff
+ M src/burp/backup.epp
+ M src/burp/burp.cpp
+ M src/burp/burp_proto.h
+ M src/burp/restore.epp
+Backported fix for CORE-3261: Assertion when running restore service
+
2010-11-25 15:50 alexpeshkoff
M configure.in
M src/burp/burp.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-27 03:47:52 UTC (rev 51987)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-27 04:56:22 UTC (rev 51988)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26143
+ FORMAL BUILD NUMBER:26144
*/
-#define PRODUCT_VER_STRING "2.5.0.26143"
-#define FILE_VER_STRING "WI-V2.5.0.26143"
-#define LICENSE_VER_STRING "WI-V2.5.0.26143"
-#define FILE_VER_NUMBER 2, 5, 0, 26143
+#define PRODUCT_VER_STRING "2.5.0.26144"
+#define FILE_VER_STRING "WI-V2.5.0.26144"
+#define LICENSE_VER_STRING "WI-V2.5.0.26144"
+#define FILE_VER_NUMBER 2, 5, 0, 26144
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "26143"
+#define FB_BUILD_NO "26144"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-27 03:47:52 UTC (rev 51987)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-27 04:56:22 UTC (rev 51988)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=0
-BuildNum=26143
+BuildNum=26144
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-11-28 04:11:24
|
Revision: 51991
http://firebird.svn.sourceforge.net/firebird/?rev=51991&view=rev
Author: firebirds
Date: 2010-11-28 04:11:15 +0000 (Sun, 28 Nov 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-11-28 03:45:52 UTC (rev 51990)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-11-28 04:11:15 UTC (rev 51991)
@@ -48335,50322 +48335,6 @@
M extern/icu/source/common/unicode/umachine.h
We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit
- 2005-06-27 18:36 dimitr
- M src/utilities/gstat/dba.epp
-Fixed ODS decoding in GSTAT.
-
- 2005-06-27 13:54 paul_reeves
- M builds/win32/make_all.bat
- M builds/win32/make_icu.bat
- M extern/icu/source/common/unicode/umachine.h
-Minor tweaks to Win32 build system to integrate the icu code into the build.
-
- 2005-06-27 12:46 alexpeshkoff
- M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
- M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
-make it compatible with solaris build
-
- 2005-06-27 12:43 alexpeshkoff
- M builds/posix/Makefile.in.extern.icu
-make icu build on both linux and solaris
-
- 2005-06-27 12:26 alexpeshkoff
- M src/jrd/os/posix/unix.cpp
-fixed posix build after ODS parser changes
-
- 2005-06-27 10:24 aafemt
- M src/jrd/why.cpp
-Cleanup
-
- 2005-06-27 10:22 aafemt
- M extern/icu/source/tools/pkgdata/pkgtypes.h
-Case
-
- 2005-06-27 10:20 aafemt
- M builds/posix/prefix.mingw
-Let's produce not so big files
-
- 2005-06-26 21:48 hvlad
- M src/jrd/cmp.cpp
- M src/jrd/dfw.epp
- M src/jrd/jrd.h
- M src/jrd/lck.cpp
- M src/jrd/lck.h
- M src/jrd/met.epp
- M src/jrd/vio.cpp
-1. Allow to create FK constraints without exclusive database locking
-2. Fix 'partner index not found' error when one process dropped FK and another trying to delete master record
-3. misc changes in vio.cpp
-
- 2005-06-26 16:11 dimitr
- M src/include/gen/msgs.h
- M src/jrd/dmp.cpp
- M src/jrd/ods.h
- M src/jrd/pag.cpp
- M src/msgs/messages.sql
- M src/utilities/gstat/dba.epp
- M src/utilities/gstat/ppg.cpp
-Changed the ODS encoding, messaging and protection rules.
-
- 2005-06-26 02:09 asfernandes
- M src/jrd/evl.cpp
-Better handling in substring of large blobs
-
- 2005-06-25 09:34 dimitr
- M src/jrd/jrd.cpp
-Expanded the routine comment.
-
- 2005-06-24 15:38 asfernandes
- M src/jrd/evl.cpp
-Comment
-
- 2005-06-24 15:06 dimitr
- M src/dsql/metd.epp
-Fixed SF #1012152.
-
- 2005-06-24 12:56 dimitr
- M src/jrd/cmp.cpp
- M src/jrd/evl.cpp
- M src/jrd/exe.cpp
- M src/jrd/req.h
- M src/jrd/rse.cpp
-Fixed reported issues with ROW_COUNT.
-
- 2005-06-24 11:14 dimitr
- M src/jrd/jrd.cpp
- M src/jrd/jrd_proto.h
- M src/jrd/os/win32/ibinitdll.cpp
- M src/jrd/svc.cpp
- M src/remote/inet_server.cpp
- M src/remote/os/win32/cntl.cpp
- M src/remote/os/win32/srvr_w32.cpp
- M src/remote/os/win32/window.cpp
-Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics.
-
- 2005-06-23 15:12 asfernandes
- M src/isql/isql.epp
-Make SQLDA_DISPLAY display input SQLDA parameters of INSERTs, UPDATEs and DELETEs
-
- 2005-06-23 10:10 kkuznetsov
- M extern/icu/source/runConfigureICU
-Fix configure error on Solaris x86
-
- 2005-06-23 05:25 aafemt
- M src/config/AdminException.cpp
- M src/config/AdminException.h
-Cleanup
-
- 2005-06-22 23:00 asfernandes
- A builds/win32/make_boot2.bat
- A builds/win32/preprocess2.bat
- A builds/win32/setenvvar2.bat
-Use fbembed in boot-build
-
- 2005-06-22 22:47 asfernandes
- M builds/win32/make_icu.bat
-Misc.
-
- 2005-06-22 22:46 asfernandes
- M builds/win32/msvc7/Firebird2.sln
- M builds/win32/msvc7/Firebird2Boot.sln
- M builds/win32/msvc7/alice.vcproj
- M builds/win32/msvc7/burp.vcproj
- M builds/win32/msvc7/common.vcproj
- M builds/win32/msvc7/dsql_server.vcproj
- M builds/win32/msvc7/engine_embed.vcproj
- M builds/win32/msvc7/fbembed.vcproj
- A builds/win32/msvc7/gbak_embed.vcproj
- A builds/win32/msvc7/gpre_embed.vcproj
- A builds/win32/msvc7/isql_embed.vcproj
- M builds/win32/msvc7/lock.vcproj
- A builds/win32/msvc7/utilities_embed.vcproj
-MSVC7 projects for boot-build with fbembed
-
- 2005-06-22 22:26 asfernandes
- M src/jrd/svc.cpp
-Fbembed don't use security
-
- 2005-06-22 22:23 asfernandes
- M src/gpre/gpre_meta_boot.cpp
-Make gpre_boot work without -lang_internal switch
-
- 2005-06-22 13:48 kkuznetsov
- M configure.in
- M extern/icu/source/runConfigureICU
-More plays with icu on Solaris x86
-
- 2005-06-22 09:21 alexpeshkoff
- M builds/posix/Makefile.in.examples
-Fixed problem, noticed by Dimitry Sibiryakov
-
- 2005-06-22 05:13 aafemt
- M src/config/ConfObject.cpp
- M src/jrd/Optimizer.cpp
- M src/jrd/intl.cpp
- M src/jrd/opt.cpp
- M src/jrd/unicode_util.cpp
-Warnings
-
- 2005-06-21 10:26 aafemt
- M src/config/AdminException.h
- M src/config/Args.h
- M src/config/ArgsException.h
- M src/config/Element.h
- M src/config/InputFile.h
- M src/config/InputStream.h
- M src/config/Lex.h
- M src/config/ScanDir.h
- M src/config/Stream.h
- M src/config/StreamSegment.h
- M src/vulcan/JString.cpp
- M src/vulcan/JString.h
- M src/vulcan/PathName.h
- M src/vulcan/RefObject.h
-Warnings
-
- 2005-06-21 09:16 alexpeshkoff
- M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
- M builds/posix/Makefile.in.extern.icu
-a bit better handling of intl stuff
-
- 2005-06-21 09:03 alexpeshkoff
- M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
-a bit better handling of intl stuff while packaging
-
- 2005-06-21 01:44 asfernandes
- M src/jrd/opt.cpp
- M src/jrd/unicode_util.h
-Misc.
-
- 2005-06-20 08:53 hvlad
- M src/jrd/cmp.cpp
-Fixed unregistered bug :
-AV when PLAN for VIEW is specified but no table alias was given
-CREATE VIEW V1 AS
-SELECT D.RDB$RELATION_ID, C.RDB$CHARACTER_SET_ID
- FROM RDB$DATABASE D JOIN RDB$CHARACTER_SETS C
- ON D.RDB$CHARACTER_SET_NAME = C.RDB$CHARACTER_SET_NAME
-SELECT * FROM V1
-PLAN (V1 NATURAL)
-
- 2005-06-20 05:40 aafemt
- M src/jrd/intl_classes.h
-Fix warning
-
- 2005-06-17 10:42 aafemt
- M src/config/ScanDir.cpp
-Overloaded operators is evil
-
- 2005-06-17 01:33 asfernandes
- M src/dsql/make.cpp
-Simplification
-
- 2005-06-16 12:09 aafemt
- M builds/posix/prefix.mingw
-Fix over-export
-
- 2005-06-16 12:08 aafemt
- M src/jrd/why.cpp
-Plain C for public API routine
-
- 2005-06-16 05:13 robocop
- M src/isql/isql.epp
- M src/jrd/utl.cpp
-Fix blob dumping routines in jrd and report errors in isql.
-
- 2005-06-16 05:11 aafemt
- D clean.sh
- M doc/README.build.mingw.html
-Revert to common cleaning procedure
-
- 2005-06-16 05:11 robocop
- M src/dsql/ddl.cpp
- M src/dsql/dsql.cpp
- M src/dsql/dsql.tab.h
- M src/dsql/gen.cpp
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
-Try to indicate position of incomplete commands.
-Some casts because statuses are fixed 32 quantities, not natural int types.
-
- 2005-06-16 05:05 robocop
- M src/jrd/status.cpp
- M src/jrd/status.h
-Const correctness.
-
- 2005-06-16 05:05 robocop
- M src/jrd/intl.cpp
-Copy/paste problem with two SET_TDBB.
-
- 2005-06-16 05:02 robocop
- M src/dsql/metd.epp
- M src/jrd/dfw.epp
- M src/msgs/messages.sql
-Misc.
-
- 2005-06-15 15:19 alexpeshkoff
- M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
-fixed INTL issues in SS package build
-
- 2005-06-15 15:18 alexpeshkoff
- M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
-fixed INTL issues in package build
-
- 2005-06-15 15:03 alexpeshkoff
- M builds/posix/Makefile.in.embed.util
-fixed gsec CS posix build
-
- 2005-06-15 09:11 dimitr
- M src/jrd/shut.cpp
-Fixed some shutdown issues:
-- redundant attempts to get an exclusive database lock
-- wrong timeout counting
-- database lock is not released after bringing database online in the exclusive mode
-- removed a 5 sec timeout when bringing database online in the shared mode
-
- 2005-06-15 05:31 aafemt
- M configure.in
- M extern/icu/source/aclocal.m4
- M extern/icu/source/common/putil.c
- M extern/icu/source/common/unicode/brkiter.h
- M extern/icu/source/common/unicode/platform.h.in
- M extern/icu/source/common/unicode/putil.h
- M extern/icu/source/common/unicode/umachine.h
- M extern/icu/source/common/unicode/uniset.h
- M extern/icu/source/common/unicode/utypes.h
- A extern/icu/source/config/mh-mingw
- M extern/icu/source/configure
- M extern/icu/source/configure.in
- M extern/icu/source/data/Makefile.in
- M extern/icu/source/runConfigureICU
- M extern/icu/source/tools/pkgdata/dllmode.c
- M extern/icu/source/tools/pkgdata/make.c
- M extern/icu/source/tools/pkgdata/makefile.h
- M extern/icu/source/tools/pkgdata/pkgdata.c
- M extern/icu/source/tools/pkgdata/pkgtypes.h
- M extern/icu/source/tools/pkgdata/sttcmode.c
- M extern/icu/source/tools/pkgdata/winmode.c
-MinGW port of ICU
-
- 2005-06-14 05:44 dimitr
- M src/jrd/inf.cpp
-Code simplification.
-
- 2005-06-14 03:16 asfernandes
- M lang_helpers/gds_codes.ftn
- M lang_helpers/gds_codes.pas
- M src/dsql/ddl.cpp
- M src/dsql/metd.epp
- M src/dsql/metd_proto.h
- M src/dsql/pass1.cpp
- M src/include/gen/codetext.h
- M src/include/gen/iberror.h
- M src/include/gen/msgs.h
- M src/include/gen/rdb_codes.h
- M src/include/gen/sql_code.h
- M src/jrd/Optimizer.cpp
- M src/jrd/cvt.cpp
- M src/jrd/cvt2.cpp
- M src/jrd/dfw.epp
- M src/jrd/evl.cpp
- M src/jrd/exe.cpp
- M src/jrd/idx.cpp
- M src/jrd/inf.cpp
- M src/jrd/intl.cpp
- M src/jrd/intl_proto.h
- M src/jrd/jrd.cpp
- M src/jrd/opt.cpp
- M src/msgs/facilities.sql
- M src/msgs/history.sql
- M src/msgs/messages.sql
- M src/msgs/system_errors.sql
-1) Fixed SF #1016040 Missing external libraries causes engine exception
-2) Use better error messages
-
- 2005-06-13 12:45 dimitr
- M src/dsql/dsql.tab.h
- M src/dsql/gen.cpp
- M src/dsql/keywords.cpp
- M src/dsql/node.h
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
-RETURNING implementation.
-
- 2005-06-13 03:55 asfernandes
- M src/jrd/evl.cpp
-Removed wrong "deletes" noticed by Claudio
-
- 2005-06-13 03:48 robocop
- M src/jrd/evl.cpp
-Misc.
-
- 2005-06-13 02:12 asfernandes
- M src/dsql/gen.cpp
- M src/dsql/make.cpp
- M src/dsql/pass1.cpp
- M src/jrd/inf.cpp
-Removed some compiler messages
-
- 2005-06-12 23:47 robocop
- M src/isql/isql.epp
-If an error happens when we are trying to retrieve the first record, we need to print a newline or the error msg will appear padding the column headers.
-
- 2005-06-12 23:45 robocop
- M lang_helpers/gds_codes.ftn
- M lang_helpers/gds_codes.pas
- M src/include/gen/codetext.h
- M src/include/gen/iberror.h
- M src/include/gen/msgs.h
- M src/include/gen/rdb_codes.h
- M src/include/gen/sql_code.h
- M src/jrd/cmp.cpp
- M src/jrd/evl.cpp
- M src/msgs/facilities.sql
- M src/msgs/history.sql
- M src/msgs/messages.sql
- M src/msgs/system_errors.sql
-Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term.
-
- 2005-06-12 21:20 asfernandes
- M src/dsql/make.cpp
- M src/jrd/evl.cpp
-Fix TRIM(NULL FROM <something>) to return NULL
-
- 2005-06-12 06:27 dimitr
- M src/jrd/blb.cpp
- M src/jrd/btr.cpp
- M src/jrd/exe.cpp
- M src/jrd/idx.cpp
- M src/jrd/jrd.cpp
- M src/jrd/jrd.h
- M src/jrd/rse.cpp
- M src/jrd/validation.cpp
- M src/jrd/vio.cpp
-Removed unused thread scheduling option.
-
- 2005-06-12 04:00 dimitr
- M src/msgs/facilities.sql
-Correction.
-
- 2005-06-12 01:36 robocop
- M src/isql/isql.epp
- M src/isql/isql.h
- M src/isql/show.epp
-Cater for the longest possible identifiers, quoted.
-
- 2005-06-12 01:18 robocop
- M lang_helpers/gds_codes.ftn
- M lang_helpers/gds_codes.pas
-Update the language helpers after the last message additions.
-
- 2005-06-12 00:58 robocop
- M src/jrd/idx.cpp
-Totally misc.
-
- 2005-06-12 00:38 asfernandes
- A src/intl/collations/koi8r_ru.h
- A src/intl/collations/koi8u_ua.h
-Add collations forgetted
-
- 2005-06-11 21:26 hvlad
- M src/include/gen/codetext.h
- M src/include/gen/iberror.h
- M src/include/gen/msgs.h
- M src/include/gen/rdb_codes.h
- M src/include/gen/sql_code.h
-Regenerated error codes
-
- 2005-06-11 19:51 asfernandes
- M builds/install/misc/fbintl.conf
- M builds/win32/msvc6/intl.dsp
- M builds/win32/msvc7/intl.vcproj
- A src/intl/collations/win1257_ee.h
- A src/intl/collations/win1257_lt.h
- A src/intl/collations/win1257_lv.h
- M src/intl/lc_iso8859_1.cpp
- M src/intl/ld.cpp
- M src/jrd/intlnames.h
-Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil
-
- 2005-06-11 11:41 hvlad
- M src/msgs/facilities.sql
- M src/msgs/messages.sql
- M src/msgs/system_errors.sql
-Added new error messages
-
- 2005-06-11 11:39 hvlad
- M src/jrd/dfw.epp
- M src/jrd/idx.cpp
- M src/jrd/idx_proto.h
-Fixed SF bug #1186607 (Foreign key relation VARCHAR <-> INT ??????)
-
- 2005-06-11 11:36 hvlad
- M src/dsql/ddl.cpp
-Fixed SF bug #1211325 (BLOBs in external tables)
-
- 2005-06-11 03:14 robocop
- M src/dsql/gen.cpp
-Backport Tom Cole's fix for FP numbers as strings.
-
- 2005-06-11 03:04 asfernandes
- A src/intl/charsets/cs_koi8r.h
- A src/intl/charsets/cs_koi8u.h
- M src/intl/charsets.h
- M src/intl/cs_narrow.cpp
- M src/intl/lc_ascii.cpp
- M src/intl/ld.cpp
- M src/jrd/intlnames.h
-Integrate character sets KOIuR (Russian) and KOI8U (Ukrainian) ported from Yaffil by Dmitry
-
- 2005-06-11 00:32 robocop
- M src/isql/isql.epp
-- Renamed function input to newinput to be in sync with newoutput.
-- Implemented PASSTHROUGH command only for the debug build. Use with care.
-
- 2005-06-11 00:22 robocop
- M src/dsql/preparse.cpp
-CREATE DATABASE can tolerate single line comments (AFAIK, client-side issue).
-
- 2005-06-11 00:20 robocop
- M lang_helpers/gds_codes.ftn
- M lang_helpers/gds_codes.pas
- M src/dsql/ddl.cpp
- M src/dsql/dsql.cpp
- M src/dsql/dsql.tab.h
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/include/gen/codetext.h
- M src/include/gen/iberror.h
- M src/include/gen/msgs.h
- M src/include/gen/rdb_codes.h
- M src/include/gen/sql_code.h
- M src/msgs/facilities.sql
- M src/msgs/history.sql
- M src/msgs/messages.sql
- M src/msgs/system_errors.sql
-Please Dmitry and try to report the line/column of an incomplete statement.
-
- 2005-06-11 00:14 robocop
- M src/jrd/evl.cpp
-EVL_expr grew too much. Make more functions.
-
- 2005-06-11 00:13 robocop
- M src/common/classes/objects_array.h
- M src/jrd/IntlManager.cpp
-const_iterator
-The code in intlmanager originally confused me.
-
- 2005-06-10 12:13 asfernandes
- M src/intl/collations/bl88591ptbr0.h
-Misc
-
- 2005-06-10 10:35 aafemt
- M src/extlib/ib_util.c
-Plain C don't know namespaces
-
- 2005-06-10 10:32 aafemt
- M builds/posix/Makefile.in.client.util
- M builds/posix/Makefile.in.codes
- M builds/posix/Makefile.in.embed.util
- M builds/posix/Makefile.in.examples
- M builds/posix/Makefile.in.extern.icu
- M builds/posix/Makefile.in.fbserver
- M builds/posix/Makefile.in.firebird
- M builds/posix/Makefile.in.libfbcommon
- M builds/posix/Makefile.in.libfbembed
- M builds/posix/Makefile.in.msgs
- M builds/posix/Makefile.in.refDatabases
- M builds/posix/Makefile.in.static.gbak
- M builds/posix/Makefile.in.static.gpre
- M builds/posix/Makefile.in.static.isql
- M builds/posix/make.defaults
- M builds/posix/make.rules
- M builds/posix/make.shared.targets
- M builds/posix/make.shared.variables
- M builds/posix/prefix.mingw
-ICU adaptation and some improvements
-
- 2005-06-10 02:03 asfernandes
- M src/dsql/gen.cpp
- M src/dsql/make.cpp
- M src/dsql/pass1.cpp
- M src/dsql/utld.cpp
- M src/dsql/utld_proto.h
-Fix possible problems with larger columns sizes noted by Claudio
-
- 2005-06-10 02:01 asfernandes
- M src/jrd/ini.epp
-Only initialize metadata BLOB charset for text BLOBs
-
- 2005-06-10 00:54 robocop
- M src/msgs/facilities.sql
- M src/msgs/history.sql
-Totally misc.
-
- 2005-06-09 00:01 asfernandes
- M src/jrd/cvt.cpp
-Revert Claudio's change that cause crash when parameters are used
-
- 2005-06-08 13:42 dimitr
- M src/dsql/ddl.cpp
-Fixed bug with lost charset/collation in local variables,
-reported by Eugene Kilin.
-
- 2005-06-08 11:10 asfernandes
- M src/jrd/cvt2.cpp
-Fix BLOB comparation problem pointed by Claudio
-
- 2005-06-08 11:09 asfernandes
- M src/jrd/ibase.h
-Use more appropriate codes
-
- 2005-06-08 10:21 aafemt
- M extern/icu/source/configure.in
-A bit better method to check for _tzname
-
- 2005-06-08 09:58 alexpeshkoff
- M builds/posix/make.shared.variables
-fixed posix build after Dmitry's change
-
- 2005-06-08 06:16 dimitr
- M src/jrd/dyn_mod.epp
-Fixed an old ALTER VIEW bug that now prevents COMMENT ON VIEW from working properly.
-
- 2005-06-08 05:28 aafemt
- M builds/posix/Makefile.in.firebird
- M builds/posix/make.defaults
-ICU build with MinGW
-
- 2005-06-08 02:09 asfernandes
- M src/jrd/dyn_def.epp
- M src/jrd/intl.cpp
- M src/jrd/met.epp
- M src/jrd/met_proto.h
-Misc.
-
- 2005-06-07 10:57 dimitr
- M src/jrd/rpb_chain.cpp
-Added a couple of more checks.
-
- 2005-06-07 10:52 dimitr
- M src/jrd/exe.cpp
-Cleanup.
-
- 2005-06-07 10:36 aafemt
- M src/config/InputFile.cpp
-Required header
-
- 2005-06-07 10:20 dimitr
- M src/jrd/met.epp
-Removed code remains from before-MetaName times.
-
- 2005-06-07 05:09 aafemt
- M builds/posix/Makefile.in.extern.icu
- M configure.in
-More appropriate place to configure ICU
-
- 2005-06-07 02:05 asfernandes
- M src/jrd/intl.cpp
- M src/jrd/intl_proto.h
-Misc.
-
- 2005-06-07 01:57 asfernandes
- M lang_helpers/gds_codes.ftn
- M lang_helpers/gds_codes.pas
-Regenerate files
-
- 2005-06-06 20:52 asfernandes
- M src/jrd/IntlManager.cpp
-Remove wrong compiler message: it's iterating in "conflicts" and removing in "charSetCollations"
-
- 2005-06-06 20:44 asfernandes
- M src/jrd/blp.h
- M src/jrd/gds.cpp
-Misc.
-
- 2005-06-06 20:18 asfernandes
- M src/dsql/ddl.cpp
- M src/dsql/make.cpp
-Misc.
-
- 2005-06-06 18:14 asfernandes
- M src/dsql/ddl.cpp
- M src/dsql/dsql.cpp
- M src/dsql/gen.cpp
- M src/dsql/make.cpp
- M src/dsql/node.h
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
- M src/jrd/Optimizer.cpp
- M src/jrd/blr.h
- M src/jrd/cmp.cpp
- M src/jrd/evl.cpp
- M src/jrd/exe.h
- M src/jrd/intl.cpp
- M src/jrd/nod.h
- M src/jrd/opt.cpp
- M src/jrd/par.cpp
- M src/misc/blrtable.cpp
-1) Replace length_ to strlen as noted by Claudio and Dmitry
-2) Change USHORT to ULONG in intl.cpp
-
- 2005-06-06 13:37 dimitr
- M src/dsql/pass1.cpp
- M src/include/gen/codetext.h
- M src/include/gen/iberror.h
- M src/include/gen/msgs.h
- M src/include/gen/rdb_codes.h
- M src/include/gen/sql_code.h
- M src/jrd/par.cpp
-Added new error message.
-
- 2005-06-06 13:28 dimitr
- M src/msgs/facilities.sql
- M src/msgs/messages.sql
- M src/msgs/system_errors.sql
-Added new error message.
-
- 2005-06-06 11:06 dimitr
- M src/dsql/ddl.cpp
-Fixed charset/collation issues for view columns.
-
- 2005-06-06 08:32 robocop
- M src/isql/extract.epp
- M src/isql/show.epp
-Mixed case generator names caused problems in show_generators.
-Noticed by Adriano.
-
- 2005-06-06 08:30 robocop
- M builds/install/arch-specific/solaris/CS/postremove.in
- M builds/install/arch-specific/solaris/SS/postremove.in
- M doc/WhatsNew
- M src/config/AdminException.cpp
- M src/config/ArgsException.cpp
- M src/config/Stream.cpp
- M src/dsql/ddl.cpp
- M src/dsql/gen.cpp
- M src/dsql/make.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
- M src/include/firebird.h
- M src/jrd/IntlManager.cpp
- M src/jrd/Optimizer.cpp
- M src/jrd/cvt.cpp
- M src/jrd/cvt2.cpp
- M src/jrd/dyn_def.epp
- M src/jrd/evl.cpp
- M src/jrd/evl_proto.h
- M src/jrd/idx.h
- M src/jrd/inf.cpp
- M src/jrd/ini.epp
- M src/jrd/intl.cpp
- M src/jrd/intl_builtin.cpp
- M src/jrd/met.epp
- M src/jrd/opt.cpp
- M src/jrd/unicode_util.cpp
- M src/msgs/facilities.sql
- M src/msgs/history.sql
- M src/msgs/messages.sql
- M src/vulcan/JString.cpp
- M src/vulcan/JString.h
- M src/vulcan/PathName.cpp
-- Corrections and changes to Adriano's commit, subject to his inspection.
-- Solved an endless loop with trim and zero-length trim characters, etc.
-- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
-
- 2005-06-06 06:42 dimitr
- M src/jrd/why.cpp
-Let's perform the initial alias lookup at the Y-valve.
-This solves aliases usage in XNET and other local loopbacks.
-
- 2005-06-06 06:37 dimitr
- M src/jrd/isc_file.cpp
-Fixed aliases usage in WNET.
-
- 2005-06-05 22:08 asfernandes
- M builds/win32/msvc6/intl.dsp
-Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build
-
- 2005-06-04 13:39 asfernandes
- M src/jrd/exe.cpp
-Rollback risky change not necessary
-
- 2005-06-03 21:14 arnobrinkman
- M src/dsql/gen.cpp
-Fix unneeded evaluation of last item by COALESCE function, noted by Dmitry
-
- 2005-06-03 08:40 dimitr
- M src/burp/restore.epp
-Let's report we're creating an index before we do so, not after.
-
- 2005-06-03 01:26 asfernandes
- M src/jrd/filters.cpp
-Misc.
-
- 2005-06-03 01:25 asfernandes
- M src/jrd/Optimizer.cpp
-Apply forgotten opt.cpp changes in Optimizer.cpp
-
- 2005-06-02 08:00 kkuznetsov
- M builds/posix/Makefile.in.extern.icu
- M configure.in
-First step to build icu on others then Linux
-Linux should work but must be retested
-
- 2005-06-01 01:08 asfernandes
- M src/intl/cv_jis.cpp
- M src/intl/cv_narrow.cpp
- M src/intl/ld.cpp
- M src/intl/ldcommon.h
-Replace "#ifdef 0" by "#ifdef NOT_USED_OR_REPLACED"
-
- 2005-05-31 16:10 dimitr
- M src/remote/interface.cpp
-Fixed possible event handler crashes during detach.
-
- 2005-05-30 15:57 asfernandes
- M builds/posix/Makefile.in.intl
- M src/intl/charsets.h
- D src/intl/ld2.cpp
-Removed inconsistences spotted by Claudio
-
- 2005-05-29 15:27 asfernandes
- M builds/posix/Makefile.in.extern.editline
- M builds/posix/Makefile.in.firebird
- M src/include/gen/ids.h
-Make "configure --with-editline" work
-
- 2005-05-29 14:38 asfernandes
- M src/burp/backup.epp
- M src/burp/restore.epp
-Removed unsense code noticed by Claudio
-
- 2005-05-27 22:45 asfernandes
- M autogen.sh
- M builds/install/arch-specific/freebsd/install.sh.in
- M builds/install/arch-specific/linux/Makefile.in
- M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
- M builds/install/arch-specific/linux/classic/postinstall.sh.in
- M builds/install/arch-specific/linux/classic/postuninstall.sh.in
- M builds/install/arch-specific/linux/classic/preinstall.sh.in
- M builds/install/arch-specific/linux/classic/preuninstall.sh.in
- M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
- M builds/install/arch-specific/linux/super/tarMainInstall.sh.in
- M builds/install/arch-specific/linux/super/tarMainUninstall.sh.in
- M builds/install/arch-specific/linux/super/tarinstall.sh.in
- M builds/install/arch-specific/linux/super/taruninstall.sh.in
- M builds/install/arch-specific/netbsd/install.sh.in
- M builds/install/arch-specific/sinixz/prototype.in
- M builds/install/arch-specific/solaris/CS/postinstall.in
- M builds/install/arch-specific/solaris/CS/postremove.in
- M builds/install/arch-specific/solaris/CS/preinstall.in
- M builds/install/arch-specific/solaris/Makefile.in
- M builds/install/arch-specific/solx86gcc/CS/postinstall.in
- M builds/install/arch-specific/solx86gcc/CS/postremove.in
- M builds/install/arch-specific/solx86gcc/CS/preinstall.in
- M builds/install/arch-specific/solx86gcc/Makefile.in
- M builds/install/arch-specific/win32/FirebirdInstall_20.iss
- M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
- M builds/install/misc/fb_config.in
- A builds/install/misc/fbintl.conf
- M builds/posix/Makefile.in.boot.gpre
- M builds/posix/Makefile.in.client.fbudf
- M builds/posix/Makefile.in.client.gbak
- M builds/posix/Makefile.in.client.gdef
- M builds/posix/Makefile.in.client.gfix
- M builds/posix/Makefile.in.client.gpre
- M builds/posix/Makefile.in.client.gsec
- M builds/posix/Makefile.in.client.isql
- M builds/posix/Makefile.in.client.qli
- M builds/posix/Makefile.in.client.util
- M builds/posix/Makefile.in.embed.lockmgr
- M builds/posix/Makefile.in.examples
- A builds/posix/Makefile.in.extern.icu
- M builds/posix/Makefile.in.extlib
- M builds/posix/Makefile.in.fbserver
- M builds/posix/Makefile.in.firebird
- M builds/posix/Makefile.in.intl
- M builds/posix/Makefile.in.libfbclient
- M builds/posix/Makefile.in.libfbcommon
- M builds/posix/Makefile.in.libfbembed
- M builds/posix/Makefile.in.libfbstatic
- M builds/posix/Makefile.in.refDatabases
- M builds/posix/Makefile.in.static.gbak
- M builds/posix/Makefile.in.static.gpre
- M builds/posix/Makefile.in.static.isql
- M builds/posix/fbintl.vers
- M builds/posix/make.defaults
- M builds/posix/make.rules
- M builds/posix/make.shared.targets
- M builds/posix/make.shared.variables
- M builds/posix/prefix.linux_generic
- M builds/posix/prefix.linux_sparc32
- M builds/posix/prefix.netbsd
- M builds/posix/prefix.solx86
- M builds/posix/prefix.solx86gcc
- M builds/win32/make_all.bat
- A builds/win32/make_icu.bat
- M builds/win32/msvc6/Firebird2.dsw
- A builds/win32/msvc6/config.dsp
- M builds/win32/msvc6/engine.dsp
- M builds/win32/msvc6/engine_classic.dsp
- M builds/win32/msvc6/engine_embed.dsp
- M builds/win32/msvc6/fb_inet_server.dsp
- M builds/win32/msvc6/fbembed.dsp
- M builds/win32/msvc6/fbserver.dsp
- M builds/win32/msvc7/Firebird2.sln
- A builds/win32/msvc7/config.vcproj
- M builds/win32/msvc7/engine.vcproj
- M builds/win32/msvc7/engine_classic.vcproj
- M builds/win32/msvc7/engine_embed.vcproj
- M builds/win32/msvc7/fb_inet_server.vcproj
- M builds/win32/msvc7/fbembed.vcproj
- M builds/win32/msvc7/fbserver.vcproj
- M builds/win32/msvc7/intl.vcproj
- M builds/win32/prepare.bat
- M configure.in
- M doc/WhatsNew
- M doc/sql.extensions/README.keywords
- A doc/sql.extensions/README.length
- A doc/sql.extensions/README.trim
- A extern
- A extern/editline
- A extern/editline/CHANGES
- A extern/editline/INSTALL
- A extern/editline/Makefile.in
- A extern/editline/PLATFORMS
- A extern/editline/README
- A extern/editline/TEST
- A extern/editline/TEST/test.c
- A extern/editline/chared.c
- A extern/editline/chared.h
- A extern/editline/common.c
- A extern/editline/config.guess
- A extern/editline/config.h.in
- A extern/editline/config.sub
- A extern/editline/configure
- A extern/editline/configure.in
- A extern/editline/editline.3
- A extern/editline/editrc.5
- A extern/editline/el.c
- A extern/editline/el.h
- A extern/editline/emacs.c
- A extern/editline/hist.c
- A extern/editline/hist.h
- A extern/editline/histedit.h
- A extern/editline/history.c
- A extern/editline/install-sh
- A extern/editline/key.c
- A extern/editline/key.h
- A extern/editline/makelist
- A extern/editline/map.c
- A extern/editline/map.h
- A extern/editline/np
- A extern/editline/np/fgetln.c
- A extern/editline/np/strlcat.c
- A extern/editline/np/strlcpy.c
- A extern/editline/np/unvis.c
- A extern/editline/np/vis.c
- A extern/editline/np/vis.h
- A extern/editline/parse.c
- A extern/editline/parse.h
- A extern/editline/prompt.c
- A extern/editline/prompt.h
- A extern/editline/read.c
- A extern/editline/read.h
- A extern/editline/readline
- A extern/editline/readline/readline.h
- A extern/editline/readline.c
- A extern/editline/refresh.c
- A extern/editline/refresh.h
- A extern/editline/search.c
- A extern/editline/search.h
- A extern/editline/sig.c
- A extern/editline/sig.h
- A extern/editline/sys.h
- A extern/editline/term.c
- A extern/editline/term.h
- A extern/editline/tokenizer.c
- A extern/editline/tokenizer.h
- A extern/editline/tty.c
- A extern/editline/tty.h
- A extern/editline/vi.c
- A extern/icu
- A extern/icu/as_is
- A extern/icu/as_is/os390
- A extern/icu/as_is/os390/unpax-icu.sh
- A extern/icu/as_is/os400
- A extern/icu/as_is/os400/configure
- A extern/icu/as_is/os400/unpax-icu.sh
- A extern/icu/debian
- A extern/icu/debian/README.Debian.libicu-dev
- A extern/icu/debian/changelog
- A extern/icu/debian/control
- A extern/icu/debian/copyright
- A extern/icu/debian/icu-doc.doc-base
- A extern/icu/debian/icu.conffiles.in
- A extern/icu/debian/icu.postinst.in
- A extern/icu/debian/icu.prerm.in
- A extern/icu/debian/libicu.postinst
- A extern/icu/debian/libicu.prerm.in
- A extern/icu/debian/postinst.in
- A extern/icu/debian/prerm.in
- A extern/icu/debian/rules
- A extern/icu/license.html
- A extern/icu/packaging
- A extern/icu/packaging/PACKAGES
- A extern/icu/packaging/README
- A extern/icu/packaging/debian
- A extern/icu/packaging/debian/README
- A extern/icu/packaging/rpm
- A extern/icu/packaging/rpm/icu.spec
- A extern/icu/readme.html
- A extern/icu/source
- A extern/icu/source/Doxyfile.in
- A extern/icu/source/Makefile.in
- A extern/icu/source/acconfig.h
- A extern/icu/source/aclocal.m4
- A extern/icu/source/allinone
- ...
[truncated message content] |
|
From: <fir...@us...> - 2010-11-29 04:41:48
|
Revision: 51997
http://firebird.svn.sourceforge.net/firebird/?rev=51997&view=rev
Author: firebirds
Date: 2010-11-29 04:41:39 +0000 (Mon, 29 Nov 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-11-29 04:01:21 UTC (rev 51996)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-11-29 04:41:39 UTC (rev 51997)
@@ -1,3 +1,7 @@
+ 2010-11-28 19:51 dimitr
+ M src/jrd/pag.cpp
+Backport.
+
2010-11-26 16:56 alexpeshkoff
M src/burp/backup.epp
M src/burp/burp.cpp
@@ -48335,6 +48339,50322 @@
M extern/icu/source/common/unicode/umachine.h
We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit
- 2005-06-27 18:38 dimitr
+ 2005-06-27 18:36 dimitr
+ M src/utilities/gstat/dba.epp
+Fixed ODS decoding in GSTAT.
+
+ 2005-06-27 13:54 paul_reeves
+ M builds/win32/make_all.bat
+ M builds/win32/make_icu.bat
+ M extern/icu/source/common/unicode/umachine.h
+Minor tweaks to Win32 build system to integrate the icu code into the build.
+
+ 2005-06-27 12:46 alexpeshkoff
+ M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
+ M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
+make it compatible with solaris build
+
+ 2005-06-27 12:43 alexpeshkoff
+ M builds/posix/Makefile.in.extern.icu
+make icu build on both linux and solaris
+
+ 2005-06-27 12:26 alexpeshkoff
+ M src/jrd/os/posix/unix.cpp
+fixed posix build after ODS parser changes
+
+ 2005-06-27 10:24 aafemt
+ M src/jrd/why.cpp
+Cleanup
+
+ 2005-06-27 10:22 aafemt
+ M extern/icu/source/tools/pkgdata/pkgtypes.h
+Case
+
+ 2005-06-27 10:20 aafemt
+ M builds/posix/prefix.mingw
+Let's produce not so big files
+
+ 2005-06-26 21:48 hvlad
+ M src/jrd/cmp.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/jrd.h
+ M src/jrd/lck.cpp
+ M src/jrd/lck.h
+ M src/jrd/met.epp
+ M src/jrd/vio.cpp
+1. Allow to create FK constraints without exclusive database locking
+2. Fix 'partner index not found' error when one process dropped FK and another trying to delete master record
+3. misc changes in vio.cpp
+
+ 2005-06-26 16:11 dimitr
+ M src/include/gen/msgs.h
+ M src/jrd/dmp.cpp
+ M src/jrd/ods.h
+ M src/jrd/pag.cpp
+ M src/msgs/messages.sql
+ M src/utilities/gstat/dba.epp
+ M src/utilities/gstat/ppg.cpp
+Changed the ODS encoding, messaging and protection rules.
+
+ 2005-06-26 02:09 asfernandes
+ M src/jrd/evl.cpp
+Better handling in substring of large blobs
+
+ 2005-06-25 09:34 dimitr
+ M src/jrd/jrd.cpp
+Expanded the routine comment.
+
+ 2005-06-24 15:38 asfernandes
+ M src/jrd/evl.cpp
+Comment
+
+ 2005-06-24 15:06 dimitr
+ M src/dsql/metd.epp
+Fixed SF #1012152.
+
+ 2005-06-24 12:56 dimitr
+ M src/jrd/cmp.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/req.h
+ M src/jrd/rse.cpp
+Fixed reported issues with ROW_COUNT.
+
+ 2005-06-24 11:14 dimitr
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd_proto.h
+ M src/jrd/os/win32/ibinitdll.cpp
+ M src/jrd/svc.cpp
+ M src/remote/inet_server.cpp
+ M src/remote/os/win32/cntl.cpp
+ M src/remote/os/win32/srvr_w32.cpp
+ M src/remote/os/win32/window.cpp
+Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics.
+
+ 2005-06-23 15:12 asfernandes
+ M src/isql/isql.epp
+Make SQLDA_DISPLAY display input SQLDA parameters of INSERTs, UPDATEs and DELETEs
+
+ 2005-06-23 10:10 kkuznetsov
+ M extern/icu/source/runConfigureICU
+Fix configure error on Solaris x86
+
+ 2005-06-23 05:25 aafemt
+ M src/config/AdminException.cpp
+ M src/config/AdminException.h
+Cleanup
+
+ 2005-06-22 23:00 asfernandes
+ A builds/win32/make_boot2.bat
+ A builds/win32/preprocess2.bat
+ A builds/win32/setenvvar2.bat
+Use fbembed in boot-build
+
+ 2005-06-22 22:47 asfernandes
+ M builds/win32/make_icu.bat
+Misc.
+
+ 2005-06-22 22:46 asfernandes
+ M builds/win32/msvc7/Firebird2.sln
+ M builds/win32/msvc7/Firebird2Boot.sln
+ M builds/win32/msvc7/alice.vcproj
+ M builds/win32/msvc7/burp.vcproj
+ M builds/win32/msvc7/common.vcproj
+ M builds/win32/msvc7/dsql_server.vcproj
+ M builds/win32/msvc7/engine_embed.vcproj
+ M builds/win32/msvc7/fbembed.vcproj
+ A builds/win32/msvc7/gbak_embed.vcproj
+ A builds/win32/msvc7/gpre_embed.vcproj
+ A builds/win32/msvc7/isql_embed.vcproj
+ M builds/win32/msvc7/lock.vcproj
+ A builds/win32/msvc7/utilities_embed.vcproj
+MSVC7 projects for boot-build with fbembed
+
+ 2005-06-22 22:26 asfernandes
+ M src/jrd/svc.cpp
+Fbembed don't use security
+
+ 2005-06-22 22:23 asfernandes
+ M src/gpre/gpre_meta_boot.cpp
+Make gpre_boot work without -lang_internal switch
+
+ 2005-06-22 13:48 kkuznetsov
+ M configure.in
+ M extern/icu/source/runConfigureICU
+More plays with icu on Solaris x86
+
+ 2005-06-22 09:21 alexpeshkoff
+ M builds/posix/Makefile.in.examples
+Fixed problem, noticed by Dimitry Sibiryakov
+
+ 2005-06-22 05:13 aafemt
+ M src/config/ConfObject.cpp
+ M src/jrd/Optimizer.cpp
+ M src/jrd/intl.cpp
+ M src/jrd/opt.cpp
+ M src/jrd/unicode_util.cpp
+Warnings
+
+ 2005-06-21 10:26 aafemt
+ M src/config/AdminException.h
+ M src/config/Args.h
+ M src/config/ArgsException.h
+ M src/config/Element.h
+ M src/config/InputFile.h
+ M src/config/InputStream.h
+ M src/config/Lex.h
+ M src/config/ScanDir.h
+ M src/config/Stream.h
+ M src/config/StreamSegment.h
+ M src/vulcan/JString.cpp
+ M src/vulcan/JString.h
+ M src/vulcan/PathName.h
+ M src/vulcan/RefObject.h
+Warnings
+
+ 2005-06-21 09:16 alexpeshkoff
+ M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
+ M builds/posix/Makefile.in.extern.icu
+a bit better handling of intl stuff
+
+ 2005-06-21 09:03 alexpeshkoff
+ M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
+a bit better handling of intl stuff while packaging
+
+ 2005-06-21 01:44 asfernandes
+ M src/jrd/opt.cpp
+ M src/jrd/unicode_util.h
+Misc.
+
+ 2005-06-20 08:53 hvlad
+ M src/jrd/cmp.cpp
+Fixed unregistered bug :
+AV when PLAN for VIEW is specified but no table alias was given
+CREATE VIEW V1 AS
+SELECT D.RDB$RELATION_ID, C.RDB$CHARACTER_SET_ID
+ FROM RDB$DATABASE D JOIN RDB$CHARACTER_SETS C
+ ON D.RDB$CHARACTER_SET_NAME = C.RDB$CHARACTER_SET_NAME
+SELECT * FROM V1
+PLAN (V1 NATURAL)
+
+ 2005-06-20 05:40 aafemt
+ M src/jrd/intl_classes.h
+Fix warning
+
+ 2005-06-17 10:42 aafemt
+ M src/config/ScanDir.cpp
+Overloaded operators is evil
+
+ 2005-06-17 01:33 asfernandes
+ M src/dsql/make.cpp
+Simplification
+
+ 2005-06-16 12:09 aafemt
+ M builds/posix/prefix.mingw
+Fix over-export
+
+ 2005-06-16 12:08 aafemt
+ M src/jrd/why.cpp
+Plain C for public API routine
+
+ 2005-06-16 05:13 robocop
+ M src/isql/isql.epp
+ M src/jrd/utl.cpp
+Fix blob dumping routines in jrd and report errors in isql.
+
+ 2005-06-16 05:11 aafemt
+ D clean.sh
+ M doc/README.build.mingw.html
+Revert to common cleaning procedure
+
+ 2005-06-16 05:11 robocop
+ M src/dsql/ddl.cpp
+ M src/dsql/dsql.cpp
+ M src/dsql/dsql.tab.h
+ M src/dsql/gen.cpp
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+Try to indicate position of incomplete commands.
+Some casts because statuses are fixed 32 quantities, not natural int types.
+
+ 2005-06-16 05:05 robocop
+ M src/jrd/status.cpp
+ M src/jrd/status.h
+Const correctness.
+
+ 2005-06-16 05:05 robocop
+ M src/jrd/intl.cpp
+Copy/paste problem with two SET_TDBB.
+
+ 2005-06-16 05:02 robocop
+ M src/dsql/metd.epp
+ M src/jrd/dfw.epp
+ M src/msgs/messages.sql
+Misc.
+
+ 2005-06-15 15:19 alexpeshkoff
+ M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
+fixed INTL issues in SS package build
+
+ 2005-06-15 15:18 alexpeshkoff
+ M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
+fixed INTL issues in package build
+
+ 2005-06-15 15:03 alexpeshkoff
+ M builds/posix/Makefile.in.embed.util
+fixed gsec CS posix build
+
+ 2005-06-15 09:11 dimitr
+ M src/jrd/shut.cpp
+Fixed some shutdown issues:
+- redundant attempts to get an exclusive database lock
+- wrong timeout counting
+- database lock is not released after bringing database online in the exclusive mode
+- removed a 5 sec timeout when bringing database online in the shared mode
+
+ 2005-06-15 05:31 aafemt
+ M configure.in
+ M extern/icu/source/aclocal.m4
+ M extern/icu/source/common/putil.c
+ M extern/icu/source/common/unicode/brkiter.h
+ M extern/icu/source/common/unicode/platform.h.in
+ M extern/icu/source/common/unicode/putil.h
+ M extern/icu/source/common/unicode/umachine.h
+ M extern/icu/source/common/unicode/uniset.h
+ M extern/icu/source/common/unicode/utypes.h
+ A extern/icu/source/config/mh-mingw
+ M extern/icu/source/configure
+ M extern/icu/source/configure.in
+ M extern/icu/source/data/Makefile.in
+ M extern/icu/source/runConfigureICU
+ M extern/icu/source/tools/pkgdata/dllmode.c
+ M extern/icu/source/tools/pkgdata/make.c
+ M extern/icu/source/tools/pkgdata/makefile.h
+ M extern/icu/source/tools/pkgdata/pkgdata.c
+ M extern/icu/source/tools/pkgdata/pkgtypes.h
+ M extern/icu/source/tools/pkgdata/sttcmode.c
+ M extern/icu/source/tools/pkgdata/winmode.c
+MinGW port of ICU
+
+ 2005-06-14 05:44 dimitr
+ M src/jrd/inf.cpp
+Code simplification.
+
+ 2005-06-14 03:16 asfernandes
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/dsql/ddl.cpp
+ M src/dsql/metd.epp
+ M src/dsql/metd_proto.h
+ M src/dsql/pass1.cpp
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/rdb_codes.h
+ M src/include/gen/sql_code.h
+ M src/jrd/Optimizer.cpp
+ M src/jrd/cvt.cpp
+ M src/jrd/cvt2.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/idx.cpp
+ M src/jrd/inf.cpp
+ M src/jrd/intl.cpp
+ M src/jrd/intl_proto.h
+ M src/jrd/jrd.cpp
+ M src/jrd/opt.cpp
+ M src/msgs/facilities.sql
+ M src/msgs/history.sql
+ M src/msgs/messages.sql
+ M src/msgs/system_errors.sql
+1) Fixed SF #1016040 Missing external libraries causes engine exception
+2) Use better error messages
+
+ 2005-06-13 12:45 dimitr
+ M src/dsql/dsql.tab.h
+ M src/dsql/gen.cpp
+ M src/dsql/keywords.cpp
+ M src/dsql/node.h
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+RETURNING implementation.
+
+ 2005-06-13 03:55 asfernandes
+ M src/jrd/evl.cpp
+Removed wrong "deletes" noticed by Claudio
+
+ 2005-06-13 03:48 robocop
+ M src/jrd/evl.cpp
+Misc.
+
+ 2005-06-13 02:12 asfernandes
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/pass1.cpp
+ M src/jrd/inf.cpp
+Removed some compiler messages
+
+ 2005-06-12 23:47 robocop
+ M src/isql/isql.epp
+If an error happens when we are trying to retrieve the first record, we need to print a newline or the error msg will appear padding the column headers.
+
+ 2005-06-12 23:45 robocop
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/rdb_codes.h
+ M src/include/gen/sql_code.h
+ M src/jrd/cmp.cpp
+ M src/jrd/evl.cpp
+ M src/msgs/facilities.sql
+ M src/msgs/history.sql
+ M src/msgs/messages.sql
+ M src/msgs/system_errors.sql
+Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term.
+
+ 2005-06-12 21:20 asfernandes
+ M src/dsql/make.cpp
+ M src/jrd/evl.cpp
+Fix TRIM(NULL FROM <something>) to return NULL
+
+ 2005-06-12 06:27 dimitr
+ M src/jrd/blb.cpp
+ M src/jrd/btr.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/idx.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd.h
+ M src/jrd/rse.cpp
+ M src/jrd/validation.cpp
+ M src/jrd/vio.cpp
+Removed unused thread scheduling option.
+
+ 2005-06-12 04:00 dimitr
+ M src/msgs/facilities.sql
+Correction.
+
+ 2005-06-12 01:36 robocop
+ M src/isql/isql.epp
+ M src/isql/isql.h
+ M src/isql/show.epp
+Cater for the longest possible identifiers, quoted.
+
+ 2005-06-12 01:18 robocop
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+Update the language helpers after the last message additions.
+
+ 2005-06-12 00:58 robocop
+ M src/jrd/idx.cpp
+Totally misc.
+
+ 2005-06-12 00:38 asfernandes
+ A src/intl/collations/koi8r_ru.h
+ A src/intl/collations/koi8u_ua.h
+Add collations forgetted
+
+ 2005-06-11 21:26 hvlad
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/rdb_codes.h
+ M src/include/gen/sql_code.h
+Regenerated error codes
+
+ 2005-06-11 19:51 asfernandes
+ M builds/install/misc/fbintl.conf
+ M builds/win32/msvc6/intl.dsp
+ M builds/win32/msvc7/intl.vcproj
+ A src/intl/collations/win1257_ee.h
+ A src/intl/collations/win1257_lt.h
+ A src/intl/collations/win1257_lv.h
+ M src/intl/lc_iso8859_1.cpp
+ M src/intl/ld.cpp
+ M src/jrd/intlnames.h
+Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil
+
+ 2005-06-11 11:41 hvlad
+ M src/msgs/facilities.sql
+ M src/msgs/messages.sql
+ M src/msgs/system_errors.sql
+Added new error messages
+
+ 2005-06-11 11:39 hvlad
+ M src/jrd/dfw.epp
+ M src/jrd/idx.cpp
+ M src/jrd/idx_proto.h
+Fixed SF bug #1186607 (Foreign key relation VARCHAR <-> INT ??????)
+
+ 2005-06-11 11:36 hvlad
+ M src/dsql/ddl.cpp
+Fixed SF bug #1211325 (BLOBs in external tables)
+
+ 2005-06-11 03:14 robocop
+ M src/dsql/gen.cpp
+Backport Tom Cole's fix for FP numbers as strings.
+
+ 2005-06-11 03:04 asfernandes
+ A src/intl/charsets/cs_koi8r.h
+ A src/intl/charsets/cs_koi8u.h
+ M src/intl/charsets.h
+ M src/intl/cs_narrow.cpp
+ M src/intl/lc_ascii.cpp
+ M src/intl/ld.cpp
+ M src/jrd/intlnames.h
+Integrate character sets KOIuR (Russian) and KOI8U (Ukrainian) ported from Yaffil by Dmitry
+
+ 2005-06-11 00:32 robocop
+ M src/isql/isql.epp
+- Renamed function input to newinput to be in sync with newoutput.
+- Implemented PASSTHROUGH command only for the debug build. Use with care.
+
+ 2005-06-11 00:22 robocop
+ M src/dsql/preparse.cpp
+CREATE DATABASE can tolerate single line comments (AFAIK, client-side issue).
+
+ 2005-06-11 00:20 robocop
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/dsql/ddl.cpp
+ M src/dsql/dsql.cpp
+ M src/dsql/dsql.tab.h
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/rdb_codes.h
+ M src/include/gen/sql_code.h
+ M src/msgs/facilities.sql
+ M src/msgs/history.sql
+ M src/msgs/messages.sql
+ M src/msgs/system_errors.sql
+Please Dmitry and try to report the line/column of an incomplete statement.
+
+ 2005-06-11 00:14 robocop
+ M src/jrd/evl.cpp
+EVL_expr grew too much. Make more functions.
+
+ 2005-06-11 00:13 robocop
+ M src/common/classes/objects_array.h
+ M src/jrd/IntlManager.cpp
+const_iterator
+The code in intlmanager originally confused me.
+
+ 2005-06-10 12:13 asfernandes
+ M src/intl/collations/bl88591ptbr0.h
+Misc
+
+ 2005-06-10 10:35 aafemt
+ M src/extlib/ib_util.c
+Plain C don't know namespaces
+
+ 2005-06-10 10:32 aafemt
+ M builds/posix/Makefile.in.client.util
+ M builds/posix/Makefile.in.codes
+ M builds/posix/Makefile.in.embed.util
+ M builds/posix/Makefile.in.examples
+ M builds/posix/Makefile.in.extern.icu
+ M builds/posix/Makefile.in.fbserver
+ M builds/posix/Makefile.in.firebird
+ M builds/posix/Makefile.in.libfbcommon
+ M builds/posix/Makefile.in.libfbembed
+ M builds/posix/Makefile.in.msgs
+ M builds/posix/Makefile.in.refDatabases
+ M builds/posix/Makefile.in.static.gbak
+ M builds/posix/Makefile.in.static.gpre
+ M builds/posix/Makefile.in.static.isql
+ M builds/posix/make.defaults
+ M builds/posix/make.rules
+ M builds/posix/make.shared.targets
+ M builds/posix/make.shared.variables
+ M builds/posix/prefix.mingw
+ICU adaptation and some improvements
+
+ 2005-06-10 02:03 asfernandes
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/pass1.cpp
+ M src/dsql/utld.cpp
+ M src/dsql/utld_proto.h
+Fix possible problems with larger columns sizes noted by Claudio
+
+ 2005-06-10 02:01 asfernandes
+ M src/jrd/ini.epp
+Only initialize metadata BLOB charset for text BLOBs
+
+ 2005-06-10 00:54 robocop
+ M src/msgs/facilities.sql
+ M src/msgs/history.sql
+Totally misc.
+
+ 2005-06-09 00:01 asfernandes
+ M src/jrd/cvt.cpp
+Revert Claudio's change that cause crash when parameters are used
+
+ 2005-06-08 13:42 dimitr
+ M src/dsql/ddl.cpp
+Fixed bug with lost charset/collation in local variables,
+reported by Eugene Kilin.
+
+ 2005-06-08 11:10 asfernandes
+ M src/jrd/cvt2.cpp
+Fix BLOB comparation problem pointed by Claudio
+
+ 2005-06-08 11:09 asfernandes
+ M src/jrd/ibase.h
+Use more appropriate codes
+
+ 2005-06-08 10:21 aafemt
+ M extern/icu/source/configure.in
+A bit better method to check for _tzname
+
+ 2005-06-08 09:58 alexpeshkoff
+ M builds/posix/make.shared.variables
+fixed posix build after Dmitry's change
+
+ 2005-06-08 06:16 dimitr
+ M src/jrd/dyn_mod.epp
+Fixed an old ALTER VIEW bug that now prevents COMMENT ON VIEW from working properly.
+
+ 2005-06-08 05:28 aafemt
+ M builds/posix/Makefile.in.firebird
+ M builds/posix/make.defaults
+ICU build with MinGW
+
+ 2005-06-08 02:09 asfernandes
+ M src/jrd/dyn_def.epp
+ M src/jrd/intl.cpp
+ M src/jrd/met.epp
+ M src/jrd/met_proto.h
+Misc.
+
+ 2005-06-07 10:57 dimitr
+ M src/jrd/rpb_chain.cpp
+Added a couple of more checks.
+
+ 2005-06-07 10:52 dimitr
+ M src/jrd/exe.cpp
+Cleanup.
+
+ 2005-06-07 10:36 aafemt
+ M src/config/InputFile.cpp
+Required header
+
+ 2005-06-07 10:20 dimitr
+ M src/jrd/met.epp
+Removed code remains from before-MetaName times.
+
+ 2005-06-07 05:09 aafemt
+ M builds/posix/Makefile.in.extern.icu
+ M configure.in
+More appropriate place to configure ICU
+
+ 2005-06-07 02:05 asfernandes
+ M src/jrd/intl.cpp
+ M src/jrd/intl_proto.h
+Misc.
+
+ 2005-06-07 01:57 asfernandes
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+Regenerate files
+
+ 2005-06-06 20:52 asfernandes
+ M src/jrd/IntlManager.cpp
+Remove wrong compiler message: it's iterating in "conflicts" and removing in "charSetCollations"
+
+ 2005-06-06 20:44 asfernandes
+ M src/jrd/blp.h
+ M src/jrd/gds.cpp
+Misc.
+
+ 2005-06-06 20:18 asfernandes
+ M src/dsql/ddl.cpp
+ M src/dsql/make.cpp
+Misc.
+
+ 2005-06-06 18:14 asfernandes
+ M src/dsql/ddl.cpp
+ M src/dsql/dsql.cpp
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/node.h
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+ M src/jrd/Optimizer.cpp
+ M src/jrd/blr.h
+ M src/jrd/cmp.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.h
+ M src/jrd/intl.cpp
+ M src/jrd/nod.h
+ M src/jrd/opt.cpp
+ M src/jrd/par.cpp
+ M src/misc/blrtable.cpp
+1) Replace length_ to strlen as noted by Claudio and Dmitry
+2) Change USHORT to ULONG in intl.cpp
+
+ 2005-06-06 13:37 dimitr
+ M src/dsql/pass1.cpp
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/rdb_codes.h
+ M src/include/gen/sql_code.h
+ M src/jrd/par.cpp
+Added new error message.
+
+ 2005-06-06 13:28 dimitr
+ M src/msgs/facilities.sql
+ M src/msgs/messages.sql
+ M src/msgs/system_errors.sql
+Added new error message.
+
+ 2005-06-06 11:06 dimitr
+ M src/dsql/ddl.cpp
+Fixed charset/collation issues for view columns.
+
+ 2005-06-06 08:32 robocop
+ M src/isql/extract.epp
+ M src/isql/show.epp
+Mixed case generator names caused problems in show_generators.
+Noticed by Adriano.
+
+ 2005-06-06 08:30 robocop
+ M builds/install/arch-specific/solaris/CS/postremove.in
+ M builds/install/arch-specific/solaris/SS/postremove.in
+ M doc/WhatsNew
+ M src/config/AdminException.cpp
+ M src/config/ArgsException.cpp
+ M src/config/Stream.cpp
+ M src/dsql/ddl.cpp
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+ M src/include/firebird.h
+ M src/jrd/IntlManager.cpp
+ M src/jrd/Optimizer.cpp
+ M src/jrd/cvt.cpp
+ M src/jrd/cvt2.cpp
+ M src/jrd/dyn_def.epp
+ M src/jrd/evl.cpp
+ M src/jrd/evl_proto.h
+ M src/jrd/idx.h
+ M src/jrd/inf.cpp
+ M src/jrd/ini.epp
+ M src/jrd/intl.cpp
+ M src/jrd/intl_builtin.cpp
+ M src/jrd/met.epp
+ M src/jrd/opt.cpp
+ M src/jrd/unicode_util.cpp
+ M src/msgs/facilities.sql
+ M src/msgs/history.sql
+ M src/msgs/messages.sql
+ M src/vulcan/JString.cpp
+ M src/vulcan/JString.h
+ M src/vulcan/PathName.cpp
+- Corrections and changes to Adriano's commit, subject to his inspection.
+- Solved an endless loop with trim and zero-length trim characters, etc.
+- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
+
+ 2005-06-06 06:42 dimitr
+ M src/jrd/why.cpp
+Let's perform the initial alias lookup at the Y-valve.
+This solves aliases usage in XNET and other local loopbacks.
+
+ 2005-06-06 06:37 dimitr
+ M src/jrd/isc_file.cpp
+Fixed aliases usage in WNET.
+
+ 2005-06-05 22:08 asfernandes
+ M builds/win32/msvc6/intl.dsp
+Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build
+
+ 2005-06-04 13:39 asfernandes
+ M src/jrd/exe.cpp
+Rollback risky change not necessary
+
+ 2005-06-03 21:14 arnobrinkman
+ M src/dsql/gen.cpp
+Fix unneeded evaluation of last item by COALESCE function, noted by Dmitry
+
+ 2005-06-03 08:40 dimitr
+ M src/burp/restore.epp
+Let's report we're creating an index before we do so, not after.
+
+ 2005-06-03 01:26 asfernandes
+ M src/jrd/filters.cpp
+Misc.
+
+ 2005-06-03 01:25 asfernandes
+ M src/jrd/Optimizer.cpp
+Apply forgotten opt.cpp changes in Optimizer.cpp
+
+ 2005-06-02 08:00 kkuznetsov
+ M builds/posix/Makefile.in.extern.icu
+ M configure.in
+First step to build icu on others then Linux
+Linux should work but must be retested
+
+ 2005-06-01 01:08 asfernandes
+ M src/intl/cv_jis.cpp
+ M src/intl/cv_narrow.cpp
+ M src/intl/ld.cpp
+ M src/intl/ldcommon.h
+Replace "#ifdef 0" by "#ifdef NOT_USED_OR_REPLACED"
+
+ 2005-05-31 16:10 dimitr
+ M src/remote/interface.cpp
+Fixed possible event handler crashes during detach.
+
+ 2005-05-30 15:57 asfernandes
+ M builds/posix/Makefile.in.intl
+ M src/intl/charsets.h
+ D src/intl/ld2.cpp
+Removed inconsistences spotted by Claudio
+
+ 2005-05-29 15:27 asfernandes
+ M builds/posix/Makefile.in.extern.editline
+ M builds/posix/Makefile.in.firebird
+ M src/include/gen/ids.h
+Make "configure --with-editline" work
+
+ 2005-05-29 14:38 asfernandes
+ M src/burp/backup.epp
+ M src/burp/restore.epp
+Removed unsense code noticed by Claudio
+
+ 2005-05-27 22:45 asfernandes
+ M autogen.sh
+ M builds/install/arch-specific/freebsd/install.sh.in
+ M builds/install/arch-specific/linux/Makefile.in
+ M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
+ M builds/install/arch-specific/linux/classic/postinstall.sh.in
+ M builds/install/arch-specific/linux/classic/postuninstall.sh.in
+ M builds/install/arch-specific/linux/classic/preinstall.sh.in
+ M builds/install/arch-specific/linux/classic/preuninstall.sh.in
+ M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
+ M builds/install/arch-specific/linux/super/tarMainInstall.sh.in
+ M builds/install/arch-specific/linux/super/tarMainUninstall.sh.in
+ M builds/install/arch-specific/linux/super/tarinstall.sh.in
+ M builds/install/arch-specific/linux/super/taruninstall.sh.in
+ M builds/install/arch-specific/netbsd/install.sh.in
+ M builds/install/arch-specific/sinixz/prototype.in
+ M builds/install/arch-specific/solaris/CS/postinstall.in
+ M builds/install/arch-specific/solaris/CS/postremove.in
+ M builds/install/arch-specific/solaris/CS/preinstall.in
+ M builds/install/arch-specific/solaris/Makefile.in
+ M builds/install/arch-specific/solx86gcc/CS/postinstall.in
+ M builds/install/arch-specific/solx86gcc/CS/postremove.in
+ M builds/install/arch-specific/solx86gcc/CS/preinstall.in
+ M builds/install/arch-specific/solx86gcc/Makefile.in
+ M builds/install/arch-specific/win32/FirebirdInstall_20.iss
+ M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
+ M builds/install/misc/fb_config.in
+ A builds/install/misc/fbintl.conf
+ M builds/posix/Makefile.in.boot.gpre
+ M builds/posix/Makefile.in.client.fbudf
+ M builds/posix/Makefile.in.client.gbak
+ M builds/posix/Makefile.in.client.gdef
+ M builds/posix/Makefile.in.client.gfix
+ M builds/posix/Makefile.in.client.gpre
+ M builds/posix/Makefile.in.client.gsec
+ M builds/posix/Makefile.in.client.isql
+ M builds/posix/Makefile.in.client.qli
+ M builds/posix/Makefile.in.client.util
+ M builds/posix/Makefile.in.embed.lockmgr
+ M builds/posix/Makefile.in.examples
+ A builds/posix/Makefile.in.extern.icu
+ M builds/posix/Makefile.in.extlib
+ M builds/posix/Makefile.in.fbserver
+ M builds/posix/Makefile.in.firebird
+ M builds/posix/Makefile.in.intl
+ M builds/posix/Makefile.in.libfbclient
+ M builds/posix/Makefile.in.libfbcommon
+ M builds/posix/Makefile.in.libfbembed
+ M builds/posix/Makefile.in.libfbstatic
+ M builds/posix/Makefile.in.refDatabases
+ M builds/posix/Makefile.in.static.gbak
+ M builds/posix/Makefile.in.static.gpre
+ M builds/posix/Makefile.in.static.isql
+ M builds/posix/fbintl.vers
+ M builds/posix/make.defaults
+ M builds/posix/make.rules
+ M builds/posix/make.shared.targets
+ M builds/posix/make.shared.variables
+ M builds/posix/prefix.linux_generic
+ M builds/posix/prefix.linux_sparc32
+ M builds/posix/prefix.netbsd
+ M builds/posix/prefix.solx86
+ M builds/posix/prefix.solx86gcc
+ M builds/win32/make_all.bat
+ A builds/win32/make_icu.bat
+ M builds/win32/msvc6/Firebird2.dsw
+ A builds/win32/msvc6/config.dsp
+ M builds/win32/msvc6/engine.dsp
+ M builds/win32/msvc6/engine_classic.dsp
+ M builds/win32/msvc6/engine_embed.dsp
+ M builds/win32/msvc6/fb_inet_server.dsp
+ M builds/win32/msvc6/fbembed.dsp
+ M builds/win32/msvc6/fbserver.dsp
+ M builds/win32/msvc7/Firebird2.sln
+ A builds/win32/msvc7/config.vcproj
+ M builds/win32/msvc7/engine.vcproj
+ M builds/win32/msvc7/engine_classic.vcproj
+ M builds/win32/msvc7/engine_embed.vcproj
+ M builds/win32/msvc7/fb_inet_server.vcproj
+ M builds/win32/msvc7/fbembed.vcproj
+ M builds/win32/msvc7/fbserver.vcproj
+ M builds/win32/msvc7/intl.vcproj
+ M builds/win32/prepare.bat
+ M configure.in
+ M doc/WhatsNew
+ M doc/sql.extensions/README.keywords
+ A doc/sql.extensions/README.length
+ A doc/sql.extensions/README.trim
+ A extern
+ A extern/editline
+ A extern/editline/CHANGES
+ A extern/editline/INSTALL
+ A extern/editline/Makefile.in
+ A extern/editline/PLATFORMS
+ A extern/editline/README
+ A extern/editline/TEST
+ A extern/editline/TEST/test.c
+ A extern/editline/chared.c
+ A extern/editline/chared.h
+ A extern/editline/common.c
+ A extern/editline/config.guess
+ A extern/editline/config.h.in
+ A extern/editline/config.sub
+ A extern/editline/configure
+ A extern/editline/configure.in
+ A extern/editline/editline.3
+ A extern/editline/editrc.5
+ A extern/editline/el.c
+ A extern/editline/el.h
+ A extern/editline/emacs.c
+ A extern/editline/hist.c
+ A extern/editline/hist.h
+ A extern/editline/histedit.h
+ A extern/editline/history.c
+ A extern/editline/install-sh
+ A extern/editline/key.c
+ A extern/editline/key.h
+ A extern/editline/makelist
+ A extern/editline/map.c
+ A extern/editline/map.h
+ A extern/editline/np
+ A extern/editline/np/fgetln.c
+ A extern/editline/np/strlcat.c
+ A extern/editline/np/strlcpy.c
+ A extern/editline/np/unvis.c
+ A extern/editline/np/vis.c
+ A extern/editline/np/vis.h
+ A extern/editline/parse.c
+ A extern/editline/parse.h
+ A extern/editline/prompt.c
+ A extern/editline/prompt.h
+ A extern/editline/read.c
+ A extern/editline/read.h
+ A extern/editline/readline
+ A extern/editline/readline/readline.h
+ A extern/editline/readline.c
+ A extern/editline/refresh.c
+ A extern/editline/refresh.h
+ A extern/editline/search.c
+ A extern/editline/search.h
+ A extern/editline/sig.c
+ A extern/editline/sig.h
+ A extern/editline/sys.h
+ A extern/editline/term.c
+ A extern/editline/term.h
+ A extern/editline/tokenizer.c
+ A extern/editline/tokenizer.h
+ A extern/editline/tty.c
+ A extern/editline/tty.h
+ A extern/editline/vi.c
+ A extern/icu
+ A extern/icu/as_is
+ A extern/icu/as_is/os390
+ A extern/icu/as_is/os390/unpax-icu.sh
+ A extern/icu/as_is/os400
+ A extern/icu/as_is/os400/configure
+ A extern/icu/as_is/os400/unpax-icu.sh
+ A extern/icu/debian
+ A extern/icu/debian/README.Debian.libicu-dev
+ A extern/icu/debian/changelog
+ A extern/icu/debian/control
+ A extern/icu/debian/copyright
+ A extern/icu/debian/icu-doc.doc-base
+ A extern/icu/debian/icu.conffiles.in
+ A extern/icu/debian/icu.postinst.in
+ A extern/icu/debian/icu.prerm.in
+ A extern/icu/debian/libicu.postinst
+ A extern/icu/debian/libicu.prerm.in
+ A extern/icu/debian/postinst.in
+ A extern/icu/debian/prerm.in
+ A extern/icu/debian/rules
+ A extern/icu/license.html
+ A extern/icu/packaging
+ A extern/icu/packaging/PACKAGES
+ A extern/icu/packaging/README
+ A extern/icu/packaging/debian
+ A extern/icu/packaging/debian/README
+ A extern/icu/packaging/rpm
+ A extern/icu/packaging/rpm/icu.spec
+ A extern/icu/readme.html
+ A extern...
[truncated message content] |
|
From: <fir...@us...> - 2010-11-30 05:12:24
|
Revision: 52005
http://firebird.svn.sourceforge.net/firebird/?rev=52005&view=rev
Author: firebirds
Date: 2010-11-30 05:12:18 +0000 (Tue, 30 Nov 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-11-30 04:06:03 UTC (rev 52004)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-11-30 05:12:18 UTC (rev 52005)
@@ -1,3 +1,13 @@
+ 2010-11-29 15:50 dimitr
+ M src/jrd/Optimizer.cpp
+ M src/jrd/Optimizer.h
+Correction for one of my past commits. Also, unified the code a bit.
+
+ 2010-11-29 15:05 hvlad
+ M src/remote/os/win32/srvr_w32.cpp
+ M src/remote/os/win32/window.cpp
+Fixed bug CORE-3266 : Race condition between async service detach request and running user trace service
+
2010-11-28 19:51 dimitr
M src/jrd/pag.cpp
Backport.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-30 04:06:03 UTC (rev 52004)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-30 05:12:18 UTC (rev 52005)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26145
+ FORMAL BUILD NUMBER:26147
*/
-#define PRODUCT_VER_STRING "2.5.0.26145"
-#define FILE_VER_STRING "WI-V2.5.0.26145"
-#define LICENSE_VER_STRING "WI-V2.5.0.26145"
-#define FILE_VER_NUMBER 2, 5, 0, 26145
+#define PRODUCT_VER_STRING "2.5.0.26147"
+#define FILE_VER_STRING "WI-V2.5.0.26147"
+#define LICENSE_VER_STRING "WI-V2.5.0.26147"
+#define FILE_VER_NUMBER 2, 5, 0, 26147
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "26145"
+#define FB_BUILD_NO "26147"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-30 04:06:03 UTC (rev 52004)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-30 05:12:18 UTC (rev 52005)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=0
-BuildNum=26145
+BuildNum=26147
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-03 04:12:59
|
Revision: 52020
http://firebird.svn.sourceforge.net/firebird/?rev=52020&view=rev
Author: firebirds
Date: 2010-12-03 04:12:52 +0000 (Fri, 03 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-03 03:36:00 UTC (rev 52019)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-03 04:12:52 UTC (rev 52020)
@@ -1,3 +1,28 @@
+ 2010-12-02 19:52 dimitr
+ M src/jrd/gds.cpp
+InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow.
+
+ 2010-12-02 11:15 dimitr
+ M src/dsql/keywords.cpp
+ M src/dsql/make.cpp
+ M src/dsql/misc_func.cpp
+ M src/dsql/parse.y
+ M src/include/types_pub.h
+ M src/jrd/cmp.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/exe.h
+ M src/jrd/misc_func_ids.h
+Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE.
+
+ 2010-12-02 10:41 dimitr
+ M src/misc/writeBuildNum.sh
+Updated version info.
+
+ 2010-12-02 10:38 dimitr
+ M doc/WhatsNew
+Updated docs.
+
2010-11-29 15:50 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-03 03:36:00 UTC (rev 52019)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-03 04:12:52 UTC (rev 52020)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26147
+ FORMAL BUILD NUMBER:26151
*/
-#define PRODUCT_VER_STRING "2.5.0.26147"
-#define FILE_VER_STRING "WI-V2.5.0.26147"
-#define LICENSE_VER_STRING "WI-V2.5.0.26147"
-#define FILE_VER_NUMBER 2, 5, 0, 26147
+#define PRODUCT_VER_STRING "2.5.1.26151"
+#define FILE_VER_STRING "WI-V2.5.1.26151"
+#define LICENSE_VER_STRING "WI-V2.5.1.26151"
+#define FILE_VER_NUMBER 2, 5, 1, 26151
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
-#define FB_REV_NO "0"
-#define FB_BUILD_NO "26147"
+#define FB_REV_NO "1"
+#define FB_BUILD_NO "26151"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-03 03:36:00 UTC (rev 52019)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-03 04:12:52 UTC (rev 52020)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26147
+BuildNum=26151
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-09 03:34:06
|
Revision: 52032
http://firebird.svn.sourceforge.net/firebird/?rev=52032&view=rev
Author: firebirds
Date: 2010-12-09 03:33:59 +0000 (Thu, 09 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-08 10:57:21 UTC (rev 52031)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-09 03:33:59 UTC (rev 52032)
@@ -1,3 +1,7 @@
+ 2010-12-08 10:57 dimitr
+ M src/jrd/opt.cpp
+Backported CORE-1274 and CORE-1752.
+
2010-12-02 19:52 dimitr
M src/jrd/gds.cpp
InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-08 10:57:21 UTC (rev 52031)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-09 03:33:59 UTC (rev 52032)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26151
+ FORMAL BUILD NUMBER:26152
*/
-#define PRODUCT_VER_STRING "2.5.1.26151"
-#define FILE_VER_STRING "WI-V2.5.1.26151"
-#define LICENSE_VER_STRING "WI-V2.5.1.26151"
-#define FILE_VER_NUMBER 2, 5, 1, 26151
+#define PRODUCT_VER_STRING "2.5.1.26152"
+#define FILE_VER_STRING "WI-V2.5.1.26152"
+#define LICENSE_VER_STRING "WI-V2.5.1.26152"
+#define FILE_VER_NUMBER 2, 5, 1, 26152
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26151"
+#define FB_BUILD_NO "26152"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-08 10:57:21 UTC (rev 52031)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-09 03:33:59 UTC (rev 52032)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26151
+BuildNum=26152
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-13 03:34:41
|
Revision: 52041
http://firebird.svn.sourceforge.net/firebird/?rev=52041&view=rev
Author: firebirds
Date: 2010-12-13 03:34:35 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-13 03:19:34 UTC (rev 52040)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-13 03:34:35 UTC (rev 52041)
@@ -1,3 +1,10 @@
+ 2010-12-12 19:17 hvlad
+ M src/remote/inet.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+ M src/remote/server.cpp
+Fixed bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted
+
2010-12-08 10:57 dimitr
M src/jrd/opt.cpp
Backported CORE-1274 and CORE-1752.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-13 03:19:34 UTC (rev 52040)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-13 03:34:35 UTC (rev 52041)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26152
+ FORMAL BUILD NUMBER:26153
*/
-#define PRODUCT_VER_STRING "2.5.1.26152"
-#define FILE_VER_STRING "WI-V2.5.1.26152"
-#define LICENSE_VER_STRING "WI-V2.5.1.26152"
-#define FILE_VER_NUMBER 2, 5, 1, 26152
+#define PRODUCT_VER_STRING "2.5.1.26153"
+#define FILE_VER_STRING "WI-V2.5.1.26153"
+#define LICENSE_VER_STRING "WI-V2.5.1.26153"
+#define FILE_VER_NUMBER 2, 5, 1, 26153
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26152"
+#define FB_BUILD_NO "26153"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-13 03:19:34 UTC (rev 52040)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-13 03:34:35 UTC (rev 52041)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26152
+BuildNum=26153
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-16 03:48:34
|
Revision: 52047
http://firebird.svn.sourceforge.net/firebird/?rev=52047&view=rev
Author: firebirds
Date: 2010-12-16 03:48:28 +0000 (Thu, 16 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-16 03:28:01 UTC (rev 52046)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-16 03:48:28 UTC (rev 52047)
@@ -1,3 +1,7 @@
+ 2010-12-16 00:14 asfernandes
+ M src/jrd/SysFunction.cpp
+Backported fix for CORE-3277 - Wrong result for RIGHT(UTF8 varchar)
+
2010-12-12 19:17 hvlad
M src/remote/inet.cpp
M src/remote/remote.cpp
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-16 03:28:01 UTC (rev 52046)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-16 03:48:28 UTC (rev 52047)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26153
+ FORMAL BUILD NUMBER:26154
*/
-#define PRODUCT_VER_STRING "2.5.1.26153"
-#define FILE_VER_STRING "WI-V2.5.1.26153"
-#define LICENSE_VER_STRING "WI-V2.5.1.26153"
-#define FILE_VER_NUMBER 2, 5, 1, 26153
+#define PRODUCT_VER_STRING "2.5.1.26154"
+#define FILE_VER_STRING "WI-V2.5.1.26154"
+#define LICENSE_VER_STRING "WI-V2.5.1.26154"
+#define FILE_VER_NUMBER 2, 5, 1, 26154
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26153"
+#define FB_BUILD_NO "26154"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-16 03:28:01 UTC (rev 52046)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-16 03:48:28 UTC (rev 52047)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26153
+BuildNum=26154
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-18 03:30:57
|
Revision: 52056
http://firebird.svn.sourceforge.net/firebird/?rev=52056&view=rev
Author: firebirds
Date: 2010-12-18 03:30:51 +0000 (Sat, 18 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-18 03:18:07 UTC (rev 52055)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-18 03:30:51 UTC (rev 52056)
@@ -1,3 +1,13 @@
+ 2010-12-17 09:54 hvlad
+ M src/jrd/svc.cpp
+ M src/jrd/svc.h
+ M src/jrd/trace/TraceService.cpp
+Better fix for bug CORE-3266 : Race condition between async service detach request and running user trace service
+
+ 2010-12-17 05:40 robocop
+ M doc/WhatsNew
+Misc.
+
2010-12-16 00:14 asfernandes
M src/jrd/SysFunction.cpp
Backported fix for CORE-3277 - Wrong result for RIGHT(UTF8 varchar)
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-18 03:18:07 UTC (rev 52055)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-18 03:30:51 UTC (rev 52056)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26154
+ FORMAL BUILD NUMBER:26156
*/
-#define PRODUCT_VER_STRING "2.5.1.26154"
-#define FILE_VER_STRING "WI-V2.5.1.26154"
-#define LICENSE_VER_STRING "WI-V2.5.1.26154"
-#define FILE_VER_NUMBER 2, 5, 1, 26154
+#define PRODUCT_VER_STRING "2.5.1.26156"
+#define FILE_VER_STRING "WI-V2.5.1.26156"
+#define LICENSE_VER_STRING "WI-V2.5.1.26156"
+#define FILE_VER_NUMBER 2, 5, 1, 26156
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26154"
+#define FB_BUILD_NO "26156"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-18 03:18:07 UTC (rev 52055)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-18 03:30:51 UTC (rev 52056)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26154
+BuildNum=26156
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-21 03:48:14
|
Revision: 52067
http://firebird.svn.sourceforge.net/firebird/?rev=52067&view=rev
Author: firebirds
Date: 2010-12-21 03:48:07 +0000 (Tue, 21 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-20 23:23:51 UTC (rev 52066)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-21 03:48:07 UTC (rev 52067)
@@ -1,3 +1,9 @@
+ 2010-12-20 07:05 dimitr
+ M src/jrd/Optimizer.cpp
+ M src/jrd/Optimizer.h
+ M src/jrd/opt.cpp
+Fixed CORE-3283: Bad plan with using LEFT OUTER JOIN in sub-select.
+
2010-12-17 09:54 hvlad
M src/jrd/svc.cpp
M src/jrd/svc.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-20 23:23:51 UTC (rev 52066)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-21 03:48:07 UTC (rev 52067)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26156
+ FORMAL BUILD NUMBER:26157
*/
-#define PRODUCT_VER_STRING "2.5.1.26156"
-#define FILE_VER_STRING "WI-V2.5.1.26156"
-#define LICENSE_VER_STRING "WI-V2.5.1.26156"
-#define FILE_VER_NUMBER 2, 5, 1, 26156
+#define PRODUCT_VER_STRING "2.5.1.26157"
+#define FILE_VER_STRING "WI-V2.5.1.26157"
+#define LICENSE_VER_STRING "WI-V2.5.1.26157"
+#define FILE_VER_NUMBER 2, 5, 1, 26157
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26156"
+#define FB_BUILD_NO "26157"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-20 23:23:51 UTC (rev 52066)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-21 03:48:07 UTC (rev 52067)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26156
+BuildNum=26157
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-24 03:32:32
|
Revision: 52074
http://firebird.svn.sourceforge.net/firebird/?rev=52074&view=rev
Author: firebirds
Date: 2010-12-24 03:32:26 +0000 (Fri, 24 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-24 03:19:53 UTC (rev 52073)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-24 03:32:26 UTC (rev 52074)
@@ -1,3 +1,7 @@
+ 2010-12-23 11:10 hvlad
+ M src/jrd/exe.cpp
+Fixed bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset
+
2010-12-20 07:05 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-24 03:19:53 UTC (rev 52073)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-24 03:32:26 UTC (rev 52074)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26157
+ FORMAL BUILD NUMBER:26158
*/
-#define PRODUCT_VER_STRING "2.5.1.26157"
-#define FILE_VER_STRING "WI-V2.5.1.26157"
-#define LICENSE_VER_STRING "WI-V2.5.1.26157"
-#define FILE_VER_NUMBER 2, 5, 1, 26157
+#define PRODUCT_VER_STRING "2.5.1.26158"
+#define FILE_VER_STRING "WI-V2.5.1.26158"
+#define LICENSE_VER_STRING "WI-V2.5.1.26158"
+#define FILE_VER_NUMBER 2, 5, 1, 26158
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26157"
+#define FB_BUILD_NO "26158"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-24 03:19:53 UTC (rev 52073)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-24 03:32:26 UTC (rev 52074)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26157
+BuildNum=26158
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2010-12-27 03:28:37
|
Revision: 52077
http://firebird.svn.sourceforge.net/firebird/?rev=52077&view=rev
Author: firebirds
Date: 2010-12-27 03:28:27 +0000 (Mon, 27 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-27 03:17:00 UTC (rev 52076)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-27 03:28:27 UTC (rev 52077)
@@ -91328,7403 +91328,5 @@
M src/remote/remote_def.h
Code Cleanup, removed obsolete "UNIXWARE" port
- 2002-10-28 04:44 seanleyne
- M src/jrd/isc_sync.cpp
-Completed removal of obsolete "M88K" port
-
- 2002-10-28 04:42 seanleyne
- M src/gpre/cob.cpp
- M src/jrd/common.h
- M src/jrd/isc_sync.cpp
- M src/jrd/license.h
- M src/jrd/pag.cpp
- M src/jrd/utl.cpp
- M src/jrd/why.c
- M src/jrd/y-valve.cpp
- D src/makefiles/prefix.dg_x86
- M src/remote/remote_def.h
-Completed removal of obsolete "DG_X86" port
-
- 2002-10-28 03:52 seanleyne
- M src/jrd/svc.cpp
- M src/lock/lock.cpp
- M src/utilities/drop.cpp
- M src/wal/wal.cpp
-Completed removal of obsolete "IMP" port
-
- 2002-10-28 03:47 seanleyne
- M src/jrd/llio.cpp
- M src/jrd/svc.cpp
- M src/jrd/unix.cpp
- M src/lock/lock.cpp
- M src/lock/print.cpp
- M src/pipe/head.cpp
- M src/utilities/drop.cpp
- M src/wal/wal.cpp
-Completed removal of obsolete "DELTA" port
-
- 2002-10-28 03:40 seanleyne
- D src/makefiles/prefix.ap
- D src/makefiles/prefix.ax
- D src/makefiles/prefix.cray
- D src/makefiles/prefix.delta
- D src/makefiles/prefix.epson
- D src/makefiles/prefix.hm300
- D src/makefiles/prefix.imp
- D src/makefiles/prefix.m88k
- D src/makefiles/prefix.nxt
- D src/makefiles/prefix.os2
-Deleted 'prefix.' files for old/deleted ports
-
- 2002-10-27 22:17 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-27 12:51 dimitr
- M src/lock/lock.cpp
-Rolled back my change, because it breaked unix builds.
-
- 2002-10-26 22:03 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-26 21:16 arnobrinkman
- M src/jrd/opt.cpp
-AB: Added support for detecting use of index with sub-selects in aggregate selects
-
- 2002-10-26 13:26 dimitr
- M doc/WhatsNew
-Added alpha 3 changes.
-
- 2002-10-26 12:34 dimitr
- M src/jrd/svc.h
-Small correction.
-
- 2002-10-26 08:32 dimitr
- M builds/win32/msvc6/fbclient.dsp
- M builds/win32/msvc6/fbserver.dsp
-Corrected project files.
-
- 2002-10-26 08:21 dimitr
- M src/jrd/sort_mem.cpp
- M src/jrd/sort_mem.h
-Global usage of "size_t" data type instead of "long".
-
- 2002-10-25 22:03 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-25 16:28 alexpeshkoff
- A src/jrd/os/thd_priority.h
- A src/jrd/os/win32/thd_priority.cpp
- M src/jrd/sch.cpp
- M src/jrd/thd_win32.cpp
- M src/remote/cntl.cpp
-Threads' priority scheduling in Win32
-Inactive by default
-To bring to active state uncomment
- //#define THREAD_PSCHED
-in thd_priority.h
-
- 2002-10-25 14:08 dimitr
- D src/misc/status.cpp
- D src/misc/status.h
-Removed duplicated files. Absolutely the same ones still exist in /jrd.
-
- 2002-10-25 08:29 dimitr
- M src/dsql/pass1.cpp
-Re-allowed plans in triggers.
-
- 2002-10-24 22:06 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-24 15:41 dimitr
- M src/utilities/install_svc.cpp
-Cleanup.
-
- 2002-10-24 15:39 dimitr
- M src/iscguard/iscguard_utils.cpp
-ISC_STATUS_LENGTH correction.
-
- 2002-10-24 15:18 dimitr
- M src/remote/window.cpp
-Cleanup.
-
- 2002-10-24 14:53 dimitr
- M src/jrd/isc_ipc.cpp
- M src/lock/lock.cpp
-Cleanup.
-
- 2002-10-24 14:02 dimitr
- M builds/win32/msvc6/ib_udf.def
-no message
-
- 2002-10-24 12:01 tamlin
- M builds/win32/msvc6/gfix.dsp
-Make gfix compile in debug mode.
-
- 2002-10-24 11:16 tamlin
- M src/jrd/jrd.cpp
-Compile without warnings on MSVC6.
-
- 2002-10-24 11:13 dimitr
- M src/jrd/why.c
- M src/jrd/y-valve.cpp
-More complete implementation of my 2PC related fix.
-
- 2002-10-24 09:13 eku
- M src/remote/inet.cpp
-Removed latestr checkin (private modifications).
-
- 2002-10-24 09:01 eku
- M src/alice/tdr.cpp
- M src/burp/backup.epp
- M src/burp/burp.h
- M src/burp/canonical.cpp
- M src/burp/restore.epp
- M src/csv/csi.cpp
- M src/csv/csi.h
- M src/csv/csu.cpp
- M src/csv/csv.cpp
- M src/csv/print.cpp
- M src/dsql/metd.epp
- M src/dsql/movd.cpp
- M src/dsql/preparse.cpp
- M src/dsql/user_dsql.cpp
- M src/dudley/exe.epp
- M src/dudley/extract.epp
- M src/dudley/lex.cpp
- M src/gpre/form.cpp
- M src/gpre/gpre_meta.epp
- M src/gpre/gpre_meta_boot.cpp
- M src/install/arch-specific/sinixz/prototype.in
- M src/ipserver/ipc.h
- M src/iscguard/iscguard.cpp
- M src/iscguard/iscguard_utils.cpp
- M src/isql/show.epp
- M src/journal/archive.cpp
- M src/journal/console.cpp
- M src/journal/gjrn.cpp
- M src/journal/journal.h
- M src/journal/oldr.cpp
- M src/jrd/ail.cpp
- M src/jrd/all_old.cpp
- M src/jrd/alt.cpp
- M src/jrd/cch.cpp
- M src/jrd/common.h
- M src/jrd/dfw.epp
- M src/jrd/dyn.epp
- M src/jrd/event.cpp
- M src/jrd/functions.cpp
- M src/jrd/gds.cpp
- M src/jrd/ibase.h
- M src/jrd/iberr.cpp
- M src/jrd/isc.cpp
- M src/jrd/jrd.cpp
- M src/jrd/jrd.h
- M src/jrd/jrn.cpp
- M src/jrd/map.cpp
- M src/jrd/met.epp
- M src/jrd/old.cpp
- M src/jrd/pag.cpp
- M src/jrd/perf.cpp
- M src/jrd/print.cpp
- M src/jrd/pwd.cpp
- M src/jrd/rdb.cpp
- M src/jrd/rdbgpas.cpp
- M src/jrd/rdbint.cpp
- M src/jrd/rng.cpp
- M src/jrd/sdw.cpp
- M src/jrd/svc.cpp
- M src/jrd/utl.cpp
- M src/jrd/why.c
- M src/jrd/y-valve.cpp
- M src/lock/driver.cpp
- M src/lock/lock.cpp
- M src/lock/manager.cpp
- M src/lock/print.cpp
- M src/lock/printv3.cpp
- M src/pipe/foot.cpp
- M src/qli/all.cpp
- M src/qli/eval.cpp
- M src/qli/exe.cpp
- M src/qli/form.cpp
- M src/qli/format.cpp
- M src/qli/gener.cpp
- M src/qli/lex.cpp
- M src/qli/meta.epp
- M src/qli/noform.cpp
- M src/qli/proc.epp
- M src/qli/show.epp
- M src/remote/inet.cpp
- M src/remote/inet_server.cpp
- M src/remote/interface.cpp
- M src/remote/ipc_server.cpp
- M src/remote/mgr.cpp
- M src/remote/nt_server.cpp
- M src/remote/nwserv.cpp
- M src/remote/remote.h
- M src/remote/server.cpp
- M src/remote/srvr_w32.cpp
- M src/utilities/cache.cpp
- M src/utilities/create_db.cpp
- M src/utilities/dba_full.epp
- M src/utilities/drop.cpp
- M src/utilities/dropv3.cpp
- M src/utilities/print_pool.cpp
- M src/utilities/sbc_print.cpp
- M src/utilities/security.epp
- M src/v5_examples/api1.c
- M src/v5_examples/api10.c
- M src/v5_examples/api11.c
- M src/v5_examples/api12.c
- M src/v5_examples/api13.c
- M src/v5_examples/api15.c
- M src/v5_examples/api16.c
- M src/v5_examples/api16t.c
- M src/v5_examples/api2.c
- M src/v5_examples/api3.c
- M src/v5_examples/api4.c
- M src/v5_examples/api5.c
- M src/v5_examples/api6.c
- M src/v5_examples/api7.c
- M src/v5_examples/api8.c
- M src/v5_examples/api9.c
- M src/v5_examples/apifull.c
- M src/v5_examples/empbuild.c
- M src/v5_examples/winevent.c
- M src/wal/driver.cpp
- M src/wal/wal.cpp
- M src/wal/wal_prnt.cpp
- M src/wal/walc.cpp
- M src/wal/walw.cpp
-Code cleanup:
-Since we already have the define ISC_STATUS_LENGTH for the the length of
-the status vector, we should use it! Replaced 'status[20]' with
-'status[ISC_STATUS_LENGTH]'.
-Replaced the different symbolic names for the maximum length of a path
-(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
-
- 2002-10-23 22:04 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-22 22:04 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-22 08:05 dimitr
- M src/burp/restore.epp
-Commited Ignacio's fix for uninitialized variables in burp.
-
- 2002-10-19 22:02 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-19 09:05 dimitr
- M src/jrd/exe.cpp
-Fixed a possible buffer overrun.
-
- 2002-10-19 00:56 arnobrinkman
- M src/dsql/pass1.cpp
-AB: "cosmetic changes"
-
- 2002-10-19 00:49 arnobrinkman
- M src/dsql/make.cpp
-AB: "cosmetic changes"
-
- 2002-10-19 00:32 arnobrinkman
- M src/dsql/pass1.cpp
-AB: bug fixed with sub-select and group by clause and cosmetic changes
-
- 2002-10-18 22:04 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-18 14:40 dimitr
- M src/jrd/jrd.cpp
-Fixed one more 2PC related bug.
-
- 2002-10-18 13:41 dimitr
- M src/jrd/vio.cpp
-Rolled back my bugfix. It does solve the mentioned problem, but introduces much more additional (unexpected) pain.
-
- 2002-10-18 13:26 dimitr
- M src/jrd/why.c
- M src/jrd/y-valve.cpp
-Fixed incorrect 2PC behaviour with a rollback of a distributed transaction.
-
- 2002-10-18 11:11 dimitr
- M builds/win32/msvc6/fbclient.dsp
-Added proper version information for the both client libraries.
-
- 2002-10-18 09:14 dimitr
- M builds/win32/msvc6/gpre.dsp
-Small correction.
-
- 2002-10-18 05:12 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-18 04:55 stryqx
- M src/jrd/thd.cpp
-Fix preprocessor statement.
-
- 2002-10-16 22:03 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-16 08:40 eku
- M src/dsql/preparse.cpp
-Eventually fixed redefinition of PAGESIZE.
-
- 2002-10-16 08:38 eku
- M configure.in
- M src/include/gen/autoconfig_msvc.h
- M src/jrd/isc_sync.cpp
- M src/make.new/config/config.h.in
-Autoconf: check for function getpagesize.
-
- 2002-10-14 22:09 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-14 09:21 eku
- M builds/posix/Makefile.in.refDatabases
-The file permissions must match the database attribute (read-only), otherwise
-gpre will fail.
-
- 2002-10-14 05:40 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-13 10:30 dimitr
- M src/jrd/scl.epp
- M src/jrd/winnt.cpp
-Fixed one possible bug and one typo.
-
- 2002-10-13 10:24 dimitr
- M src/jrd/ibase.h
- M src/jrd/intlnames.h
-Fixed a few little bugs.
-
- 2002-10-12 22:02 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-12 20:27 skidder
- M src/jrd/opt.cpp
-Move nulls first/last code out of SCROLLABLE_CURSORS ifdef
-
- 2002-10-12 19:46 skidder
- M src/jrd/opt.cpp
-Fixed problem which caused complex outer joins to produce wrong results
-
- 2002-10-12 19:39 skidder
- M src/jrd/opt.cpp
-Fixed problem which caused complex outer joins to produce wrong results
-
- 2002-10-12 11:16 dimitr
- M src/remote/cntl.cpp
- M src/remote/nt_server.cpp
- M src/remote/srvr_w32.cpp
- M src/utilities/install_nt.h
- M src/utilities/install_svc.cpp
-Made the codebase ready for the win32 classic builds.
-
- 2002-10-12 11:07 dimitr
- M src/jrd/svc.cpp
-Made the codebase ready for the win32 classic builds.
-
- 2002-10-12 10:03 dimitr
- M builds/win32/msvc6/fbclient.dsp
- M builds/win32/msvc6/gds32.dsp
- A src/jrd/isc_version.rc
-Added proper version information for the both client libraries.
-
- 2002-10-12 08:13 stryqx
- M src/qli/err.cpp
-Implicit cast breaks FreeBSD build.
-
- 2002-10-12 05:21 stryqx
- M src/jrd/os/mod_loader.h
- M src/jrd/os/path_utils.h
-Quiet newline warning
-
- 2002-10-12 04:59 stryqx
- A builds/posix/prefix.freebsd
-Add prefix.freebsd.
-
- 2002-10-12 04:16 stryqx
- M src/common/memory/memory_pool.cpp
- M src/jrd/common.h
- M src/jrd/flu.cpp
- M src/jrd/gds.cpp
- M src/jrd/isc_file.cpp
- M src/jrd/isc_sync.cpp
- M src/jrd/jrd.h
- M src/jrd/thd.cpp
- M src/jrd/thd.h
-Add FreeBSD support.
-This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1.
-
- 2002-10-12 04:12 stryqx
- M src/extlib/fbudf/fbudf.cpp
- M src/extlib/fbudf/fbudf.h
- M src/extlib/fbudf/fbudf.sql
-Rename truncate to fbtruncate to avoid conflict with standard C/C++ library.
-
- 2002-10-12 04:05 stryqx
- M src/qli/exe.cpp
-Include string.h for memcpy definition for those systems that need it.
-
- 2002-10-11 22:03 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-11 21:41 skywalker
- M builds/posix/Makefile.in.refDatabases
-Changed restore of isc4.gdb to not have read_only option
-
- 2002-10-11 04:40 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-10 19:32 eku
- M builds/posix/Makefile.in.embed.qli
- M src/qli/dtr.cpp
- M src/qli/err.cpp
- M src/qli/exe.cpp
-Fixed compilation of qli.
-
- 2002-10-10 18:49 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-10 12:52 dimitr
- M src/dsql/preparse.cpp
-Commented out because MSVC doesn't understand such a preprocessor directive.
-
- 2002-10-10 11:44 dimitr
+ 2002-10-28 04:57 seanleyne
M src/misc/writeBuildNum.sh
-Make sure the next version is Alpha 3.
-
- 2002-10-10 06:48 eku
- M configure.in
-Compilation of the editline library depends on configure switches.
-
- 2002-10-10 06:47 eku
- M builds/posix/Makefile.in.firebird
-Compilation of the editline library depends on configure switches.
-Added qli to the CS targets (needed by TCS).
-
- 2002-10-09 19:48 fsg
- M ChangeLog
-Updated ChangeLog
-
- 2002-10-09 12:32 skidder
- M doc/WhatsNew
-Added my unmentioned change
-
- 2002-10-09 11:28 skidder
- M src/extern/editline/Makefile
-Fixed to make posix build work
-
- 2002-10-08 11:46 dimitr
- M src/jrd/db_alias.cpp
-Re-read aliases config file every time any database is attached.
-
- 2002-10-08 09:42 eku
- M builds/posix/prefix.sinixz
-Updated settings with SINIX-2000 environment
-
- 2002-10-08 05:12 eku
- M src/dsql/preparse.cpp
-Added warning. One needs to rename PAGESIZE to something different. It's
-already defined in 'sys/param.h'.
-
- 2002-10-07 15:09 fsg
- M ChangeLog
-ChangeLog updated
-
- 2002-10-07 13:33 eku
- M src/jrd/svc.cpp
- M src/jrd/svc.h
-Service API:
- o fixed SVC_TRMNTR parsing
- o fixed -svc/-svc_thd argument passing
- o re-enabled API on CS (SINIX-Z)
-
- 2002-10-07 01:29 skywalker
- M builds/posix/Makefile.in.boot.gpre
- M builds/posix/Makefile.in.client.gbak
- M builds/posix/Makefile.in.client.gdef
- M builds/posix/Makefile.in.client.gfix
- M builds/posix/Makefile.in.client.gpre
- M builds/posix/Makefile.in.client.isql
- M builds/posix/Makefile.in.client.util
- M builds/posix/Makefile.in.embed.gbak
- M builds/posix/Makefile.in.embed.gdef
- M builds/posix/Makefile.in.embed.gfix
- M builds/posix/Makefile.in.embed.gpre
- M builds/posix/Makefile.in.embed.isql
- M builds/posix/Makefile.in.embed.lockmgr
- M builds/posix/Makefile.in.embed.qli
- M builds/posix/Makefile.in.embed.util
- M builds/posix/Makefile.in.extlib
- M builds/posix/Makefile.in.fbserver
- M builds/posix/Makefile.in.fbutil
- M builds/posix/Makefile.in.firebird
- M builds/posix/Makefile.in.inet_server
- M builds/posix/Makefile.in.install
- M builds/posix/Makefile.in.intl
- M builds/posix/Makefile.in.libfbclient
- M builds/posix/Makefile.in.libfbcommon
- M builds/posix/Makefile.in.libfbembed
- M builds/posix/Makefile.in.libfbserver
- M builds/posix/Makefile.in.libfbstatic
- M builds/posix/Makefile.in.msgs
- M builds/posix/Makefile.in.refDatabases
- M builds/posix/Makefile.in.static.gbak
- M builds/posix/Makefile.in.static.gpre
- M builds/posix/Makefile.in.static.isql
- M builds/posix/Makefile.in.v5_examples
- M builds/posix/make.defaults
- M builds/posix/make.rules
- A builds/posix/make.shared.targets
- M builds/posix/make.shared.variables
- M configure.in
- M src/dsql/parse.cpp
- A src/extern
- A src/extern/editline
- A src/extern/editline/MANIFEST
- A src/extern/editline/Make.os9
- A src/extern/editline/Makefile
- A src/extern/editline/README
- A src/extern/editline/complete.c
- A src/extern/editline/editline.3
- A src/extern/editline/editline.c
- A src/extern/editline/editline.h
- A src/extern/editline/os9.h
- A src/extern/editline/sysos9.c
- A src/extern/editline/sysunix.c
- A src/extern/editline/testit.c
- A src/extern/editline/unix.h
- A src/include/editline.h
- M src/include/gen/autoconfig_msvc.h
- M src/isql/isql.epp
- M src/make.new/config/config.h.in
- M src/utilities/srvrmgr.cpp
-A few makefile dependancies fixed.
-Started work on upgrading rpm build scripts
-Fix makefiles for super build
-Exchange editline for readline in isql
-
- 2002-10-06 13:33 dimitr
- M doc/WhatsNew
-Alpha 2 changes.
-
- 2002-10-06 10:59 dimitr
- M builds/win32/msvc6/fbserver.dsp
-no message
-
- 2002-10-06 10:55 dimitr
- M builds/win32/msvc6/isql.dsp
-Statically link isql with the runtime libraries.
-
- 2002-10-06 10:51 dimitr
- M src/dsql/ddl.cpp
-BLOB subtypes are no longer ignored in views (expression fields only).
-
- 2002-10-06 08:59 dimitr
- M src/utilities/registry.cpp
-Added missing guardian registry entry.
-
- 2002-10-04 22:08 skidder
- M src/jrd/dfw.epp
- M src/jrd/jrd.h
- M src/jrd/met.epp
- M src/jrd/met_proto.h
-Fixed resource leaks in DDL recursive procedure handling which caused some DDL to fail
-
- 2002-10-04 21:57 skidder
- M builds/posix/make.shared.variables
- M builds/posix/prefix.darwin
- M builds/posix/prefix.linux
- M builds/posix/prefix.sinixz
- M builds/posix/prefix.solx86
-Little garbage cleanup. Shouldn't break anything
-
- 2002-10-04 17:53 arnobrinkman
- M src/dsql/pass1.cpp
-AB: Fixed bug with alias and GROUP BY clause
-
- 2002-10-04 11:06 eku
- M src/jrd/alt.cpp
- M src/utilities/gsec.cpp
-Fixed coredump caused by 'array out of bounds' writes.
-
- 2002-10-04 09:38 eku
- M src/utilities/security.epp
-Fixed merge error FB1->FB2.
-
- 2002-10-02 17:56 skidder
- M src/jrd/grant.gdl
- M src/jrd/trig.h
-Field check constraints are now deleted automatically
-
- 2002-10-02 14:31 dimitr
- M doc/WhatsNew
-Updated.
-
- 2002-10-02 13:27 dimitr
- M src/jrd/idx.h
-Just a cosmetic change.
-
- 2002-10-02 13:27 dimitr
- M src/jrd/dyn_def.epp
-Removed problematic code related to ALTER VIEW implementation.
-
- 2002-10-02 13:26 fsg
- M ChangeLog
-ChangeLog updated
-
- 2002-10-02 13:24 dimitr
- M src/dsql/parse.cpp
- M src/dsql/parse.y
-Hide ALTER VIEW functionality until it works good.
-
- 2002-10-02 13:24 dimitr
- M src/dsql/ddl.cpp
-Made it in-sync with the FB1 tree.
-
- 2002-10-02 12:43 eku
- M builds/posix/Makefile.in.firebird
- M src/install/arch-specific/sinixz/prototype.in
-Build and distribute 'gdef'.
-
- 2002-10-02 09:41 eku
- M src/remote/inet.cpp
-Found a last occurance of NOINITGROUPS :-(
-
- 2002-10-02 09:40 eku
- M src/intl/ld.h
-Fixed compiler warning 'No newline at end of file'.
-
- 2002-10-01 12:03 dimitr
- M src/include/gen/autoconfig_msvc.h
- M src/make.new/config/config.h.in
-Fixed wrong alignment of double for i386.
-
- 2002-10-01 10:38 eku
- M configure.in
-Autoconf: the usage of the readline library can be turned off with
- '--without-readline'.
-
- 2002-10-01 07:56 dimitr
- M doc/WhatsNew
-no message
-
- 2002-10-01 05:48 eku
- M configure.in
- M src/include/gen/autoconfig_msvc.h
- M src/install/arch-specific/sinixz/prototype.in
- M src/jrd/jrd.cpp
- M src/jrd/unix.cpp
- M src/make.new/config/config.h.in
-Merged the support for databases on raw devices from FB1 into FB2.
-Added switch '--enable-raw-devices' to configure to enable this feature
-(default=off). Currently only supported on UNIX platforms.
-
- 2002-10-01 00:34 arnobrinkman
- M src/dsql/pass1.cpp
-AB: Fix error-message bug with aggregate only in sub-select
-
- 2002-09-30 20:32 dimitr
- M doc/WhatsNew
-Oops.
-
- 2002-09-30 20:27 dimitr
- M doc/WhatsNew
-Mentioned the invisible work that's done by our heroes ;-)
-Most of these things cannot be seen by our users but its importance cannot be overstressed.
-
- 2002-09-30 20:25 dimitr
- M doc/WhatsNew
-Mentioned the invisible work that's done by our heroes ;-)
-Most of these things cannot be seen by our users but its importance cannot be overstressed.
-
- 2002-09-30 20:22 dimitr
- M doc/WhatsNew
-Mentioned the invisible work that's done by our heroes ;-)
-Most of these things cannot be seen by our users but its importance cannot be overstressed.
-
- 2002-09-30 19:19 skidder
- M src/jrd/met.epp
-Fixed my own dropped procedure handling error
-
- 2002-09-30 19:13 dimitr
- M doc/WhatsNew
-Removed unfinished stuff and added credits.
-
- 2002-09-30 18:24 skidder
- M src/jrd/met.epp
-Fixed possible coredump while dropping procedure and in some other cases
-
- 2002-09-30 15:21 skidder
- M src/jrd/dyn_def.epp
-Fixed resource leaks which caused recursive definition error
-
- 2002-09-30 15:18 dimitr
- A doc/WhatsNew
-Added new file which describes all changes that are visible for end-users.
-
- 2002-09-30 14:21 skidder
- M src/jrd/dfw.epp
- M src/jrd/met.epp
- M src/jrd/met_proto.h
-Fixed FB1/FB2/IB6 possibility of deferred database corruption (just reported or rarely real) when deleting foreign constraint
-
- 2002-09-30 07:41 eku
- M src/intl/langdrv.h
-Avoid compiler warning 'No newline at end of file'.
-
- 2002-09-30 06:00 eku
- M src/jrd/arg.h
- M src/jrd/pwd.h
- M src/lock/fparamv3.h
-Don't hard-code the installation path. Use ISC_PREFIX whereever possible.
-
- 2002-09-29 15:44 dimitr
- M src/jrd/vio.cpp
-Fixed one reason of the well-known "decompression overran buffer" error.
-
- 2002-09-28 23:52 arnobrinkman
- M src/dsql/pass1.cpp
-AB: Adding better error-handeling and support for subqueries with group_by clause
-
- 2002-09-28 22:42 skidder
- M src/jrd/dfw.epp
-Fixed resource/memory leak which caused some DDL to fail
-
- 2002-09-28 22:37 skidder
- M src/jrd/dfw.epp
-Fixed resource/memory leak which caused some DDL to fail
-
- 2002-09-28 20:58 skidder
- M src/jrd/met.epp
-Fixed one more DDL coredump
-
- 2002-09-28 20:56 skidder
- M builds/posix/make.shared.variables
-Make it build on posix again
-
- 2002-09-28 14:08 dimitr
- M builds/win32/msvc6/dsql_server.dsp
- M builds/win32/msvc6/fbserver.dsp
-Added new files to the projects.
-
- 2002-09-28 14:04 dimitr
- M src/dsql/dsql.cpp
- M src/dsql/dsql.tab.h
- M src/dsql/gen.cpp
- M src/dsql/keywords.cpp
- M src/dsql/make.cpp
- A src/dsql/misc_func.cpp
- A src/dsql/misc_func.h
- M src/dsql/node.h
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
- M src/jrd/blr.h
- M src/jrd/cmp.cpp
- M src/jrd/evl.cpp
- M src/jrd/exe.cpp
- M src/jrd/exe.h
- A src/jrd/misc_func_ids.h
- M src/jrd/par.cpp
- M src/jrd/req.h
-1. Reworked internal_info implementation in both DSQL and JRD.
-New helper class created to serve it properly.
-2. Added exception re-raise semantics.
-Syntax: EXCEPTION;
-If there was handled exception, re-initiate it, otherwise evaluate to no-op.
-3. Implemented run-time exception messages.
-Syntax: EXCEPTION <exception_name> [<value>];
-If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE.
-4. Added new SQLCODE and GDSCODE system variables.
-Available in procedures/triggers only.
-If there wasn't any exception raised, return zero (success), otherwise return an error code.
-5. Implemented ROWS_AFFECTED system variable.
-Available in procedures/triggers only.
-Count rows affected by the last INSERT/UPDATE/DELETE statement.
-For any other statement, result is always zero.
-
- 2002-09-27 22:59 skidder
- M src/jrd/cmp.cpp
- M src/jrd/dfw.epp
- M src/jrd/jrd.cpp
- M src/jrd/jrd.h
- M src/jrd/met.epp
- M src/jrd/met_proto.h
-Fix several mostly DDL-related coredumps and locking failures
-
- 2002-09-27 15:21 alexpeshkoff
- M builds/win32/msvc6/alice.dsp
-Missed DEV_BUILD in Debug configuration
-
- 2002-09-27 13:12 kkuznetsov
- M src/include/firebird.h
- M src/jrd/common.h
-*** empty log message ***
-
- 2002-09-27 09:05 eku
- M src/dsql/dsql.h
-Fixed compiler warning about redefinition of 'assert'.
-
- 2002-09-27 01:31 bellardo
- A src/jrd/jrd_math.h
-Finished header file renaming cleanup.
-
- 2002-09-27 01:29 bellardo
- M src/isql/isql.epp
-Cleaned up include directives after renaming math.h to jrd_math.h.
-
- 2002-09-27 01:28 bellardo
- M src/jrd/cvt.cpp
- M src/jrd/evl.cpp
- M src/jrd/exe.cpp
- M src/jrd/gds.cpp
- A src/jrd/jrd_time.h
-Cleaned up some include directives after renaming jrd_time.h.
-
- 2002-09-27 00:20 bellardo
- M src/burp/burp.cpp
- M src/isql/isql.epp
- M src/jrd/cvt.cpp
- M src/jrd/evl.cpp
- M src/jrd/gds.cpp
- M src/jrd/isc_sync.cpp
- M src/jrd/jrd.cpp
- M src/jrd/jrn.cpp
- M src/jrd/math.cpp
- M src/jrd/mov.cpp
- M src/jrd/perf.cpp
- M src/jrd/svc.cpp
- M src/jrd/utl.cpp
- M src/lock/lock.cpp
- M src/qli/format.cpp
- M src/qli/mov.cpp
- M src/qli/picstr.cpp
- M src/remote/inet.cpp
- M src/wal/wal.cpp
- M src/wal/walc.cpp
- M src/wal/walw.cpp
-renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and
-jrd/jrd_time.h.
-
- 2002-09-26 18:14 skidder
- M src/jrd/vio.cpp
-Fixed nasty memory corruption problem which caused server to crash quasi-randomly under high load (seems to be very old bug)
-
- 2002-09-26 18:13 skidder
- M src/jrd/cmp.cpp
- M src/jrd/dfw.epp
- M src/jrd/jrd.cpp
- M src/jrd/met.epp
-Fixed some memory leaks
-
- 2002-09-26 13:32 kkuznetsov
- M builds/posix/prefix.solx86
-*** empty log message ***
-
- 2002-09-26 09:53 kkuznetsov
- M builds/posix/prefix.solx86
-*** empty log message ***
-
- 2002-09-26 09:26 eku
- M src/isql/isql.epp
- M src/jrd/blb.cpp
- M src/jrd/dls.cpp
- M src/jrd/dpm.epp
- M src/jrd/isc_file.cpp
- M src/jrd/isc_sync.cpp
- M src/jrd/jrd.cpp
- M src/jrd/svc.cpp
-Fixed compiler warnings.
-
- 2002-09-25 17:12 skidder
- M src/alice/alice_meta.epp
- M src/alice/all.cpp
- M src/alice/tdr.cpp
- M src/common/memory/allocators.cpp
- M src/common/memory/allocators.h
- M src/common/memory/memory_pool.h
- M src/dsql/alld.cpp
- M src/dsql/ddl.cpp
- M src/dsql/dsql.cpp
- M src/dsql/gen.cpp
- M src/dsql/make.cpp
- M src/dsql/metd.epp
- M src/dsql/parse.cpp
- M src/dsql/parse.y
- M src/dsql/pass1.cpp
- M src/include/fb_blk.h
- M src/jrd/ail.cpp
- M src/jrd/all.cpp
- M src/jrd/blb.cpp
- M src/jrd/blob_filter.epp
- M src/jrd/block_cache.h
- M src/jrd/bookmark.cpp
- M src/jrd/btr.cpp
- M src/jrd/cch.cpp
- M src/jrd/cmp.cpp
- M src/jrd/cvt2.cpp
- M src/jrd/dfw.epp
- M src/jrd/dyn_def.epp
- M src/jrd/dyn_del.epp
- M src/jrd/evl.cpp
- M src/jrd/exe.cpp
- M src/jrd/exe.h
- M src/jrd/ext.cpp
- M src/jrd/extvms.cpp
- M src/jrd/fun.epp
- M src/jrd/grant.epp
- M src/jrd/idx.cpp
- M src/jrd/ini.epp
- M src/jrd/intl.cpp
- M src/jrd/intl_builtin.cpp
- M src/jrd/jrd.cpp
- M src/jrd/jrd.h
- M src/jrd/log.cpp
- M src/jrd/met.epp
- M src/jrd/netware.cpp
- M src/jrd/opt.cpp
- M src/jrd/os/darwin/mod_loader.cpp
- M src/jrd/os/posix/mod_loader.cpp
- M src/jrd/os/posix/path_utils.cpp
- M src/jrd/os/win32/mod_loader.cpp
- M src/jrd/os/win32/path_utils.cpp
- M src/jrd/os2.cpp
- M src/jrd/pag.cpp
- M src/jrd/par.cpp
- M src/jrd/plugin_manager.cpp
- M src/jrd/rec.cpp
- M src/jrd/rlck.cpp
- M src/jrd/rng.cpp
- M src/jrd/rse.cpp
- M src/jrd/sbm.cpp
- M src/jrd/scl.epp
- M src/jrd/sdw.cpp
- M src/jrd/sort.cpp
- M src/jrd/sort_mem.cpp
- M src/jrd/sqz.cpp
- M src/jrd/svc.cpp
- M src/jrd/tpc.cpp
- M src/jrd/tra.cpp
- M src/jrd/unix.cpp
- M src/jrd/val.cpp
- M src/jrd/val.h
- M src/jrd/vio.cpp
- M src/jrd/vms.cpp
- M src/jrd/windows.cpp
- M src/jrd/winnt.cpp
- M src/utilities/dba.epp
-Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now
-
- 2002-09-25 13:08 eku
- M src/burp/burp.h
- M src/msgs/build_file.epp
- M src/msgs/modify_msgs.epp
-Fixed compiler warnings.
-
- 2002-09-25 11:20 kkuznetsov
- M builds/posix/make.rules
- M builds/posix/prefix.solx86
-*** empty log message ***
-
- 2002-09-25 11:12 kkuznetsov
- M src/common/memory/memory_pool.cpp
-fixed some compile errors
-
- 2002-09-25 07:18 eku
- M src/jrd/intl_builtin.cpp
-Undone previous changes.
-
- 2002-09-25 06:41 eku
- M src/jrd/intl_builtin.cpp
-Fixed compiler warnings about nested comments.
-
- 2002-09-25 06:22 kkuznetsov
- M src/jrd/common.h
- M src/jrd/ib_stdio.h
- M src/jrd/thd.h
-Some work on Solaris port
-
- 2002-09-25 05:56 dimitr
- M src/jrd/plugin_manager.cpp
-Commited John's fix for PluginManager::Module class destructor.
-
- 2002-09-24 19:53 skidder
- M src/jrd/isc_i_proto.h
- M src/jrd/isc_ipc.cpp
- M src/jrd/isc_sync.cpp
- M src/remote/inet.cpp
-Make engine compileable on Linux again after Erik's signal cleanup
-
- 2002-09-24 17:53 bellardo
- M src/jrd/jrd.h
-Fixed the "typename" error message. The fix involved adding the typename
-keyname to a declaration. It is possible that older compilers don't support
-typename, so in the future we may have to use autoconf to detect compiler
-support.
-
- 2002-09-24 14:17 dimitr
- M src/include/gen/autoconfig_msvc.h
-DEBUG_GDS_ALLOC macro is now defined by autoconf.
-
- 2002-09-24 13:01 eku
- M builds/posix/Makefile.in.boot.gpre
- M builds/posix/Makefile.in.client.gbak
- M builds/posix/Makefile.in.client.gdef
- M builds/posix/Makefile.in.client.gfix
- M builds/posix/Makefile.in.client.gpre
- M builds/posix/Makefile.in.client.isql
- M builds/posix/Makefile.in.client.util
- M builds/posix/Makefile.in.embed.gbak
- M builds/posix/Makefile.in.embed.gdef
- M builds/posix/Makefile.in.embed.gfix
- M builds/posix/Makefile.in.embed.gpre
- M builds/posix/Makefile.in.embed.isql
- M builds/posix/Makefile.in.embed.qli
- M builds/posix/Makefile.in.embed.util
- M builds/posix/Makefile.in.example5
- M builds/posix/Makefile.in.extlib
- M builds/posix/Makefile.in.fbserver
- M builds/posix/Makefile.in.inet_server
- M builds/posix/Makefile.in.intl
- M builds/pos...
[truncated message content] |
|
From: <fir...@us...> - 2010-12-28 03:30:32
|
Revision: 52079
http://firebird.svn.sourceforge.net/firebird/?rev=52079&view=rev
Author: firebirds
Date: 2010-12-28 03:30:23 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-27 22:03:04 UTC (rev 52078)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-28 03:30:23 UTC (rev 52079)
@@ -1,3 +1,7 @@
+ 2010-12-27 22:03 hvlad
+ M src/jrd/svc.cpp
+Fixed typo at my recent commit for CORE-3266
+
2010-12-23 11:10 hvlad
M src/jrd/exe.cpp
Fixed bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset
@@ -91328,5 +91332,7403 @@
M src/remote/remote_def.h
Code Cleanup, removed obsolete "UNIXWARE" port
- 2002-10-28 04:57 seanleyne
+ 2002-10-28 04:44 seanleyne
+ M src/jrd/isc_sync.cpp
+Completed removal of obsolete "M88K" port
+
+ 2002-10-28 04:42 seanleyne
+ M src/gpre/cob.cpp
+ M src/jrd/common.h
+ M src/jrd/isc_sync.cpp
+ M src/jrd/license.h
+ M src/jrd/pag.cpp
+ M src/jrd/utl.cpp
+ M src/jrd/why.c
+ M src/jrd/y-valve.cpp
+ D src/makefiles/prefix.dg_x86
+ M src/remote/remote_def.h
+Completed removal of obsolete "DG_X86" port
+
+ 2002-10-28 03:52 seanleyne
+ M src/jrd/svc.cpp
+ M src/lock/lock.cpp
+ M src/utilities/drop.cpp
+ M src/wal/wal.cpp
+Completed removal of obsolete "IMP" port
+
+ 2002-10-28 03:47 seanleyne
+ M src/jrd/llio.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/unix.cpp
+ M src/lock/lock.cpp
+ M src/lock/print.cpp
+ M src/pipe/head.cpp
+ M src/utilities/drop.cpp
+ M src/wal/wal.cpp
+Completed removal of obsolete "DELTA" port
+
+ 2002-10-28 03:40 seanleyne
+ D src/makefiles/prefix.ap
+ D src/makefiles/prefix.ax
+ D src/makefiles/prefix.cray
+ D src/makefiles/prefix.delta
+ D src/makefiles/prefix.epson
+ D src/makefiles/prefix.hm300
+ D src/makefiles/prefix.imp
+ D src/makefiles/prefix.m88k
+ D src/makefiles/prefix.nxt
+ D src/makefiles/prefix.os2
+Deleted 'prefix.' files for old/deleted ports
+
+ 2002-10-27 22:17 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-27 12:51 dimitr
+ M src/lock/lock.cpp
+Rolled back my change, because it breaked unix builds.
+
+ 2002-10-26 22:03 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-26 21:16 arnobrinkman
+ M src/jrd/opt.cpp
+AB: Added support for detecting use of index with sub-selects in aggregate selects
+
+ 2002-10-26 13:26 dimitr
+ M doc/WhatsNew
+Added alpha 3 changes.
+
+ 2002-10-26 12:34 dimitr
+ M src/jrd/svc.h
+Small correction.
+
+ 2002-10-26 08:32 dimitr
+ M builds/win32/msvc6/fbclient.dsp
+ M builds/win32/msvc6/fbserver.dsp
+Corrected project files.
+
+ 2002-10-26 08:21 dimitr
+ M src/jrd/sort_mem.cpp
+ M src/jrd/sort_mem.h
+Global usage of "size_t" data type instead of "long".
+
+ 2002-10-25 22:03 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-25 16:28 alexpeshkoff
+ A src/jrd/os/thd_priority.h
+ A src/jrd/os/win32/thd_priority.cpp
+ M src/jrd/sch.cpp
+ M src/jrd/thd_win32.cpp
+ M src/remote/cntl.cpp
+Threads' priority scheduling in Win32
+Inactive by default
+To bring to active state uncomment
+ //#define THREAD_PSCHED
+in thd_priority.h
+
+ 2002-10-25 14:08 dimitr
+ D src/misc/status.cpp
+ D src/misc/status.h
+Removed duplicated files. Absolutely the same ones still exist in /jrd.
+
+ 2002-10-25 08:29 dimitr
+ M src/dsql/pass1.cpp
+Re-allowed plans in triggers.
+
+ 2002-10-24 22:06 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-24 15:41 dimitr
+ M src/utilities/install_svc.cpp
+Cleanup.
+
+ 2002-10-24 15:39 dimitr
+ M src/iscguard/iscguard_utils.cpp
+ISC_STATUS_LENGTH correction.
+
+ 2002-10-24 15:18 dimitr
+ M src/remote/window.cpp
+Cleanup.
+
+ 2002-10-24 14:53 dimitr
+ M src/jrd/isc_ipc.cpp
+ M src/lock/lock.cpp
+Cleanup.
+
+ 2002-10-24 14:02 dimitr
+ M builds/win32/msvc6/ib_udf.def
+no message
+
+ 2002-10-24 12:01 tamlin
+ M builds/win32/msvc6/gfix.dsp
+Make gfix compile in debug mode.
+
+ 2002-10-24 11:16 tamlin
+ M src/jrd/jrd.cpp
+Compile without warnings on MSVC6.
+
+ 2002-10-24 11:13 dimitr
+ M src/jrd/why.c
+ M src/jrd/y-valve.cpp
+More complete implementation of my 2PC related fix.
+
+ 2002-10-24 09:13 eku
+ M src/remote/inet.cpp
+Removed latestr checkin (private modifications).
+
+ 2002-10-24 09:01 eku
+ M src/alice/tdr.cpp
+ M src/burp/backup.epp
+ M src/burp/burp.h
+ M src/burp/canonical.cpp
+ M src/burp/restore.epp
+ M src/csv/csi.cpp
+ M src/csv/csi.h
+ M src/csv/csu.cpp
+ M src/csv/csv.cpp
+ M src/csv/print.cpp
+ M src/dsql/metd.epp
+ M src/dsql/movd.cpp
+ M src/dsql/preparse.cpp
+ M src/dsql/user_dsql.cpp
+ M src/dudley/exe.epp
+ M src/dudley/extract.epp
+ M src/dudley/lex.cpp
+ M src/gpre/form.cpp
+ M src/gpre/gpre_meta.epp
+ M src/gpre/gpre_meta_boot.cpp
+ M src/install/arch-specific/sinixz/prototype.in
+ M src/ipserver/ipc.h
+ M src/iscguard/iscguard.cpp
+ M src/iscguard/iscguard_utils.cpp
+ M src/isql/show.epp
+ M src/journal/archive.cpp
+ M src/journal/console.cpp
+ M src/journal/gjrn.cpp
+ M src/journal/journal.h
+ M src/journal/oldr.cpp
+ M src/jrd/ail.cpp
+ M src/jrd/all_old.cpp
+ M src/jrd/alt.cpp
+ M src/jrd/cch.cpp
+ M src/jrd/common.h
+ M src/jrd/dfw.epp
+ M src/jrd/dyn.epp
+ M src/jrd/event.cpp
+ M src/jrd/functions.cpp
+ M src/jrd/gds.cpp
+ M src/jrd/ibase.h
+ M src/jrd/iberr.cpp
+ M src/jrd/isc.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd.h
+ M src/jrd/jrn.cpp
+ M src/jrd/map.cpp
+ M src/jrd/met.epp
+ M src/jrd/old.cpp
+ M src/jrd/pag.cpp
+ M src/jrd/perf.cpp
+ M src/jrd/print.cpp
+ M src/jrd/pwd.cpp
+ M src/jrd/rdb.cpp
+ M src/jrd/rdbgpas.cpp
+ M src/jrd/rdbint.cpp
+ M src/jrd/rng.cpp
+ M src/jrd/sdw.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/utl.cpp
+ M src/jrd/why.c
+ M src/jrd/y-valve.cpp
+ M src/lock/driver.cpp
+ M src/lock/lock.cpp
+ M src/lock/manager.cpp
+ M src/lock/print.cpp
+ M src/lock/printv3.cpp
+ M src/pipe/foot.cpp
+ M src/qli/all.cpp
+ M src/qli/eval.cpp
+ M src/qli/exe.cpp
+ M src/qli/form.cpp
+ M src/qli/format.cpp
+ M src/qli/gener.cpp
+ M src/qli/lex.cpp
+ M src/qli/meta.epp
+ M src/qli/noform.cpp
+ M src/qli/proc.epp
+ M src/qli/show.epp
+ M src/remote/inet.cpp
+ M src/remote/inet_server.cpp
+ M src/remote/interface.cpp
+ M src/remote/ipc_server.cpp
+ M src/remote/mgr.cpp
+ M src/remote/nt_server.cpp
+ M src/remote/nwserv.cpp
+ M src/remote/remote.h
+ M src/remote/server.cpp
+ M src/remote/srvr_w32.cpp
+ M src/utilities/cache.cpp
+ M src/utilities/create_db.cpp
+ M src/utilities/dba_full.epp
+ M src/utilities/drop.cpp
+ M src/utilities/dropv3.cpp
+ M src/utilities/print_pool.cpp
+ M src/utilities/sbc_print.cpp
+ M src/utilities/security.epp
+ M src/v5_examples/api1.c
+ M src/v5_examples/api10.c
+ M src/v5_examples/api11.c
+ M src/v5_examples/api12.c
+ M src/v5_examples/api13.c
+ M src/v5_examples/api15.c
+ M src/v5_examples/api16.c
+ M src/v5_examples/api16t.c
+ M src/v5_examples/api2.c
+ M src/v5_examples/api3.c
+ M src/v5_examples/api4.c
+ M src/v5_examples/api5.c
+ M src/v5_examples/api6.c
+ M src/v5_examples/api7.c
+ M src/v5_examples/api8.c
+ M src/v5_examples/api9.c
+ M src/v5_examples/apifull.c
+ M src/v5_examples/empbuild.c
+ M src/v5_examples/winevent.c
+ M src/wal/driver.cpp
+ M src/wal/wal.cpp
+ M src/wal/wal_prnt.cpp
+ M src/wal/walc.cpp
+ M src/wal/walw.cpp
+Code cleanup:
+Since we already have the define ISC_STATUS_LENGTH for the the length of
+the status vector, we should use it! Replaced 'status[20]' with
+'status[ISC_STATUS_LENGTH]'.
+Replaced the different symbolic names for the maximum length of a path
+(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
+
+ 2002-10-23 22:04 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-22 22:04 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-22 08:05 dimitr
+ M src/burp/restore.epp
+Commited Ignacio's fix for uninitialized variables in burp.
+
+ 2002-10-19 22:02 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-19 09:05 dimitr
+ M src/jrd/exe.cpp
+Fixed a possible buffer overrun.
+
+ 2002-10-19 00:56 arnobrinkman
+ M src/dsql/pass1.cpp
+AB: "cosmetic changes"
+
+ 2002-10-19 00:49 arnobrinkman
+ M src/dsql/make.cpp
+AB: "cosmetic changes"
+
+ 2002-10-19 00:32 arnobrinkman
+ M src/dsql/pass1.cpp
+AB: bug fixed with sub-select and group by clause and cosmetic changes
+
+ 2002-10-18 22:04 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-18 14:40 dimitr
+ M src/jrd/jrd.cpp
+Fixed one more 2PC related bug.
+
+ 2002-10-18 13:41 dimitr
+ M src/jrd/vio.cpp
+Rolled back my bugfix. It does solve the mentioned problem, but introduces much more additional (unexpected) pain.
+
+ 2002-10-18 13:26 dimitr
+ M src/jrd/why.c
+ M src/jrd/y-valve.cpp
+Fixed incorrect 2PC behaviour with a rollback of a distributed transaction.
+
+ 2002-10-18 11:11 dimitr
+ M builds/win32/msvc6/fbclient.dsp
+Added proper version information for the both client libraries.
+
+ 2002-10-18 09:14 dimitr
+ M builds/win32/msvc6/gpre.dsp
+Small correction.
+
+ 2002-10-18 05:12 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-18 04:55 stryqx
+ M src/jrd/thd.cpp
+Fix preprocessor statement.
+
+ 2002-10-16 22:03 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-16 08:40 eku
+ M src/dsql/preparse.cpp
+Eventually fixed redefinition of PAGESIZE.
+
+ 2002-10-16 08:38 eku
+ M configure.in
+ M src/include/gen/autoconfig_msvc.h
+ M src/jrd/isc_sync.cpp
+ M src/make.new/config/config.h.in
+Autoconf: check for function getpagesize.
+
+ 2002-10-14 22:09 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-14 09:21 eku
+ M builds/posix/Makefile.in.refDatabases
+The file permissions must match the database attribute (read-only), otherwise
+gpre will fail.
+
+ 2002-10-14 05:40 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-13 10:30 dimitr
+ M src/jrd/scl.epp
+ M src/jrd/winnt.cpp
+Fixed one possible bug and one typo.
+
+ 2002-10-13 10:24 dimitr
+ M src/jrd/ibase.h
+ M src/jrd/intlnames.h
+Fixed a few little bugs.
+
+ 2002-10-12 22:02 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-12 20:27 skidder
+ M src/jrd/opt.cpp
+Move nulls first/last code out of SCROLLABLE_CURSORS ifdef
+
+ 2002-10-12 19:46 skidder
+ M src/jrd/opt.cpp
+Fixed problem which caused complex outer joins to produce wrong results
+
+ 2002-10-12 19:39 skidder
+ M src/jrd/opt.cpp
+Fixed problem which caused complex outer joins to produce wrong results
+
+ 2002-10-12 11:16 dimitr
+ M src/remote/cntl.cpp
+ M src/remote/nt_server.cpp
+ M src/remote/srvr_w32.cpp
+ M src/utilities/install_nt.h
+ M src/utilities/install_svc.cpp
+Made the codebase ready for the win32 classic builds.
+
+ 2002-10-12 11:07 dimitr
+ M src/jrd/svc.cpp
+Made the codebase ready for the win32 classic builds.
+
+ 2002-10-12 10:03 dimitr
+ M builds/win32/msvc6/fbclient.dsp
+ M builds/win32/msvc6/gds32.dsp
+ A src/jrd/isc_version.rc
+Added proper version information for the both client libraries.
+
+ 2002-10-12 08:13 stryqx
+ M src/qli/err.cpp
+Implicit cast breaks FreeBSD build.
+
+ 2002-10-12 05:21 stryqx
+ M src/jrd/os/mod_loader.h
+ M src/jrd/os/path_utils.h
+Quiet newline warning
+
+ 2002-10-12 04:59 stryqx
+ A builds/posix/prefix.freebsd
+Add prefix.freebsd.
+
+ 2002-10-12 04:16 stryqx
+ M src/common/memory/memory_pool.cpp
+ M src/jrd/common.h
+ M src/jrd/flu.cpp
+ M src/jrd/gds.cpp
+ M src/jrd/isc_file.cpp
+ M src/jrd/isc_sync.cpp
+ M src/jrd/jrd.h
+ M src/jrd/thd.cpp
+ M src/jrd/thd.h
+Add FreeBSD support.
+This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1.
+
+ 2002-10-12 04:12 stryqx
+ M src/extlib/fbudf/fbudf.cpp
+ M src/extlib/fbudf/fbudf.h
+ M src/extlib/fbudf/fbudf.sql
+Rename truncate to fbtruncate to avoid conflict with standard C/C++ library.
+
+ 2002-10-12 04:05 stryqx
+ M src/qli/exe.cpp
+Include string.h for memcpy definition for those systems that need it.
+
+ 2002-10-11 22:03 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-11 21:41 skywalker
+ M builds/posix/Makefile.in.refDatabases
+Changed restore of isc4.gdb to not have read_only option
+
+ 2002-10-11 04:40 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-10 19:32 eku
+ M builds/posix/Makefile.in.embed.qli
+ M src/qli/dtr.cpp
+ M src/qli/err.cpp
+ M src/qli/exe.cpp
+Fixed compilation of qli.
+
+ 2002-10-10 18:49 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-10 12:52 dimitr
+ M src/dsql/preparse.cpp
+Commented out because MSVC doesn't understand such a preprocessor directive.
+
+ 2002-10-10 11:44 dimitr
M src/misc/writeBuildNum.sh
+Make sure the next version is Alpha 3.
+
+ 2002-10-10 06:48 eku
+ M configure.in
+Compilation of the editline library depends on configure switches.
+
+ 2002-10-10 06:47 eku
+ M builds/posix/Makefile.in.firebird
+Compilation of the editline library depends on configure switches.
+Added qli to the CS targets (needed by TCS).
+
+ 2002-10-09 19:48 fsg
+ M ChangeLog
+Updated ChangeLog
+
+ 2002-10-09 12:32 skidder
+ M doc/WhatsNew
+Added my unmentioned change
+
+ 2002-10-09 11:28 skidder
+ M src/extern/editline/Makefile
+Fixed to make posix build work
+
+ 2002-10-08 11:46 dimitr
+ M src/jrd/db_alias.cpp
+Re-read aliases config file every time any database is attached.
+
+ 2002-10-08 09:42 eku
+ M builds/posix/prefix.sinixz
+Updated settings with SINIX-2000 environment
+
+ 2002-10-08 05:12 eku
+ M src/dsql/preparse.cpp
+Added warning. One needs to rename PAGESIZE to something different. It's
+already defined in 'sys/param.h'.
+
+ 2002-10-07 15:09 fsg
+ M ChangeLog
+ChangeLog updated
+
+ 2002-10-07 13:33 eku
+ M src/jrd/svc.cpp
+ M src/jrd/svc.h
+Service API:
+ o fixed SVC_TRMNTR parsing
+ o fixed -svc/-svc_thd argument passing
+ o re-enabled API on CS (SINIX-Z)
+
+ 2002-10-07 01:29 skywalker
+ M builds/posix/Makefile.in.boot.gpre
+ M builds/posix/Makefile.in.client.gbak
+ M builds/posix/Makefile.in.client.gdef
+ M builds/posix/Makefile.in.client.gfix
+ M builds/posix/Makefile.in.client.gpre
+ M builds/posix/Makefile.in.client.isql
+ M builds/posix/Makefile.in.client.util
+ M builds/posix/Makefile.in.embed.gbak
+ M builds/posix/Makefile.in.embed.gdef
+ M builds/posix/Makefile.in.embed.gfix
+ M builds/posix/Makefile.in.embed.gpre
+ M builds/posix/Makefile.in.embed.isql
+ M builds/posix/Makefile.in.embed.lockmgr
+ M builds/posix/Makefile.in.embed.qli
+ M builds/posix/Makefile.in.embed.util
+ M builds/posix/Makefile.in.extlib
+ M builds/posix/Makefile.in.fbserver
+ M builds/posix/Makefile.in.fbutil
+ M builds/posix/Makefile.in.firebird
+ M builds/posix/Makefile.in.inet_server
+ M builds/posix/Makefile.in.install
+ M builds/posix/Makefile.in.intl
+ M builds/posix/Makefile.in.libfbclient
+ M builds/posix/Makefile.in.libfbcommon
+ M builds/posix/Makefile.in.libfbembed
+ M builds/posix/Makefile.in.libfbserver
+ M builds/posix/Makefile.in.libfbstatic
+ M builds/posix/Makefile.in.msgs
+ M builds/posix/Makefile.in.refDatabases
+ M builds/posix/Makefile.in.static.gbak
+ M builds/posix/Makefile.in.static.gpre
+ M builds/posix/Makefile.in.static.isql
+ M builds/posix/Makefile.in.v5_examples
+ M builds/posix/make.defaults
+ M builds/posix/make.rules
+ A builds/posix/make.shared.targets
+ M builds/posix/make.shared.variables
+ M configure.in
+ M src/dsql/parse.cpp
+ A src/extern
+ A src/extern/editline
+ A src/extern/editline/MANIFEST
+ A src/extern/editline/Make.os9
+ A src/extern/editline/Makefile
+ A src/extern/editline/README
+ A src/extern/editline/complete.c
+ A src/extern/editline/editline.3
+ A src/extern/editline/editline.c
+ A src/extern/editline/editline.h
+ A src/extern/editline/os9.h
+ A src/extern/editline/sysos9.c
+ A src/extern/editline/sysunix.c
+ A src/extern/editline/testit.c
+ A src/extern/editline/unix.h
+ A src/include/editline.h
+ M src/include/gen/autoconfig_msvc.h
+ M src/isql/isql.epp
+ M src/make.new/config/config.h.in
+ M src/utilities/srvrmgr.cpp
+A few makefile dependancies fixed.
+Started work on upgrading rpm build scripts
+Fix makefiles for super build
+Exchange editline for readline in isql
+
+ 2002-10-06 13:33 dimitr
+ M doc/WhatsNew
+Alpha 2 changes.
+
+ 2002-10-06 10:59 dimitr
+ M builds/win32/msvc6/fbserver.dsp
+no message
+
+ 2002-10-06 10:55 dimitr
+ M builds/win32/msvc6/isql.dsp
+Statically link isql with the runtime libraries.
+
+ 2002-10-06 10:51 dimitr
+ M src/dsql/ddl.cpp
+BLOB subtypes are no longer ignored in views (expression fields only).
+
+ 2002-10-06 08:59 dimitr
+ M src/utilities/registry.cpp
+Added missing guardian registry entry.
+
+ 2002-10-04 22:08 skidder
+ M src/jrd/dfw.epp
+ M src/jrd/jrd.h
+ M src/jrd/met.epp
+ M src/jrd/met_proto.h
+Fixed resource leaks in DDL recursive procedure handling which caused some DDL to fail
+
+ 2002-10-04 21:57 skidder
+ M builds/posix/make.shared.variables
+ M builds/posix/prefix.darwin
+ M builds/posix/prefix.linux
+ M builds/posix/prefix.sinixz
+ M builds/posix/prefix.solx86
+Little garbage cleanup. Shouldn't break anything
+
+ 2002-10-04 17:53 arnobrinkman
+ M src/dsql/pass1.cpp
+AB: Fixed bug with alias and GROUP BY clause
+
+ 2002-10-04 11:06 eku
+ M src/jrd/alt.cpp
+ M src/utilities/gsec.cpp
+Fixed coredump caused by 'array out of bounds' writes.
+
+ 2002-10-04 09:38 eku
+ M src/utilities/security.epp
+Fixed merge error FB1->FB2.
+
+ 2002-10-02 17:56 skidder
+ M src/jrd/grant.gdl
+ M src/jrd/trig.h
+Field check constraints are now deleted automatically
+
+ 2002-10-02 14:31 dimitr
+ M doc/WhatsNew
+Updated.
+
+ 2002-10-02 13:27 dimitr
+ M src/jrd/idx.h
+Just a cosmetic change.
+
+ 2002-10-02 13:27 dimitr
+ M src/jrd/dyn_def.epp
+Removed problematic code related to ALTER VIEW implementation.
+
+ 2002-10-02 13:26 fsg
+ M ChangeLog
+ChangeLog updated
+
+ 2002-10-02 13:24 dimitr
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+Hide ALTER VIEW functionality until it works good.
+
+ 2002-10-02 13:24 dimitr
+ M src/dsql/ddl.cpp
+Made it in-sync with the FB1 tree.
+
+ 2002-10-02 12:43 eku
+ M builds/posix/Makefile.in.firebird
+ M src/install/arch-specific/sinixz/prototype.in
+Build and distribute 'gdef'.
+
+ 2002-10-02 09:41 eku
+ M src/remote/inet.cpp
+Found a last occurance of NOINITGROUPS :-(
+
+ 2002-10-02 09:40 eku
+ M src/intl/ld.h
+Fixed compiler warning 'No newline at end of file'.
+
+ 2002-10-01 12:03 dimitr
+ M src/include/gen/autoconfig_msvc.h
+ M src/make.new/config/config.h.in
+Fixed wrong alignment of double for i386.
+
+ 2002-10-01 10:38 eku
+ M configure.in
+Autoconf: the usage of the readline library can be turned off with
+ '--without-readline'.
+
+ 2002-10-01 07:56 dimitr
+ M doc/WhatsNew
+no message
+
+ 2002-10-01 05:48 eku
+ M configure.in
+ M src/include/gen/autoconfig_msvc.h
+ M src/install/arch-specific/sinixz/prototype.in
+ M src/jrd/jrd.cpp
+ M src/jrd/unix.cpp
+ M src/make.new/config/config.h.in
+Merged the support for databases on raw devices from FB1 into FB2.
+Added switch '--enable-raw-devices' to configure to enable this feature
+(default=off). Currently only supported on UNIX platforms.
+
+ 2002-10-01 00:34 arnobrinkman
+ M src/dsql/pass1.cpp
+AB: Fix error-message bug with aggregate only in sub-select
+
+ 2002-09-30 20:32 dimitr
+ M doc/WhatsNew
+Oops.
+
+ 2002-09-30 20:27 dimitr
+ M doc/WhatsNew
+Mentioned the invisible work that's done by our heroes ;-)
+Most of these things cannot be seen by our users but its importance cannot be overstressed.
+
+ 2002-09-30 20:25 dimitr
+ M doc/WhatsNew
+Mentioned the invisible work that's done by our heroes ;-)
+Most of these things cannot be seen by our users but its importance cannot be overstressed.
+
+ 2002-09-30 20:22 dimitr
+ M doc/WhatsNew
+Mentioned the invisible work that's done by our heroes ;-)
+Most of these things cannot be seen by our users but its importance cannot be overstressed.
+
+ 2002-09-30 19:19 skidder
+ M src/jrd/met.epp
+Fixed my own dropped procedure handling error
+
+ 2002-09-30 19:13 dimitr
+ M doc/WhatsNew
+Removed unfinished stuff and added credits.
+
+ 2002-09-30 18:24 skidder
+ M src/jrd/met.epp
+Fixed possible coredump while dropping procedure and in some other cases
+
+ 2002-09-30 15:21 skidder
+ M src/jrd/dyn_def.epp
+Fixed resource leaks which caused recursive definition error
+
+ 2002-09-30 15:18 dimitr
+ A doc/WhatsNew
+Added new file which describes all changes that are visible for end-users.
+
+ 2002-09-30 14:21 skidder
+ M src/jrd/dfw.epp
+ M src/jrd/met.epp
+ M src/jrd/met_proto.h
+Fixed FB1/FB2/IB6 possibility of deferred database corruption (just reported or rarely real) when deleting foreign constraint
+
+ 2002-09-30 07:41 eku
+ M src/intl/langdrv.h
+Avoid compiler warning 'No newline at end of file'.
+
+ 2002-09-30 06:00 eku
+ M src/jrd/arg.h
+ M src/jrd/pwd.h
+ M src/lock/fparamv3.h
+Don't hard-code the installation path. Use ISC_PREFIX whereever possible.
+
+ 2002-09-29 15:44 dimitr
+ M src/jrd/vio.cpp
+Fixed one reason of the well-known "decompression overran buffer" error.
+
+ 2002-09-28 23:52 arnobrinkman
+ M src/dsql/pass1.cpp
+AB: Adding better error-handeling and support for subqueries with group_by clause
+
+ 2002-09-28 22:42 skidder
+ M src/jrd/dfw.epp
+Fixed resource/memory leak which caused some DDL to fail
+
+ 2002-09-28 22:37 skidder
+ M src/jrd/dfw.epp
+Fixed resource/memory leak which caused some DDL to fail
+
+ 2002-09-28 20:58 skidder
+ M src/jrd/met.epp
+Fixed one more DDL coredump
+
+ 2002-09-28 20:56 skidder
+ M builds/posix/make.shared.variables
+Make it build on posix again
+
+ 2002-09-28 14:08 dimitr
+ M builds/win32/msvc6/dsql_server.dsp
+ M builds/win32/msvc6/fbserver.dsp
+Added new files to the projects.
+
+ 2002-09-28 14:04 dimitr
+ M src/dsql/dsql.cpp
+ M src/dsql/dsql.tab.h
+ M src/dsql/gen.cpp
+ M src/dsql/keywords.cpp
+ M src/dsql/make.cpp
+ A src/dsql/misc_func.cpp
+ A src/dsql/misc_func.h
+ M src/dsql/node.h
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+ M src/jrd/blr.h
+ M src/jrd/cmp.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/exe.h
+ A src/jrd/misc_func_ids.h
+ M src/jrd/par.cpp
+ M src/jrd/req.h
+1. Reworked internal_info implementation in both DSQL and JRD.
+New helper class created to serve it properly.
+2. Added exception re-raise semantics.
+Syntax: EXCEPTION;
+If there was handled exception, re-initiate it, otherwise evaluate to no-op.
+3. Implemented run-time exception messages.
+Syntax: EXCEPTION <exception_name> [<value>];
+If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE.
+4. Added new SQLCODE and GDSCODE system variables.
+Available in procedures/triggers only.
+If there wasn't any exception raised, return zero (success), otherwise return an error code.
+5. Implemented ROWS_AFFECTED system variable.
+Available in procedures/triggers only.
+Count rows affected by the last INSERT/UPDATE/DELETE statement.
+For any other statement, result is always zero.
+
+ 2002-09-27 22:59 skidder
+ M src/jrd/cmp.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd.h
+ M src/jrd/met.epp
+ M src/jrd/met_proto.h
+Fix several mostly DDL-related coredumps and locking failures
+
+ 2002-09-27 15:21 alexpeshkoff
+ M builds/win32/msvc6/alice.dsp
+Missed DEV_BUILD in Debug configuration
+
+ 2002-09-27 13:12 kkuznetsov
+ M src/include/firebird.h
+ M src/jrd/common.h
+*** empty log message ***
+
+ 2002-09-27 09:05 eku
+ M src/dsql/dsql.h
+Fixed compiler warning about redefinition of 'assert'.
+
+ 2002-09-27 01:31 bellardo
+ A src/jrd/jrd_math.h
+Finished header file renaming cleanup.
+
+ 2002-09-27 01:29 bellardo
+ M src/isql/isql.epp
+Cleaned up include directives after renaming math.h to jrd_math.h.
+
+ 2002-09-27 01:28 bellardo
+ M src/jrd/cvt.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/gds.cpp
+ A src/jrd/jrd_time.h
+Cleaned up some include directives after renaming jrd_time.h.
+
+ 2002-09-27 00:20 bellardo
+ M src/burp/burp.cpp
+ M src/isql/isql.epp
+ M src/jrd/cvt.cpp
+ M src/jrd/evl.cpp
+ M src/jrd/gds.cpp
+ M src/jrd/isc_sync.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrn.cpp
+ M src/jrd/math.cpp
+ M src/jrd/mov.cpp
+ M src/jrd/perf.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/utl.cpp
+ M src/lock/lock.cpp
+ M src/qli/format.cpp
+ M src/qli/mov.cpp
+ M src/qli/picstr.cpp
+ M src/remote/inet.cpp
+ M src/wal/wal.cpp
+ M src/wal/walc.cpp
+ M src/wal/walw.cpp
+renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and
+jrd/jrd_time.h.
+
+ 2002-09-26 18:14 skidder
+ M src/jrd/vio.cpp
+Fixed nasty memory corruption problem which caused server to crash quasi-randomly under high load (seems to be very old bug)
+
+ 2002-09-26 18:13 skidder
+ M src/jrd/cmp.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/jrd.cpp
+ M src/jrd/met.epp
+Fixed some memory leaks
+
+ 2002-09-26 13:32 kkuznetsov
+ M builds/posix/prefix.solx86
+*** empty log message ***
+
+ 2002-09-26 09:53 kkuznetsov
+ M builds/posix/prefix.solx86
+*** empty log message ***
+
+ 2002-09-26 09:26 eku
+ M src/isql/isql.epp
+ M src/jrd/blb.cpp
+ M src/jrd/dls.cpp
+ M src/jrd/dpm.epp
+ M src/jrd/isc_file.cpp
+ M src/jrd/isc_sync.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/svc.cpp
+Fixed compiler warnings.
+
+ 2002-09-25 17:12 skidder
+ M src/alice/alice_meta.epp
+ M src/alice/all.cpp
+ M src/alice/tdr.cpp
+ M src/common/memory/allocators.cpp
+ M src/common/memory/allocators.h
+ M src/common/memory/memory_pool.h
+ M src/dsql/alld.cpp
+ M src/dsql/ddl.cpp
+ M src/dsql/dsql.cpp
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/metd.epp
+ M src/dsql/parse.cpp
+ M src/dsql/parse.y
+ M src/dsql/pass1.cpp
+ M src/include/fb_blk.h
+ M src/jrd/ail.cpp
+ M src/jrd/all.cpp
+ M src/jrd/blb.cpp
+ M src/jrd/blob_filter.epp
+ M src/jrd/block_cache.h
+ M src/jrd/bookmark.cpp
+ M src/jrd/btr.cpp
+ M src/jrd/cch.cpp
+ M src/jrd/cmp.cpp
+ M src/jrd/cvt2.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/dyn_def.epp
+ M src/jrd/dyn_del.epp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/exe.h
+ M src/jrd/ext.cpp
+ M src/jrd/extvms.cpp
+ M src/jrd/fun.epp
+ M src/jrd/grant.epp
+ M src/jrd/idx.cpp
+ M src/jrd/ini.epp
+ M src/jrd/intl.cpp
+ M src/jrd/intl_builtin.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/jrd.h
+ M src/jrd/log.cpp
+ M src/jrd/met.epp
+ M src/jrd/netware.cpp
+ M src/jrd/opt.cpp
+ M src/jrd/os/darwin/mod_loader.cpp
+ M src/jrd/os/posix/mod_loader.cpp
+ M src/jrd/os/posix/path_utils.cpp
+ M src/jrd/os/win32/mod_loader.cpp
+ M src/jrd/os/win32/path_utils.cpp
+ M src/jrd/os2.cpp
+ M src/jrd/pag.cpp
+ M src/jrd/par.cpp
+ M src/jrd/plugin_manager.cpp
+ M src/jrd/rec.cpp
+ M src/jrd/rlck.cpp
+ M src/jrd/rng.cpp
+ M src/jrd/rse.cpp
+ M src/jrd/sbm.cpp
+ M src/jrd/scl.epp
+ M src/jrd/sdw.cpp
+ M src/jrd/sort.cpp
+ M src/jrd/sort_mem.cpp
+ M src/jrd/sqz.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/tpc.cpp
+ M src/jrd/tra.cpp
+ M src/jrd/unix.cpp
+ M src/jrd/val.cpp
+ M src/jrd/val.h
+ M src/jrd/vio.cpp
+ M src/jrd/vms.cpp
+ M src/jrd/windows.cpp
+ M src/jrd/winnt.cpp
+ M src/utilities/dba.epp
+Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now
+
+ 2002-09-25 13:08 eku
+ M src/burp/burp.h
+ M src/msgs/build_file.epp
+ M src/msgs/modify_msgs.epp
+Fixed compiler warnings.
+
+ 2002-09-25 11:20 kkuznetsov
+ M builds/posix/make.rules
+ M builds/posix/prefix.solx86
+*** empty log message ***
+
+ 2002-09-25 11:12 kkuznetsov
+ M src/common/memory/memory_pool.cpp
+fixed some compile errors
+
+ 2002-09-25 07:18 eku
+ M src/jrd/intl_builtin.cpp
+Undone previous changes.
+
+ 2002-09-25 06:41 eku
+ M src/jrd/intl_builtin.cpp
+Fixed compiler warnings about nested comments.
+
+ 2002-09-25 06:22 kkuznetsov
+ M src/jrd/common.h
+ M src/jrd/ib_stdio.h
+ M src/jrd/thd.h
+Some work on Solaris port
+
+ 2002-09-25 05:56 dimitr
+ M src/jrd/plugin_manager.cpp
+Commited John's fix for PluginManager::Module class destructor.
+
+ 2002-09-24 19:53 skidder
+ M src/jrd/isc_i_proto.h
+ M src/jrd/isc_ipc.cpp
+ M src/jrd/isc_sync.cpp
+ M src/remote/inet.cpp
+Make engine compileable on Linux again after Erik's signal cleanup
+
+ 2002-09-24 17:53 bellardo
+ M src/jrd/jrd.h
+Fixed the "typename" error message. The fix involved adding the typename
+keyname to a declaration. It is possible that older compilers don't support
+typename, so in the future we may have to use autoconf to detect compiler
+support.
+
+ 2002-09-24 14:17 dimitr
+ M src/include/gen/autoconfig_msvc.h
+DEBUG_GDS_ALLOC macro is now defined by autoconf.
+
+ 2002-09-24 13:01 eku
+ M builds/posix/Makefile.in.boot.gpre
+ M builds/posix/Makefile.in.client.gbak
+ M builds/posix/Makefile.in.client.gdef
+ M builds/posix/Makefile.in.client.gfix
+ M builds/posix/Makefile.in.client.gpre
+ M builds/posix/Makefile.in.client.isql
+ M builds/posix/Makefile.in.client.util
+ M builds/posix/Makefile.in.embed.gbak
+ M builds/posix/Makefile.in.embed.gdef
+ M builds/posix/Makefile.in.embed.gfix
+ M builds/posix/Makefile.in.embed.gpre
+ M builds/posix/Makefile.in.embed.isql
+ M builds/posix/Makefile.in.embed.qli
+ M builds...
[truncated message content] |
|
From: <fir...@us...> - 2010-12-29 03:34:15
|
Revision: 52084
http://firebird.svn.sourceforge.net/firebird/?rev=52084&view=rev
Author: firebirds
Date: 2010-12-29 03:34:09 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2010-12-29 03:20:33 UTC (rev 52083)
+++ firebird/branches/B2_5_Release/ChangeLog 2010-12-29 03:34:09 UTC (rev 52084)
@@ -1,3 +1,7 @@
+ 2010-12-28 12:01 dimitr
+ M src/jrd/dpm.epp
+CORE-3295: Estimate the actual record compression ratio in the optimizer.
+
2010-12-27 22:03 hvlad
M src/jrd/svc.cpp
Fixed typo at my recent commit for CORE-3266
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-29 03:20:33 UTC (rev 52083)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-29 03:34:09 UTC (rev 52084)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26159
+ FORMAL BUILD NUMBER:26160
*/
-#define PRODUCT_VER_STRING "2.5.1.26159"
-#define FILE_VER_STRING "WI-V2.5.1.26159"
-#define LICENSE_VER_STRING "WI-V2.5.1.26159"
-#define FILE_VER_NUMBER 2, 5, 1, 26159
+#define PRODUCT_VER_STRING "2.5.1.26160"
+#define FILE_VER_STRING "WI-V2.5.1.26160"
+#define LICENSE_VER_STRING "WI-V2.5.1.26160"
+#define FILE_VER_NUMBER 2, 5, 1, 26160
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26159"
+#define FB_BUILD_NO "26160"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-29 03:20:33 UTC (rev 52083)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-29 03:34:09 UTC (rev 52084)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26159
+BuildNum=26160
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-03 03:30:32
|
Revision: 52090
http://firebird.svn.sourceforge.net/firebird/?rev=52090&view=rev
Author: firebirds
Date: 2011-01-03 03:30:25 +0000 (Mon, 03 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-02 22:15:33 UTC (rev 52089)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-03 03:30:25 UTC (rev 52090)
@@ -1,3 +1,8 @@
+ 2011-01-02 22:15 hvlad
+ M src/jrd/exe.cpp
+More conservative fix for CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset.
+Convert into attachment charset query text only
+
2010-12-28 12:01 dimitr
M src/jrd/dpm.epp
CORE-3295: Estimate the actual record compression ratio in the optimizer.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-02 22:15:33 UTC (rev 52089)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-03 03:30:25 UTC (rev 52090)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26160
+ FORMAL BUILD NUMBER:26161
*/
-#define PRODUCT_VER_STRING "2.5.1.26160"
-#define FILE_VER_STRING "WI-V2.5.1.26160"
-#define LICENSE_VER_STRING "WI-V2.5.1.26160"
-#define FILE_VER_NUMBER 2, 5, 1, 26160
+#define PRODUCT_VER_STRING "2.5.1.26161"
+#define FILE_VER_STRING "WI-V2.5.1.26161"
+#define LICENSE_VER_STRING "WI-V2.5.1.26161"
+#define FILE_VER_NUMBER 2, 5, 1, 26161
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26160"
+#define FB_BUILD_NO "26161"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-02 22:15:33 UTC (rev 52089)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-03 03:30:25 UTC (rev 52090)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26160
+BuildNum=26161
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-05 03:34:17
|
Revision: 52092
http://firebird.svn.sourceforge.net/firebird/?rev=52092&view=rev
Author: firebirds
Date: 2011-01-05 03:34:11 +0000 (Wed, 05 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-04 12:49:59 UTC (rev 52091)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-05 03:34:11 UTC (rev 52092)
@@ -1,3 +1,7 @@
+ 2011-01-04 12:49 dimitr
+ M src/jrd/dpm.epp
+Fixed my stupid mistake.
+
2011-01-02 22:15 hvlad
M src/jrd/exe.cpp
More conservative fix for CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-04 12:49:59 UTC (rev 52091)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-05 03:34:11 UTC (rev 52092)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26161
+ FORMAL BUILD NUMBER:26162
*/
-#define PRODUCT_VER_STRING "2.5.1.26161"
-#define FILE_VER_STRING "WI-V2.5.1.26161"
-#define LICENSE_VER_STRING "WI-V2.5.1.26161"
-#define FILE_VER_NUMBER 2, 5, 1, 26161
+#define PRODUCT_VER_STRING "2.5.1.26162"
+#define FILE_VER_STRING "WI-V2.5.1.26162"
+#define LICENSE_VER_STRING "WI-V2.5.1.26162"
+#define FILE_VER_NUMBER 2, 5, 1, 26162
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26161"
+#define FB_BUILD_NO "26162"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-04 12:49:59 UTC (rev 52091)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-05 03:34:11 UTC (rev 52092)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26161
+BuildNum=26162
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-08 03:37:47
|
Revision: 52097
http://firebird.svn.sourceforge.net/firebird/?rev=52097&view=rev
Author: firebirds
Date: 2011-01-08 03:37:40 +0000 (Sat, 08 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-08 03:23:07 UTC (rev 52096)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-08 03:37:40 UTC (rev 52097)
@@ -1,3 +1,8 @@
+ 2011-01-07 11:24 dimitr
+ M src/jrd/evl.cpp
+ M src/jrd/opt.cpp
+Fixed CORE-3302: Distinct aggregates return wrong (duplicated) data.
+
2011-01-04 12:49 dimitr
M src/jrd/dpm.epp
Fixed my stupid mistake.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-08 03:23:07 UTC (rev 52096)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-08 03:37:40 UTC (rev 52097)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26162
+ FORMAL BUILD NUMBER:26163
*/
-#define PRODUCT_VER_STRING "2.5.1.26162"
-#define FILE_VER_STRING "WI-V2.5.1.26162"
-#define LICENSE_VER_STRING "WI-V2.5.1.26162"
-#define FILE_VER_NUMBER 2, 5, 1, 26162
+#define PRODUCT_VER_STRING "2.5.1.26163"
+#define FILE_VER_STRING "WI-V2.5.1.26163"
+#define LICENSE_VER_STRING "WI-V2.5.1.26163"
+#define FILE_VER_NUMBER 2, 5, 1, 26163
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26162"
+#define FB_BUILD_NO "26163"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-08 03:23:07 UTC (rev 52096)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-08 03:37:40 UTC (rev 52097)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26162
+BuildNum=26163
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-12 03:32:59
|
Revision: 52109
http://firebird.svn.sourceforge.net/firebird/?rev=52109&view=rev
Author: firebirds
Date: 2011-01-12 03:32:52 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-12 03:17:17 UTC (rev 52108)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-12 03:32:52 UTC (rev 52109)
@@ -1,3 +1,15 @@
+ 2011-01-12 00:15 asfernandes
+ M src/jrd/cmp.cpp
+Backported fix for CORE-3306 - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure
+
+ 2011-01-11 15:55 dimitr
+ M src/jrd/cmp.cpp
+Better fix for CORE-3211. It avoids a crash due to a not initialized rse_relation[] array which is used inside ignore_dbkey().
+
+ 2011-01-11 07:48 alexpeshkoff
+ M doc/README.fb_shutdown
+fixed to make it match actual code
+
2011-01-07 11:24 dimitr
M src/jrd/evl.cpp
M src/jrd/opt.cpp
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-12 03:17:17 UTC (rev 52108)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-12 03:32:52 UTC (rev 52109)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26163
+ FORMAL BUILD NUMBER:26166
*/
-#define PRODUCT_VER_STRING "2.5.1.26163"
-#define FILE_VER_STRING "WI-V2.5.1.26163"
-#define LICENSE_VER_STRING "WI-V2.5.1.26163"
-#define FILE_VER_NUMBER 2, 5, 1, 26163
+#define PRODUCT_VER_STRING "2.5.1.26166"
+#define FILE_VER_STRING "WI-V2.5.1.26166"
+#define LICENSE_VER_STRING "WI-V2.5.1.26166"
+#define FILE_VER_NUMBER 2, 5, 1, 26166
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26163"
+#define FB_BUILD_NO "26166"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-12 03:17:17 UTC (rev 52108)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-12 03:32:52 UTC (rev 52109)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26163
+BuildNum=26166
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-13 03:30:30
|
Revision: 52114
http://firebird.svn.sourceforge.net/firebird/?rev=52114&view=rev
Author: firebirds
Date: 2011-01-13 03:30:24 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-13 03:17:35 UTC (rev 52113)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-13 03:30:24 UTC (rev 52114)
@@ -1,3 +1,7 @@
+ 2011-01-12 10:56 dimitr
+ M doc/license/README.license.usage.txt
+Corrected the license URLs.
+
2011-01-12 00:15 asfernandes
M src/jrd/cmp.cpp
Backported fix for CORE-3306 - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-13 03:17:35 UTC (rev 52113)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-13 03:30:24 UTC (rev 52114)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26166
+ FORMAL BUILD NUMBER:26167
*/
-#define PRODUCT_VER_STRING "2.5.1.26166"
-#define FILE_VER_STRING "WI-V2.5.1.26166"
-#define LICENSE_VER_STRING "WI-V2.5.1.26166"
-#define FILE_VER_NUMBER 2, 5, 1, 26166
+#define PRODUCT_VER_STRING "2.5.1.26167"
+#define FILE_VER_STRING "WI-V2.5.1.26167"
+#define LICENSE_VER_STRING "WI-V2.5.1.26167"
+#define FILE_VER_NUMBER 2, 5, 1, 26167
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26166"
+#define FB_BUILD_NO "26167"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-13 03:17:35 UTC (rev 52113)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-13 03:30:24 UTC (rev 52114)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26166
+BuildNum=26167
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-15 03:32:09
|
Revision: 52123
http://firebird.svn.sourceforge.net/firebird/?rev=52123&view=rev
Author: firebirds
Date: 2011-01-15 03:32:02 +0000 (Sat, 15 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-15 03:18:57 UTC (rev 52122)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-15 03:32:02 UTC (rev 52123)
@@ -1,3 +1,11 @@
+ 2011-01-14 06:47 dimitr
+ M src/jrd/met.epp
+Correction.
+
+ 2011-01-14 06:19 dimitr
+ M src/jrd/met.epp
+Tuned the code a little in order to avoid redundant retrievals. As a side effect, it downgrades three-way joins to two-way ones, thus helping the optimizer to choose a good plan in the worst (zero selectivity) cases. This should resolve CORE-2933 (Very slow execution of a script that creates a lot of metadata) and CORE-3237 (Slow compilation of stored procedures) without tweaking the optimizer constants.
+
2011-01-12 10:56 dimitr
M doc/license/README.license.usage.txt
Corrected the license URLs.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:18:57 UTC (rev 52122)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:32:02 UTC (rev 52123)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26167
+ FORMAL BUILD NUMBER:26169
*/
-#define PRODUCT_VER_STRING "2.5.1.26167"
-#define FILE_VER_STRING "WI-V2.5.1.26167"
-#define LICENSE_VER_STRING "WI-V2.5.1.26167"
-#define FILE_VER_NUMBER 2, 5, 1, 26167
+#define PRODUCT_VER_STRING "2.5.1.26169"
+#define FILE_VER_STRING "WI-V2.5.1.26169"
+#define LICENSE_VER_STRING "WI-V2.5.1.26169"
+#define FILE_VER_NUMBER 2, 5, 1, 26169
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26167"
+#define FB_BUILD_NO "26169"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-15 03:18:57 UTC (rev 52122)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-15 03:32:02 UTC (rev 52123)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26167
+BuildNum=26169
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-16 03:30:00
|
Revision: 52136
http://firebird.svn.sourceforge.net/firebird/?rev=52136&view=rev
Author: firebirds
Date: 2011-01-16 03:29:53 +0000 (Sun, 16 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-16 03:17:11 UTC (rev 52135)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-16 03:29:53 UTC (rev 52136)
@@ -1,3 +1,27 @@
+ 2011-01-15 09:22 robocop
+ M src/jrd/cvt_proto.h
+Misc.
+
+ 2011-01-15 09:18 robocop
+ M src/remote/inet.cpp
+Misc.
+
+ 2011-01-15 09:09 robocop
+ M src/remote/remote.h
+Misc.
+
+ 2011-01-15 09:07 robocop
+ M src/remote/os/win32/srvr_w32.cpp
+Misc.
+
+ 2011-01-15 09:07 robocop
+ M src/remote/server.cpp
+Avoid variable shadowing.
+
+ 2011-01-15 09:04 robocop
+ M doc/README.fb_shutdown
+Misc.
+
2011-01-14 06:47 dimitr
M src/jrd/met.epp
Correction.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-16 03:17:11 UTC (rev 52135)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-16 03:29:53 UTC (rev 52136)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26169
+ FORMAL BUILD NUMBER:26175
*/
-#define PRODUCT_VER_STRING "2.5.1.26169"
-#define FILE_VER_STRING "WI-V2.5.1.26169"
-#define LICENSE_VER_STRING "WI-V2.5.1.26169"
-#define FILE_VER_NUMBER 2, 5, 1, 26169
+#define PRODUCT_VER_STRING "2.5.1.26175"
+#define FILE_VER_STRING "WI-V2.5.1.26175"
+#define LICENSE_VER_STRING "WI-V2.5.1.26175"
+#define FILE_VER_NUMBER 2, 5, 1, 26175
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26169"
+#define FB_BUILD_NO "26175"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-16 03:17:11 UTC (rev 52135)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-16 03:29:53 UTC (rev 52136)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26169
+BuildNum=26175
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-17 03:29:52
|
Revision: 52148
http://firebird.svn.sourceforge.net/firebird/?rev=52148&view=rev
Author: firebirds
Date: 2011-01-17 03:29:45 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-17 03:17:16 UTC (rev 52147)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-17 03:29:45 UTC (rev 52148)
@@ -1,3 +1,24 @@
+ 2011-01-16 14:05 alexpeshkoff
+ M builds/posix/prefix.linux_s390x
+Damyan's patch fixing list of targets for linux/s390
+
+ 2011-01-16 13:19 alexpeshkoff
+ M src/common/cvt.cpp
+ M src/common/cvt.h
+ M src/jrd/SysFunction.cpp
+ M src/jrd/cvt2.cpp
+ M src/jrd/cvt_proto.h
+ M src/jrd/mov.cpp
+Fixed CORE-2756: substring from timestamp - unexpected result
+
+ 2011-01-16 09:59 robocop
+ M doc/README.fb_shutdown
+Misc.
+
+ 2011-01-16 09:58 robocop
+ M src/jrd/svc.cpp
+Style.
+
2011-01-15 09:22 robocop
M src/jrd/cvt_proto.h
Misc.
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-17 03:17:16 UTC (rev 52147)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-17 03:29:45 UTC (rev 52148)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26175
+ FORMAL BUILD NUMBER:26179
*/
-#define PRODUCT_VER_STRING "2.5.1.26175"
-#define FILE_VER_STRING "WI-V2.5.1.26175"
-#define LICENSE_VER_STRING "WI-V2.5.1.26175"
-#define FILE_VER_NUMBER 2, 5, 1, 26175
+#define PRODUCT_VER_STRING "2.5.1.26179"
+#define FILE_VER_STRING "WI-V2.5.1.26179"
+#define LICENSE_VER_STRING "WI-V2.5.1.26179"
+#define FILE_VER_NUMBER 2, 5, 1, 26179
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26175"
+#define FB_BUILD_NO "26179"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-17 03:17:16 UTC (rev 52147)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-17 03:29:45 UTC (rev 52148)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26175
+BuildNum=26179
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-20 03:36:44
|
Revision: 52165
http://firebird.svn.sourceforge.net/firebird/?rev=52165&view=rev
Author: firebirds
Date: 2011-01-20 03:36:37 +0000 (Thu, 20 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-20 03:20:31 UTC (rev 52164)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-20 03:36:37 UTC (rev 52165)
@@ -1,3 +1,15 @@
+ 2011-01-19 12:58 alexpeshkoff
+ M src/common/config/config.cpp
+ M src/common/config/config.h
+ M src/common/config/config_file.cpp
+ M src/common/config/config_file.h
+ M src/common/config/config_impl.h
+ M src/jrd/db_alias.cpp
+ M src/jrd/os/posix/fbsyslog.cpp
+ M src/remote/server.cpp
+ M src/utilities/nbackup.cpp
+Fixed CORE-3297: nbackup exits without info when firebird.conf is missing. Make all utilities run without firebird.conf - only server requires it's presence.
+
2011-01-16 14:05 alexpeshkoff
M builds/posix/prefix.linux_s390x
Damyan's patch fixing list of targets for linux/s390
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-20 03:20:31 UTC (rev 52164)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-20 03:36:37 UTC (rev 52165)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26179
+ FORMAL BUILD NUMBER:26180
*/
-#define PRODUCT_VER_STRING "2.5.1.26179"
-#define FILE_VER_STRING "WI-V2.5.1.26179"
-#define LICENSE_VER_STRING "WI-V2.5.1.26179"
-#define FILE_VER_NUMBER 2, 5, 1, 26179
+#define PRODUCT_VER_STRING "2.5.1.26180"
+#define FILE_VER_STRING "WI-V2.5.1.26180"
+#define LICENSE_VER_STRING "WI-V2.5.1.26180"
+#define FILE_VER_NUMBER 2, 5, 1, 26180
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26179"
+#define FB_BUILD_NO "26180"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-20 03:20:31 UTC (rev 52164)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-20 03:36:37 UTC (rev 52165)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26179
+BuildNum=26180
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fir...@us...> - 2011-01-21 03:49:54
|
Revision: 52171
http://firebird.svn.sourceforge.net/firebird/?rev=52171&view=rev
Author: firebirds
Date: 2011-01-21 03:49:47 +0000 (Fri, 21 Jan 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-01-21 03:28:15 UTC (rev 52170)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-01-21 03:49:47 UTC (rev 52171)
@@ -1,3 +1,11 @@
+ 2011-01-20 07:00 dimitr
+ M src/jrd/Optimizer.cpp
+Fixed CORE-3312: Sub-optimal join plan when the slave table depends on the master one via the OR predicate.
+
+ 2011-01-20 04:39 dimitr
+ M src/dsql/pass1.cpp
+Fixed CORE-3311: Error "data type unknown" while preparing UPDATE/DELETE statements with the parameterized ROWS clause.
+
2011-01-19 12:58 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-21 03:28:15 UTC (rev 52170)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-21 03:49:47 UTC (rev 52171)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26180
+ FORMAL BUILD NUMBER:26182
*/
-#define PRODUCT_VER_STRING "2.5.1.26180"
-#define FILE_VER_STRING "WI-V2.5.1.26180"
-#define LICENSE_VER_STRING "WI-V2.5.1.26180"
-#define FILE_VER_NUMBER 2, 5, 1, 26180
+#define PRODUCT_VER_STRING "2.5.1.26182"
+#define FILE_VER_STRING "WI-V2.5.1.26182"
+#define LICENSE_VER_STRING "WI-V2.5.1.26182"
+#define FILE_VER_NUMBER 2, 5, 1, 26182
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26180"
+#define FB_BUILD_NO "26182"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-21 03:28:15 UTC (rev 52170)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-21 03:49:47 UTC (rev 52171)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26180
+BuildNum=26182
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ale...@us...> - 2011-01-28 16:52:12
|
Revision: 52217
http://firebird.svn.sourceforge.net/firebird/?rev=52217&view=rev
Author: alexpeshkoff
Date: 2011-01-28 16:52:06 +0000 (Fri, 28 Jan 2011)
Log Message:
-----------
Fixed CORE-3194: Number of connections to linux superclassic has limit equal 508
Modified Paths:
--------------
firebird/branches/B2_5_Release/configure.in
firebird/branches/B2_5_Release/src/remote/inet.cpp
Modified: firebird/branches/B2_5_Release/configure.in
===================================================================
--- firebird/branches/B2_5_Release/configure.in 2011-01-28 16:07:08 UTC (rev 52216)
+++ firebird/branches/B2_5_Release/configure.in 2011-01-28 16:52:06 UTC (rev 52217)
@@ -669,6 +669,7 @@
AC_CHECK_HEADERS(atomic.h)
AC_CHECK_HEADERS(atomic_ops.h)
AC_CHECK_HEADERS(utime.h)
+AC_CHECK_HEADERS(poll.h)
dnl Check for libraries
AC_SEARCH_LIBS(dlopen, dl)
@@ -786,6 +787,7 @@
AC_CHECK_FUNCS(fegetenv)
AC_CHECK_FUNCS(strerror_r)
AC_CHECK_FUNCS(fdatasync fsync)
+AC_CHECK_FUNCS(poll)
dnl AC_CHECK_FUNCS(AO_compare_and_swap_full)
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[#include <atomic_ops.h>]], [[AO_T x; AO_compare_and_swap_full(&x, 0, 0); return 0;]])],
Modified: firebird/branches/B2_5_Release/src/remote/inet.cpp
===================================================================
--- firebird/branches/B2_5_Release/src/remote/inet.cpp 2011-01-28 16:07:08 UTC (rev 52216)
+++ firebird/branches/B2_5_Release/src/remote/inet.cpp 2011-01-28 16:52:06 UTC (rev 52217)
@@ -88,9 +88,13 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/wait.h>
-#ifdef HAVE_SYS_SELECT_H
+
+#if defined(HAVE_POLL_H)
+#include <poll.h>
+#elif defined(HAVE_SYS_SELECT_H)
#include <sys/select.h>
#endif
+
#endif // !WIN_NT
const int INET_RETRY_CALL = 5;
@@ -230,12 +234,175 @@
const int SELECT_TIMEOUT = 60; // Dispatch thread select timeout (sec)
-struct slct_t
+class Select
{
+#ifdef HAVE_POLL
+private:
+ static const int SEL_INIT_EVENTS = POLLIN;
+ static const int SEL_CHECK_MASK = POLLIN;
+
+ pollfd* getPollFd(int n)
+ {
+ pollfd* const end = slct_poll.end();
+ for (pollfd* pf = slct_poll.begin(); pf < end; ++pf)
+ {
+ if (n == pf->fd)
+ {
+ return pf;
+ }
+ }
+
+ return NULL;
+ }
+
+ static int compare(const void* a, const void* b)
+ {
+ // use C-cast here to be for sure compatible with libc
+ return ((pollfd*)a)->fd - ((pollfd*)b)->fd;
+ }
+#endif
+
+public:
+#ifdef HAVE_POLL
+ Select()
+ : slct_time(0), slct_count(0), slct_poll(*getDefaultMemoryPool())
+ { }
+#else
+ Select()
+ : slct_time(0), slct_count(0), slct_width(0)
+ {
+ memset(&slct_fdset, 0, sizeof slct_fdset);
+ }
+#endif
+
+ enum HandleState {SEL_BAD, SEL_DISCONNECTED, SEL_NO_DATA, SEL_READY};
+
+ HandleState ok(const rem_port* port)
+ {
+ SOCKET n = port->port_handle;
+#if defined(WIN_NT)
+ return FD_ISSET(n, &slct_fdset) ? SEL_READY : SEL_NO_DATA;
+#elif defined(HAVE_POLL)
+ const pollfd* pf = getPollFd(n);
+ if (pf)
+ {
+ return pf->events & SEL_CHECK_MASK ? SEL_READY : SEL_NO_DATA;
+ }
+ return (n < 0) ? (port->port_flags & PORT_disconnect ? SEL_DISCONNECTED : SEL_BAD) : SEL_NO_DATA;
+#else
+ if (n < 0 || n >= FD_SETSIZE)
+ {
+ return port->port_flags & PORT_disconnect ? SEL_DISCONNECTED : SEL_BAD;
+ }
+ return (n < slct_width && FD_ISSET(n, &slct_fdset)) ? SEL_READY : SEL_NO_DATA;
+#endif
+ }
+
+ void unset(SOCKET handle)
+ {
+#if defined(HAVE_POLL)
+ pollfd* pf = getPollFd(handle);
+ if (pf)
+ {
+ pf->events = 0;
+ }
+#else
+ FD_CLR(handle, &slct_fdset);
+ --slct_count;
+#endif
+ }
+
+ void set(SOCKET handle)
+ {
+#ifdef HAVE_POLL
+ pollfd* pf = getPollFd(handle);
+ if (pf)
+ {
+ pf->events = SEL_INIT_EVENTS;
+ return;
+ }
+ pollfd f;
+ f.fd = handle;
+ f.events = SEL_INIT_EVENTS;
+ slct_poll.push(f);
+#else
+ FD_SET(handle, &slct_fdset);
+#ifdef WIN_NT
+ ++slct_width;
+#else
+ slct_width = MAX(slct_width, handle + 1);
+#endif // WIN_NT
+#endif // HAVE_POLL
+ }
+
+ void clear()
+ {
+ slct_count = 0;
+#if defined(HAVE_POLL)
+ slct_poll.clear();
+#else
+ slct_width = 0;
+ FD_ZERO(&slct_fdset);
+#endif
+ }
+
+ int select(timeval* timeout)
+ {
+ bool hasRequest = false;
+
+#ifdef HAVE_POLL
+ pollfd* const end = slct_poll.end();
+ for (pollfd* pf = slct_poll.begin(); pf < end; ++pf)
+ {
+ pf->revents = pf->events;
+ if (pf->events & SEL_CHECK_MASK)
+ {
+ hasRequest = true;
+ }
+ }
+
+ if (!hasRequest)
+ {
+ errno = NOTASOCKET;
+ return -1;
+ }
+
+ int milliseconds = timeout ? timeout->tv_sec * 1000 + timeout->tv_usec / 1000 : -1;
+ slct_count = ::poll(slct_poll.begin(), slct_poll.getCount(), milliseconds);
+
+ for (pollfd* pf = slct_poll.begin(); pf < end; ++pf)
+ {
+ pf->events = pf->revents;
+ }
+#else
+#ifdef WIN_NT
+ slct_count = ::select(FD_SETSIZE, &slct_fdset, NULL, NULL, timeout);
+#else
+
+
+ slct_count = ::select(slct_width, &slct_fdset, NULL, NULL, timeout);
+#endif // WIN_NT
+#endif // HAVE_POLL
+
+
+ return slct_count;
+ }
+
+ int getCount()
+ {
+ return slct_count;
+ }
+
+ time_t slct_time;
+
+private:
+ int slct_count;
+#ifdef HAVE_POLL
+ Firebird::HalfStaticArray<pollfd, 8> slct_poll;
+#else
int slct_width;
- int slct_count;
- time_t slct_time;
fd_set slct_fdset;
+#endif
};
static bool accept_connection(rem_port*, const P_CNCT*);
@@ -311,9 +478,9 @@
static rem_port* receive(rem_port*, PACKET *);
static rem_port* select_accept(rem_port*);
-static void select_port(rem_port*, slct_t*, RemPortPtr&);
+static void select_port(rem_port*, Select*, RemPortPtr&);
static bool select_multi(rem_port*, UCHAR* buffer, SSHORT bufsize, SSHORT* length, RemPortPtr&);
-static bool select_wait(rem_port*, slct_t*);
+static bool select_wait(rem_port*, Select*);
static int send_full(rem_port*, PACKET *);
static int send_partial(rem_port*, PACKET *);
@@ -367,7 +534,7 @@
static Firebird::GlobalPtr<Firebird::Mutex> init_mutex;
static volatile bool INET_initialized = false;
static volatile bool INET_shutting_down = false;
-static slct_t INET_select = { 0, 0, 0 };
+static Select INET_select;
static int INET_max_clients;
static rem_port* inet_async_receive = NULL;
@@ -1266,20 +1433,15 @@
timeout.tv_sec = port->port_connect_timeout;
timeout.tv_usec = 0;
- fd_set slct_fdset;
- FD_ZERO(&slct_fdset);
- FD_SET(port->port_channel, &slct_fdset);
+ Select slct;
+ slct.set(port->port_channel);
int inetErrNo = 0;
while (true)
{
- const int count =
-#ifdef WIN_NT
- select(FD_SETSIZE, &slct_fdset, NULL, NULL, &timeout);
-#else
- select(port->port_channel + 1, &slct_fdset, NULL, NULL, &timeout);
-#endif
+ slct.select(&timeout);
+ const int count = slct.getCount();
inetErrNo = INET_ERRNO;
if (count != -1 || !INTERRUPT_ERROR(inetErrNo))
@@ -1565,10 +1727,10 @@
#ifdef DEBUG
if (INET_trace & TRACE_summary)
{
- fprintf(stdout, "INET_count_send = %lu packets\n", INET_count_send);
- fprintf(stdout, "INET_bytes_send = %lu bytes\n", INET_bytes_send);
- fprintf(stdout, "INET_count_recv = %lu packets\n", INET_count_recv);
- fprintf(stdout, "INET_bytes_recv = %lu bytes\n", INET_bytes_recv);
+ fprintf(stdout, "INET_count_send = %u packets\n", INET_count_send);
+ fprintf(stdout, "INET_bytes_send = %u bytes\n", INET_bytes_send);
+ fprintf(stdout, "INET_count_recv = %u packets\n", INET_count_recv);
+ fprintf(stdout, "INET_bytes_recv = %u bytes\n", INET_bytes_recv);
fflush(stdout);
}
#endif
@@ -1927,7 +2089,7 @@
op_rec_count++;
if (INET_trace & TRACE_operations)
{
- fprintf(stdout, "%04lu: OP Recd %5lu opcode %d\n",
+ fprintf(stdout, "%04u: OP Recd %5u opcode %d\n",
inet_debug_timer(),
op_rec_count, packet->p_operation);
fflush(stdout);
@@ -2052,7 +2214,7 @@
return 0;
}
-static void select_port(rem_port* main_port, slct_t* selct, RemPortPtr& port)
+static void select_port(rem_port* main_port, Select* selct, RemPortPtr& port)
{
/**************************************
*
@@ -2074,33 +2236,32 @@
for (port = main_port; port; port = port->port_next)
{
- const SOCKET n = port->port_handle;
-#ifdef WIN_NT
- const int ok = FD_ISSET(n, &selct->slct_fdset);
-#else
- if (n < 0 || n >= FD_SETSIZE)
+ Select::HandleState result = selct->ok(port);
+ selct->unset(port->port_handle);
+ switch (result)
{
- if (port->port_flags & PORT_disconnect)
- continue;
+ case Select::SEL_BAD:
+ return;
+ case Select::SEL_DISCONNECTED:
+ continue;
+
+ case Select::SEL_READY:
+ port->port_dummy_timeout = port->port_dummy_packet_interval;
return;
+
+ default:
+ break;
}
- const int ok = n < selct->slct_width && FD_ISSET(n, &selct->slct_fdset);
-#endif
- if (ok)
+
+ if (port->port_dummy_timeout < 0)
{
- port->port_dummy_timeout = port->port_dummy_packet_interval;
- FD_CLR(n, &selct->slct_fdset);
- --selct->slct_count;
return;
}
- if (port->port_dummy_timeout < 0) {
- return;
- }
}
}
-static bool select_wait( rem_port* main_port, slct_t* selct)
+static bool select_wait( rem_port* main_port, Select* selct)
{
/**************************************
*
@@ -2119,8 +2280,7 @@
for (;;)
{
- selct->slct_count = selct->slct_width = 0;
- FD_ZERO(&selct->slct_fdset);
+ selct->clear();
bool found = false;
// Use the time interval between select() calls to expire
@@ -2178,16 +2338,10 @@
port->port_handle);
// this will lead to receive() which will break bad connection
- selct->slct_count = selct->slct_width = 0;
- FD_ZERO(&selct->slct_fdset);
+ selct->clear();
if (!badSocket)
{
- FD_SET(port->port_handle, &selct->slct_fdset);
-#ifdef WIN_NT
- ++selct->slct_width;
-#else
- selct->slct_width = port->port_handle + 1;
-#endif
+ selct->set(port->port_handle);
}
return true;
}
@@ -2197,12 +2351,7 @@
// if process is shuting down - don't listen on main port
if (!INET_shutting_down || port != main_port)
{
- FD_SET(port->port_handle, &selct->slct_fdset);
-#ifdef WIN_NT
- ++selct->slct_width;
-#else
- selct->slct_width = MAX(selct->slct_width, port->port_handle + 1);
-#endif
+ selct->set(port->port_handle);
found = true;
}
}
@@ -2233,30 +2382,26 @@
timeout.tv_sec = SELECT_TIMEOUT;
timeout.tv_usec = 0;
-#ifdef WIN_NT
- selct->slct_count = select(FD_SETSIZE, &selct->slct_fdset, NULL, NULL, &timeout);
-#else
- selct->slct_count = select(selct->slct_width, &selct->slct_fdset, NULL, NULL, &timeout);
-#endif
+ selct->select(&timeout);
const int inetErrNo = INET_ERRNO;
//if (INET_shutting_down) {
// return false;
//}
- if (selct->slct_count != -1)
+ if (selct->getCount() != -1)
{
// if selct->slct_count is zero it means that we timed out of
// select with nothing to read or accept, so clear the fd_set
// bit as this value is undefined on some platforms (eg. HP-UX),
// when the select call times out. Once these bits are cleared
// they can be used in select_port()
- if (selct->slct_count == 0)
+ if (selct->getCount() == 0)
{
Firebird::MutexLockGuard guard(port_mutex);
for (rem_port* port = main_port; port; port = port->port_next)
{
- FD_CLR(port->port_handle, &selct->slct_fdset);
+ selct->unset(port->port_handle);
}
}
return true;
@@ -2297,7 +2442,7 @@
op_sent_count++;
if (INET_trace & TRACE_operations)
{
- fprintf(stdout, "%05lu: OP Sent %5lu opcode %d\n", inet_debug_timer(),
+ fprintf(stdout, "%05u: OP Sent %5u opcode %d\n", inet_debug_timer(),
op_sent_count, packet->p_operation);
fflush(stdout);
}
@@ -2326,7 +2471,7 @@
op_sentp_count++;
if (INET_trace & TRACE_operations)
{
- fprintf(stdout, "%05lu: OP Sent %5lu opcode %d (partial)\n", inet_debug_timer(),
+ fprintf(stdout, "%05u: OP Sent %5u opcode %d (partial)\n", inet_debug_timer(),
op_sentp_count, packet->p_operation);
fflush(stdout);
}
@@ -2905,7 +3050,7 @@
for (int l = length; l > 0; --l)
sum += *packet++;
- fprintf(stdout, "%05lu: PKT %s\t(%lu): length = %4d, checksum = %d\n",
+ fprintf(stdout, "%05u: PKT %s\t(%u): length = %4d, checksum = %d\n",
inet_debug_timer(), string, counter, length, sum);
fflush(stdout);
}
@@ -2978,18 +3123,14 @@
if ( !(port->port_flags & PORT_async) )
{
- fd_set slct_fdset;
- FD_ZERO(&slct_fdset);
- FD_SET(ph, &slct_fdset);
+ Select slct;
+ slct.set(ph);
int slct_count;
for (;;)
{
-#if (defined WIN_NT)
- slct_count = select(FD_SETSIZE, &slct_fdset, NULL, NULL, time_ptr);
-#else
- slct_count = select(port->port_handle + 1, &slct_fdset, NULL, NULL, time_ptr);
-#endif
+ slct.select(time_ptr);
+ slct_count = slct.getCount();
inetErrNo = INET_ERRNO;
// restore original timeout value FSG 3 MAY 2001
@@ -3014,7 +3155,7 @@
#ifdef DEBUG
if (INET_trace & TRACE_operations)
{
- fprintf(stdout, "%05lu: OP Sent: op_dummy\n", inet_debug_timer());
+ fprintf(stdout, "%05u: OP Sent: op_dummy\n", inet_debug_timer());
fflush(stdout);
}
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|