From: <fir...@us...> - 2015-09-17 00:09:06
|
Revision: 62225 http://sourceforge.net/p/firebird/code/62225 Author: firebirds Date: 2015-09-17 00:09:04 +0000 (Thu, 17 Sep 2015) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2015-09-16 21:16:13 UTC (rev 62224) +++ firebird/trunk/ChangeLog 2015-09-17 00:09:04 UTC (rev 62225) @@ -1,3 +1,30 @@ + 2015-09-16 21:16 hvlad + M src/jrd/GarbageCollector.cpp + M src/jrd/GarbageCollector.h + M src/jrd/dpm.epp + M src/jrd/vio.cpp +Improvement CORE-4935 : Increase performance of backout of dead record version (or undo of just created primary record version) when backversions chain is too long +Improvement CORE-4936 : Reduce internal contention in background garbage collector +Other small improvements: +- garbage collector\sweep now skip record header if transaction is below OIT - it allows to reduce number of page fetches +- missed points to gather RECORD_FRAGMENT_READS and RECORD_BACKVERSION_READS statistics + + 2015-09-16 16:11 asfernandes + M src/isql/show.epp +Sub-task CORE-2881 - isql should show packaged procedures and functions categorized per package. + + 2015-09-16 14:51 mapopa + M src/gpre/lang_proto.h +Support for BASIC/PLI was removed before IB4 + + 2015-09-16 14:36 mapopa + M src/gpre/languages/pas.cpp +Cleanup + + 2015-09-16 12:35 mapopa + M src/isql/extract.epp +Cleanup code was used with WAL + 2015-09-15 12:33 dimitr M doc/WhatsNew Updated docs. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-09-16 21:16:13 UTC (rev 62224) +++ firebird/trunk/src/jrd/build_no.h 2015-09-17 00:09:04 UTC (rev 62225) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32035 + FORMAL BUILD NUMBER:32040 */ -#define PRODUCT_VER_STRING "3.0.0.32035" -#define FILE_VER_STRING "WI-V3.0.0.32035" -#define LICENSE_VER_STRING "WI-V3.0.0.32035" -#define FILE_VER_NUMBER 3, 0, 0, 32035 +#define PRODUCT_VER_STRING "3.0.0.32040" +#define FILE_VER_STRING "WI-V3.0.0.32040" +#define LICENSE_VER_STRING "WI-V3.0.0.32040" +#define FILE_VER_NUMBER 3, 0, 0, 32040 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32035" +#define FB_BUILD_NO "32040" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-09-16 21:16:13 UTC (rev 62224) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-09-17 00:09:04 UTC (rev 62225) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32035 +BuildNum=32040 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |