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

43737 Commits

Author SHA1 Message Date
firebirds
33d90e49ee nightly update 2013-08-03 00:38:56 +00:00
hvlad
bf3009d100 Fixed bug CORE-4143 : Leak memory in fbembed.dll 2013-08-02 13:45:09 +00:00
firebirds
57b850e91c nightly update 2013-07-23 01:39:01 +00:00
dimitr
31b27471a5 Updated the docs. 2013-07-22 16:20:11 +00:00
dimitr
956f56948b Updated the docs. 2013-07-22 16:18:28 +00:00
hvlad
798652282e Fixed bug CORE-4144 : Error "context already in use (BLR error)" when preparing a query with UNION 2013-07-22 07:47:10 +00:00
alexpeshkoff
b1ec77c44d Patch from LO 2013-07-22 07:36:20 +00:00
firebirds
de3f4b84b2 nightly update 2013-07-20 00:42:01 +00:00
hvlad
7f587ec248 Fixed bug CORE-4005 : wrong error message with recursive CTE 2013-07-19 08:42:26 +00:00
firebirds
d06f41cbcb nightly update 2013-07-18 00:35:22 +00:00
paulbeach
5f929c9fb8 Add support for embedded mode on MacOSX as an app bundle as well as the existing framework 2013-07-17 11:45:25 +00:00
paulbeach
3012e14051 Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework 2013-07-17 10:18:33 +00:00
firebirds
44a59b4cbc nightly update 2013-07-16 01:25:24 +00:00
dimitr
caa69987e7 Fixed the sweep lock owner. This is a complementary bugfix for CORE-4134 (Race condition when auto-sweep is started). 2013-07-15 13:52:14 +00:00
firebirds
341d29beb7 nightly update 2013-07-09 02:37:00 +00:00
hvlad
32c5d00945 Backport fix for bug CORE-4135 : In SS sweep blocks establishment of concurrent attachments 2013-07-08 14:30:57 +00:00
hvlad
8a3450efbb Backport fix for bug CORE-4134 : Race condition when auto-sweep is started 2013-07-08 14:29:26 +00:00
dimitr
0c708df016 CORE-3704: Add new context variables to the SYSTEM namespace. 2013-07-08 08:26:08 +00:00
firebirds
9dc40ceb31 nightly update 2013-07-08 01:39:30 +00:00
dimitr
123415bc5e Unfortunately, the only correct way to reference stream internals (e.g. get field descriptors) in node comparison routines is either to compare nodes along with their corresponding CSBs or to compare only nodes and handle streams outside. I'm favoring the latter approach. And no, remapping is a wrong solution either (trunk is to be reworked again in this regard, sigh). This fixes CORE-4139 at the cost of removed CAST vs FIELD comparison trick. Let's see whether somebody is going to be affected. 2013-07-07 15:11:06 +00:00
asfernandes
0e7302f7e9 Fixed CORE-4136 - Sharp-S character treated incorrectly in UNICODE_CI_AI collation. 2013-07-07 02:02:47 +00:00
firebirds
bc8b540216 nightly update 2013-07-04 01:50:06 +00:00
dimitr
0338b6c768 Better protection against AST delivery during detaching. Second attempt combined with cleanup. 2013-07-03 13:20:55 +00:00
dimitr
bc73e05d43 Better protection against AST delivery during detaching. 2013-07-03 09:23:37 +00:00
dimitr
93eb387be3 Backported CORE-3874: Computed column appears in non-existant rows of left join. 2013-07-03 06:33:39 +00:00
asfernandes
272b47f6ed Fixed CORE-4137 - Wrong metadata output script generate by isql / CHARACTER SETISO8859_1 sintaxe error. 2013-07-03 02:12:05 +00:00
firebirds
a78722a489 nightly update 2013-07-01 01:03:46 +00:00
hvlad
7d2c37d9e0 Backported from trunk: prevent starting a lot of threads when forced shutdown is in progress. 2013-06-30 19:13:37 +00:00
firebirds
39d257fd66 nightly update 2013-06-30 00:47:38 +00:00
dimitr
cfe3f24da2 Fixed CORE-4118: Expression index may be not used for derived fields or view fields. Also, generalized the old trick with CAST in expression indices. 2013-06-29 13:47:00 +00:00
firebirds
f84c16a50e nightly update 2013-06-28 01:16:38 +00:00
asfernandes
6dedc68d41 Rework on CORE-4125 to work with ICU 3.0. 2013-06-26 02:15:24 +00:00
firebirds
22d12617bb nightly update 2013-06-26 00:27:44 +00:00
asfernandes
fc1d01fe8c Backported fix for CORE-4225 - Using COLLATE UNICODE_CI_AI in WHERE clause (not indexed) is extremely slow. 2013-06-25 15:35:29 +00:00
firebirds
d8b748ef57 nightly update 2013-06-21 00:49:45 +00:00
asfernandes
91b8169c15 Fixed CORE-2912 - Exception when upper casing string with lowercase y trema (code 0xFF in ISO8859_1) 2013-06-20 15:43:45 +00:00
dimitr
0e5d964350 Attempted to please the GCC compiler. If this doesn't help, another solution is to be backported from trunk. 2013-06-20 07:41:21 +00:00
dimitr
73a39d54a4 Fixed CORE-4127: Server crashes instead of reporting the error "key size exceeds implementation restriction". 2013-06-20 06:11:00 +00:00
dimitr
4ae620ecbd The first fix for CORE-4123: Firebird crash when executing an stored procedure called by a trigger that converts string to upper.
Adriano, please review. BTW, I'm far not sure that other TextType members (those calling texttype_fn_* routines from INTL) cannot silently return "special" return codes either.
2013-06-19 16:18:06 +00:00
dimitr
300f130198 Attempted to fix a possible crash due to the wrong request pointer remaining in tdbb after sub-request execution. While being there, cleaned up some redundant code. 2013-06-19 06:12:56 +00:00
alexpeshkoff
75a9613543 Backported fix for CORE-4121: Segfault when engine is shutting down inside blob get/put function invoked from UDF 2013-06-18 13:17:08 +00:00
firebirds
59acf19150 nightly update 2013-06-16 01:01:12 +00:00
hvlad
68a53fe236 Make code a bit more robust 2013-06-15 19:02:21 +00:00
hvlad
7118059b72 Fixed memory leak followed by AV (introduced at fix for CORE-3989).
Dmitry, please review.
2013-06-15 18:28:26 +00:00
dimitr
ae68898f20 Fixed CORE-4117: Ignoring computed by field as Exception parameter. 2013-06-15 05:57:48 +00:00
firebirds
4118cd514a nightly update 2013-06-08 01:03:30 +00:00
alexpeshkoff
fb08ee8458 Backported fix for CORE-3942: Restore from gbak backup using service doesn't report an error 2013-06-07 10:41:38 +00:00
dimitr
81c4023396 Since we (unexpectedly for me) seem to support BLR > 64KB, I'm committing a workaround for CORE-4113 (EXECUTE BLOCK prepare fails). The debug info does not support longish BLR, so don't pretend to find something there beyond the 64KB limit. If someone can think of a better solution, please jump in. 2013-06-07 09:51:13 +00:00
firebirds
220ada8b80 nightly update 2013-06-01 00:46:58 +00:00
dimitr
92bc35d9b9 Fixed CORE-4107: Wrong resultset (subquery + derived table + union). 2013-05-29 12:13:55 +00:00