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
firebirds
38ab7278a2
nightly update
2011-04-20 03:25:00 +00:00
asfernandes
bf51ab209c
Improvement CORE-3433 - Improve GBAK restore performance (records insertion).
2011-04-19 15:29:46 +00:00
asfernandes
0952229516
Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages).
2011-04-19 15:29:21 +00:00
firebirds
eb5c41de7f
nightly update
2011-04-19 03:25:55 +00:00
dimitr
c3aefbaa09
Better type clearness.
2011-04-18 07:55:33 +00:00
firebirds
f253836d3a
nightly update
2011-04-18 03:23:51 +00:00
robocop
09184c09f0
Misc.
2011-04-17 05:00:56 +00:00
firebirds
b4e9e36a82
nightly update
2011-04-16 03:26:01 +00:00
alexpeshkoff
e44194f224
Fixed CORE-3443: Races in UDF library lookup
2011-04-15 18:19:54 +00:00
dimitr
05c2144ac1
Fixed possible deadlock between the shutting down engine and the running service. Reported by RedSoft.
2011-04-15 16:35:00 +00:00
hvlad
9087961c15
Attempt to fix bug CORE-3387 : Server and client are connected, but server not anwser to client and client is waiting indefinitively server answer !
2011-04-15 12:02:46 +00:00
firebirds
05b503b52a
nightly update
2011-04-15 03:22:55 +00:00
hvlad
1268f882e6
Moved assertion out of loop else it could wrongly fire at second execution
2011-04-14 12:07:00 +00:00
paul_reeves
458c56a9ab
add consts_pub.h to list of #include lines to exclude from non-production version of ibase.h.
2011-04-14 09:03:25 +00:00
firebirds
9a722b7838
nightly update
2011-04-14 03:23:37 +00:00
hvlad
3cc1434d7e
Fixed bug CORE-3440 : AV in engine if isc_que_events queued 0 events
2011-04-13 10:26:14 +00:00
firebirds
ea89513466
nightly update
2011-04-08 03:22:32 +00:00