8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
Commit Graph

30073 Commits

Author SHA1 Message Date
paulbeach
30950ef789 Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:33:18 +00:00
alexpeshkoff
54f0b2de71 This is quick fix for CORE-2217: isql -a crashes fbserver. To be reviewed by Adriano. 2008-12-02 07:56:49 +00:00
paulbeach
3cc97659f9 Small mods for HPUX to support 2.0.5 2008-12-01 14:46:26 +00:00
alexpeshkoff
54c7f38be2 Frontported fix for CORE-2221: Attach to any DB fails after modification of access rights of security2.fdb 2008-12-01 12:37:05 +00:00
paulbeach
cf5b4a364e Small mod for HPUX 2008-11-28 09:45:50 +00:00
dimitr
f6b0b1968c Update. 2008-11-26 10:49:12 +00:00
dimitr
dd791519a2 Misc. 2008-11-23 12:53:07 +00:00
dimitr
8120245492 A better solution for CORE-2200 (Extremely slow executing a cross join of 3 tables in Firebird 2.X).
This time an optimizer level one.
2008-11-23 12:48:47 +00:00
dimitr
9e09cc03ea Rolled back my yesterday's fix as totally wrong. Solution is to be re-considered. 2008-11-21 18:43:03 +00:00
dimitr
939d262d02 Fixed CORE-2200: Extremely slow executing a cross join of 3 tables in Firebird 2.x. 2008-11-20 12:16:09 +00:00
robocop
bb6fb0eeac Totally misc. 2008-11-12 08:10:59 +00:00
dimitr
fdee80e2b3 Fixed CORE-2182: It's impossible to drop an existing UDF which name overlaps with a new built-in function name. 2008-11-11 17:27:18 +00:00
dimitr
7937f1aa29 Update. 2008-11-11 16:49:06 +00:00
alexpeshkoff
0bb5ab8530 Fixed CORE-2157: fbclient does not have libpthread dependency 2008-11-11 15:26:53 +00:00
alexpeshkoff
551129eba3 Backported fix for CORE-2055: BOF in fbclient 2008-11-11 12:19:15 +00:00
dimitr
b87acd9eaa Update. 2008-11-10 12:43:33 +00:00
alexpeshkoff
4f480137cf Fixed CORE-2173: Server crash after ubnormal disconnect with open ExecuteStatement 2008-11-10 10:13:46 +00:00
dimitr
30af81398b Update. 2008-11-06 17:11:13 +00:00
dimitr
5d01e168cd Fixed CORE-2171: Column MON$CALLER_ID of table MON$CALL_STACK reports invalid ID. 2008-11-06 17:08:09 +00:00
dimitr
ea6fbf9e6b Fixed CORE-2017: I/O statistics for stored procedures is not accounted in monitoring tables.
This patch adds lazy statistics increments to the whole request call stack.
2008-11-06 16:07:49 +00:00
roman-simakov
4a3c3dde3e Fixed server crash by right mouse button clicking at server properties page on Windows x64 2008-11-06 12:08:55 +00:00
dimitr
d12949ca2e Update. 2008-11-02 08:15:09 +00:00
dimitr
01ffc205a7 Update. 2008-11-02 06:48:07 +00:00
hvlad
cec181c34c Revert change wrongly committed into B2_1_Release branch. I'm sorry 2008-10-28 10:46:30 +00:00
hvlad
5fdc02879e Fixed bug CORE-2154 : "request synchronization error" when calling isc_dsql_sql_info with isc_info_sql_records parameter after last record fetched with "execute procedure"
Real reason is than engine alllows to fetch from statement with no cursor open. Currently it is forbidden.
2008-10-28 10:32:30 +00:00
hvlad
f5c1932a2f Backported fix for bug CORE-2151 : Temp directory with space in the middle wrongly truncated from the rightmost space 2008-10-27 09:08:33 +00:00
dimitr
f947054815 Fixed CORE-2137: Database restore may crash the server when DummyPacketInterval is set. 2008-10-22 15:42:17 +00:00
asfernandes
f0438339d5 Backport patch by Dmitry Kovalenko for CORE-1596 2008-10-20 13:46:33 +00:00
dimitr
2bbcd603dc Update. It would be better to have it adjusted before the v2.1.0 release :-), but anyway... 2008-10-20 04:55:32 +00:00
hvlad
c75fda85a9 Fixed mistake 2008-10-16 13:10:41 +00:00
dimitr
0cd3cc61de Let's not hide the line number of a particular bugcheck call behind a dummy function. 2008-10-15 04:37:05 +00:00
alexpeshkoff
3ce63bbddf Ported fix for races in Solaris - tested by Tsutomu Hayashi in FB2.0 2008-10-14 11:10:06 +00:00
hvlad
d15b0f613d Backport fix for bug CORE-2026 : Problem with a read-only marked database and Firebird 2.1 2008-10-11 20:06:40 +00:00
asfernandes
2223e6aa8f Backport fix for CORE-2117 - Incorrect ROW_COUNT value with indexed retrieval and subquery
Fixed CORE-2118 - UPDATE OR INSERT with subquery used in the MATCHING part doesn't insert record
2008-10-11 15:47:33 +00:00
hvlad
a0f6677650 Fixed bug CORE-2098 : View over global temporary table 2008-10-11 09:26:56 +00:00
hvlad
6250086bd5 Fix for bug CORE-2114 : Fix for CORE-1838 was incomplete 2008-10-09 18:40:24 +00:00
dimitr
5a9e4aaf3c Misc. 2008-10-09 14:52:01 +00:00
hvlad
8e91f84c2d Backport fix for bug CORE-2108 : "get_free_slot() failed" error 2008-10-09 14:37:17 +00:00
dimitr
cd08735b17 Backported CORE-2078: Suboptimal join plan if there are selective non-indexed predicates involved. 2008-10-08 11:48:25 +00:00
robocop
e206ce44ec Correction. 2008-09-24 11:20:12 +00:00
robocop
d7dbeb7004 inet_aton() does not exist in Windows. 2008-09-24 09:50:47 +00:00
paulbeach
e4a23dba39 Solaris 10 64bit SS 2008-09-23 11:05:43 +00:00
paulbeach
24938f2767 Solaris 10 64bit SS 2008-09-23 10:48:52 +00:00
alexpeshkoff
58c91b1f54 1. Fixed CORE-2087: server binds to all interfaces in case of error in firebird.conf.
2. Fixed CORE-2093: Superserver startup fails on solaris / 64 bit.

Almost impossible to separate: came in one week and required modifications in same part of code.
2008-09-22 14:52:24 +00:00
alexpeshkoff
665ea6ff34 Fixed CORE-2084: Services API security problem 2008-09-17 09:31:42 +00:00
robocop
0e74c813dc Misc. 2008-09-16 09:24:59 +00:00
dimitr
5d8c7ac795 Update. 2008-09-16 09:08:47 +00:00
alexpeshkoff
7d1b7b3cce Fixed CORE-2077: Signal TERM in CS 2.1 for Linux 2008-09-12 11:41:43 +00:00
paulbeach
e7fa40f3da Solaris 10 Modifications 2008-09-12 09:17:30 +00:00
paulbeach
54a4904afe Solaris 10 Modifications 2008-09-12 09:07:32 +00:00