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

43110 Commits

Author SHA1 Message Date
hvlad
b48821ac02 Fixed bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted 2010-12-12 19:17:37 +00:00
firebirds
05bac17bc4 nightly update 2010-12-09 03:33:59 +00:00
dimitr
9fe05ccedb Backported CORE-1274 and CORE-1752. 2010-12-08 10:57:21 +00:00
firebirds
e6e470b5de nightly update 2010-12-03 04:12:52 +00:00
dimitr
5026ef5aec InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow. 2010-12-02 19:52:48 +00:00
dimitr
40be6d1f27 Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. 2010-12-02 11:15:19 +00:00
dimitr
70d8d49a45 Updated version info. 2010-12-02 10:41:00 +00:00
dimitr
2f67287676 Updated docs. 2010-12-02 10:38:04 +00:00
firebirds
aa8193e8f2 nightly update 2010-11-30 05:12:18 +00:00
dimitr
5565e8ff4b Correction for one of my past commits. Also, unified the code a bit. 2010-11-29 15:50:36 +00:00
hvlad
fe4cae8856 Fixed bug CORE-3266 : Race condition between async service detach request and running user trace service 2010-11-29 15:05:49 +00:00
firebirds
b1dda8f262 nightly update 2010-11-29 04:41:39 +00:00
dimitr
04a28b45ef Backport. 2010-11-28 19:51:03 +00:00
firebirds
e6f0fcd0e3 nightly update 2010-11-28 04:11:15 +00:00
firebirds
ca6f3fe8c2 nightly update 2010-11-27 04:56:22 +00:00
alexpeshkoff
1f0a33f224 Backported fix for CORE-3261: Assertion when running restore service 2010-11-26 16:56:26 +00:00
firebirds
6e46e12bd0 nightly update 2010-11-26 04:03:29 +00:00
alexpeshkoff
ea3bcabcc2 Check for presence of sync functions 2010-11-25 15:50:13 +00:00
alexpeshkoff
a1ccc9dbad Backported fix for CORE-3259: Deadlock and sefgault when processing ctrl-C in user code 2010-11-25 12:23:46 +00:00
dimitr
41774603b3 Fixed another incarnation of the "request depth exceeded" error, this time it prevents more than 128 expression indices from being created. Reported privately by Timo Partanen. 2010-11-24 15:20:35 +00:00
alexpeshkoff
97b90028ec Fixed CORE-3257: 'make install' fails on linux 2010-11-24 13:19:20 +00:00
alexpeshkoff
d87c4fbe3c Fixed awful mistype in my previous commit 2010-11-24 10:12:07 +00:00
firebirds
78d9b00377 nightly update 2010-11-24 03:19:10 +00:00
dimitr
34018f5441 Fixed CORE-3256: Error "request depth exceeded" may appear while preparing a select query against a view with explicit plan. 2010-11-23 12:05:41 +00:00
firebirds
a50dbf014f nightly update 2010-11-22 03:17:20 +00:00
asfernandes
33c0372e0b Backport fixes for:
CORE-3227 - ASCII_VAL() fails if argument contains multi-byte character anywhere
CORE-3228 - RIGHT() fails with multibyte text blobs > 1024 chars
CORE-3244 - POSITION: Wrong result with '' if third argument present
2010-11-21 18:14:42 +00:00
firebirds
9e136b3ac2 nightly update 2010-11-20 03:19:03 +00:00
alexpeshkoff
d4fdc5d9a7 Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0 2010-11-19 17:36:57 +00:00
alexpeshkoff
e6ae6b7d9d Backported fix for CORE-3249: gbak file is not truncated during backup operation 2010-11-19 15:13:41 +00:00
alexpeshkoff
8815bbb63d Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0 2010-11-19 15:11:52 +00:00
hvlad
6af971d5f2 Fixed bug CORE-3219 : trace manager crash server with DSQL_unprepare 2010-11-19 14:33:30 +00:00
dimitr
18a9e37dd3 Second attempt to fix CORE-2812. The prior one introduced regressions. 2010-11-19 12:14:06 +00:00
firebirds
5eb9570d14 nightly update 2010-11-19 03:18:00 +00:00
alexpeshkoff
dfd62ed1ab Misc 2010-11-18 16:19:35 +00:00
firebirds
09ffc404a5 nightly update 2010-11-14 03:18:16 +00:00
dimitr
363cabb31d This is a poor man's extension to the solution for CORE-1038 (Remote shadows on NT-based systems) that's expected to fix CORE-3059 (RemoteFileOpenAbility fails on Windows). 2010-11-13 06:40:38 +00:00
dimitr
f9f4f90392 Backport CORE-2812: Prohibit any improper mixture of explicit and implicit joins. 2010-11-13 06:34:17 +00:00
firebirds
ac2077d8a7 nightly update 2010-11-13 03:17:09 +00:00
alexpeshkoff
88a841e379 Backported fix for CORE-3229: Records: "operating system directive open failed, Too many links" in firebird.log 2010-11-12 12:20:31 +00:00
firebirds
dbdff636a9 nightly update 2010-11-12 03:19:09 +00:00
alexpeshkoff
1b259c777a Backported fix for CORE-3212: Error compile 2.5 for FreeBSD 2010-11-11 13:56:38 +00:00
alexpeshkoff
5f03d1994c Added LSB header 2010-11-11 07:50:25 +00:00
firebirds
b388718882 nightly update 2010-11-10 03:19:00 +00:00
asfernandes
f8a665bbdf Fixed CORE-3222 - View with "WITH CHECK OPTION" doesn't like TRIM function in WHERE 2010-11-09 17:27:55 +00:00
firebirds
8ec39fbf41 nightly update 2010-11-09 03:19:48 +00:00
dimitr
db756441ce Avoid destructing the temporary transaction twice. This is expected to fix the crash reported in CORE-3207. 2010-11-08 19:43:53 +00:00
dimitr
8886291062 Comment. 2010-11-08 16:32:38 +00:00
dimitr
12dac02bb7 Fixed CORE-3029: Bugcheck "Too many savepoints (287)" at rollback after exception at EXECUTE BLOCK with exception handler. 2010-11-08 16:30:43 +00:00
alexpeshkoff
eb5414af46 Backported fix for CORE-3220: isc_info_svc_get_users returns error message in the result cluster 2010-11-08 16:17:25 +00:00
dimitr
959fcfc181 Fixed unregistered crash when database pools are being printed into the file. We don't have such code enabled by default, so this isn't going to affect production systems. 2010-11-08 10:34:14 +00:00