8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 12:03:02 +01:00
Commit Graph

43227 Commits

Author SHA1 Message Date
alexpeshkoff
f698d32265 Fixed CORE-3151: memory allocated in sqlda_sup may be not released in some cases 2011-06-02 08:42:50 +00:00
alexpeshkoff
093179e11f Fixed CORE-3150: segmentation fault in gbak when interrupted with Ctrl-C 2011-06-02 07:45:08 +00:00
firebirds
a854973c49 nightly update 2011-06-02 03:25:02 +00:00
alexpeshkoff
016fd3b757 Backported CORE-3199: nackup fails due to O_NOATIME flag in database open 2011-06-01 12:17:13 +00:00
alexpeshkoff
cd603486ca Backported CORE-3462: Add metadata only restore to Services API 2011-06-01 10:39:29 +00:00
alexpeshkoff
843dfc2c49 Backported CORE-3461: DDL operations fail after backup/restore 2011-06-01 08:55:06 +00:00
firebirds
ea80516246 nightly update 2011-05-31 03:29:57 +00:00
asfernandes
0bda6ba36f Fixed CORE-3489 - Blob transliteration may not happen inside the union. 2011-05-31 00:54:35 +00:00
alexpeshkoff
66545fdb17 Fixed CORE-3467: provide a silent install switch 2011-05-30 15:50:59 +00:00
alexpeshkoff
38e5124847 Fixed CORE-3487: sometimes fbtracemgr segfaults when ending with ctrl+c 2011-05-30 12:39:11 +00:00
dimitr
e04bf21073 Fixed CORE-3387: Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket. 2011-05-30 09:55:59 +00:00
firebirds
602f749446 nightly update 2011-05-28 03:23:44 +00:00
mapopa
107f789676 Unused inline function 2011-05-27 09:00:25 +00:00
firebirds
74cb8e6ead nightly update 2011-05-27 03:27:46 +00:00
asfernandes
3cfc3120ad Missed piece for CORE-3491. 2011-05-27 02:00:41 +00:00
asfernandes
d12b551207 Fixed CORE-3491 - Altering of a TYPE OF COLUMN parameter affects the original column. 2011-05-27 01:13:17 +00:00
firebirds
f6f59b728b nightly update 2011-05-26 03:25:45 +00:00
alexpeshkoff
63102d01b5 Fixed CORE-3482: nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow) 2011-05-25 11:50:25 +00:00
alexpeshkoff
351324f490 Fixed CORE-3494: Attach fails after shutdown rejected by handler installed in fb_shutdown_callback() 2011-05-25 11:41:34 +00:00
dimitr
8d1abf0939 Fixed CORE-3493: Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'. v2.1 wasn't really affected although the validation sequence was wrong. 2011-05-25 10:56:22 +00:00
dimitr
bdb2e2a356 Fixed the assertion. 2011-05-25 07:48:24 +00:00
firebirds
ae9964723a nightly update 2011-05-20 03:25:26 +00:00
alexpeshkoff
4682fdcf0d Fixed CORE-3486: GPRE language modules can't be compiled with gcc 4.4 2011-05-19 17:08:01 +00:00
mapopa
c860d79772 comment cleanup EKU: obsolete, replaced by _FILE_OFFSET_BITS 2011-05-19 11:09:02 +00:00
mapopa
5b2bddde7d Disabled, not found anywhere function 2011-05-19 09:42:39 +00:00
mapopa
91a9a9b997 eliminate unused anywere defines 2011-05-19 09:38:07 +00:00
mapopa
e9303889ed Fix license url for IPL 1.0 http://www.firebirdsql.org/index.php?op=doc&id=ipl 2011-05-19 08:33:37 +00:00
mapopa
da56e757f9 License page is hosted here http://www.firebirdsql.org/index.php?op=doc&id=ipl 2011-05-19 08:31:16 +00:00
firebirds
ac0e3b0fcb nightly update 2011-05-17 03:27:10 +00:00
mapopa
72a494be68 Apply Patch that fixes GNU/Hurd Debian build
Firebird FTBFS on GNU/Hurd because MAXPATHLEN is not defined on that
platform.

Attached is a patch which fixes that.  Please apply, it is a simple
fix and it blocks php5 build on GNU/Hurd.


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626931
2011-05-16 14:38:06 +00:00
firebirds
aa3b02c519 nightly update 2011-05-13 03:25:37 +00:00
dimitr
2e987fcc07 Fixed CORE-3477: Passing non-existing SQL parameters always crash server. 2011-05-12 14:51:12 +00:00
dimitr
ac4efcc497 Reduced memory usage for CORE-3457: Optimize the temporary space manager regarding small chunk allocations. 2011-05-12 09:37:47 +00:00
dimitr
401f31a082 Rolled back the patch for CORE-2812 (Prohibit any improper mixture of explicit and implicit joins) because of being too radical for the point release and because of the found issues that require further investigation. The proper solution will be developed for v3.0 only.
This fixes the related regressions CORE-3395 and CORE-3474 reported against v2.5.1.
2011-05-12 08:34:58 +00:00
firebirds
d3b027b883 nightly update 2011-05-11 03:25:47 +00:00
mapopa
bf3d1607f3 Description:fix big-endian mips detection It seems big-endian MIPS defines "MIPSEB"
Author: Damyan Ivanov <dmn@debian.org>
Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474773
2011-05-10 13:29:57 +00:00
mapopa
98990e84e8 Description: ensure atomic_ops.h defined AO_REQUIRE_CAS in order to ensure
that AO_compare_and_swap is available even if emulated.
 This would give poor performance on platforms where no native implementation
 is available, but at least it gives some chance of running Firebird
 Author: Damyan Ivanov <dmn@debian.org>
 Debian-Bug: 565861 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565861
2011-05-10 13:15:20 +00:00
mapopa
25c28b9714 From: Damyan Ivanov <dmn@debian.org>
Description: add workarounds for libtool before 2.2.6a
 This makes it possible to build Firebird 2.5 on Debian Lenny and other
 distributions that dont have libtool 2.2.6a available
2011-05-10 11:53:31 +00:00
mapopa
2bea56a9dd remove -mcpu=powerpc from cflags on powerpc
-mcpu=powerpc assumes certain powerpc and will create wrong code if the
default cpu is not compatible with with -mcpu=powerpc. This is the case
on softfloat toolchains for instance.

This patch removes the -mcpu= state from cflags and the default cpu will
be used.

http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2010q2/001932.html
2011-05-10 10:00:58 +00:00
mapopa
e3f9719b0d Description: Drop -m32 flag
This prefix file is used on all sparc variants and -m32 breaks the build on sparc64
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: from debian/patches
2011-05-10 09:49:05 +00:00
hvlad
c508121278 Backported fix for bug CORE-3468 : Attempt to read after the end of file when nbackup state is stalled 2011-05-10 09:29:13 +00:00
hvlad
4a916be1a3 Backported fix for bug CORE-3466 : Some changes could be lost during the merge of delta file into main database file 2011-05-10 09:18:19 +00:00
hvlad
16e64b56e5 Backported fix for bug CORE-3465 : Nbackup state lock could be not released after cache error. It results in "Can't lock state for write" bugcheck when backup state is going to be changed. 2011-05-10 09:02:28 +00:00
hvlad
bcff8823bd Backported fix for bug CORE-3464 : Dirty page could be written without releasing (or downgrading) page lock. It results in "lock denied" or "lock conversion denied" bugcheck 2011-05-10 08:57:06 +00:00
firebirds
6944de1653 nightly update 2011-04-29 03:25:35 +00:00
alexpeshkoff
ca42e73685 Fixed CORE-3454: "fb_lock_print -c" hangs server 2011-04-28 16:59:29 +00:00
firebirds
8fe48d0cfe nightly update 2011-04-26 03:26:31 +00:00
hvlad
1b96d77fab Fixed regression introduced by me in patch for CORE-3326 - too many unnecessary calls of ISC_check_process_existence().
Added defines to switch usage of fast mutex off if necessary.
2011-04-25 12:41:21 +00:00
firebirds
288cfd5969 nightly update 2011-04-22 03:27:42 +00:00
asfernandes
5e4be8ebf5 Fixed CORE-3447 - Collation is not installed with icu > 4.2. 2011-04-21 19:57:57 +00:00