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

30162 Commits

Author SHA1 Message Date
dimitr
711cf38912 Update. 2009-05-04 11:05:24 +00:00
alexpeshkoff
7a5070bcb1 Backported fix for CORE-2306: fbserver terminated abnormally when thread start failed 2009-04-24 15:56:30 +00:00
asfernandes
d80333e9e0 Fixed problem with LOWER/UPPER and NONE/ASCII parameter - reported by Dmitry 2009-04-24 10:48:04 +00:00
alexpeshkoff
4efb430f8f posix_fadvise() does not return error code in errno 2009-04-22 07:13:11 +00:00
paulbeach
fa92d565d9 Problem with weak symbols and Apple's version of GCC 4.0.1 on PPC 2009-04-17 09:51:48 +00:00
alexpeshkoff
9f07e4de54 Backported fix for CORE-2376: Change default for authentication method parameter 2009-04-09 09:03:27 +00:00
asfernandes
eb3a3ed777 Backport fix for CORE-1690 - arithmetic exception, numeric overflow, or string truncation in utf8 tables 2009-04-05 13:29:35 +00:00
alexpeshkoff
12e4a9ef8a Changes suggested by Philippe Makowski - avoid non-asci symbols 2009-04-03 12:55:16 +00:00
alexpeshkoff
57bc673712 Added comment describing codepage as suggested by Philippe Makowski 2009-04-03 12:50:48 +00:00
dimitr
48526fa040 Sync with HEAD. 2009-04-03 06:32:32 +00:00
hvlad
00b3625bf7 Backported fix for bug CORE-2397 : If you drop two different indexes within the same transaction, you get database corruption 2009-03-30 09:04:46 +00:00
hvlad
d234f95674 More complete fix for bug CORE-2368 : AV after isc_cancel_events if event was not found 2009-03-23 17:19:42 +00:00
hvlad
0a0b296b12 Backport fix for bug CORE-2368 : AV after isc_cancel_events if event was not found 2009-03-12 08:08:06 +00:00
alexpeshkoff
a931ffee7d Backported fix for CORE-2354: "fb_lock_print -ia" output is not flushed to a file between iterations 2009-03-10 12:35:27 +00:00
asfernandes
30a72daed9 Backport fix for CORE-2355 - Incorrect handling of LOWER/UPPER when result string shrinks in terms of byte length 2009-03-07 17:55:40 +00:00
dimitr
1b156fdb9d Update. 2009-03-07 08:17:38 +00:00
alexpeshkoff
850880aedd correction 2009-03-06 18:28:52 +00:00
alexpeshkoff
cdd4323c7d Backported fix for CORE-2316: Throttling Nbackup on large databases 2009-03-06 18:17:44 +00:00
hvlad
0888aa8da4 Backported fix for bug CORE-2340 : Bugcheck 258 (page slot not empty) could occurs under high concurrent load 2009-03-06 13:11:37 +00:00
hvlad
697e9676ff Backported fix for bug CORE-2311 : Possible memory leak in WITH RECURSIVE query 2009-03-06 13:06:46 +00:00
hvlad
df05e7d68f Baclported fix for bug CORE-2291 : BUGCHECK 284 2009-03-06 12:52:43 +00:00
hvlad
d00f109444 Baclported fix for bug CORE-2320 : Complex recursive query may produce not all rows 2009-03-06 12:39:29 +00:00
robocop
6b99a4a706 Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation. 2009-03-05 06:40:25 +00:00
paul_reeves
ef9e2e38b4 Add env. test for for FBBUILD_FILENAME_SUFFIX
Include fbrmclib.dll in the 32-bit kits
Include the 32-bit *.lib files in the 64-bit Binary Installer.
Ensure that commands passed to msiexec use double quotes when appropriate. (CORE-2111)
2009-03-04 16:24:53 +00:00
dimitr
662ea57a3f Update. 2009-02-18 08:34:28 +00:00
dimitr
9bf74ca377 Update. 2009-02-18 06:49:50 +00:00
dimitr
80dd0a3c38 Move the caller statistics update out of the loop.
This solves CORE-2329: Significant performance degradation in v2.1.2rc1.
It has been done in HEAD recently, so it doesn't require the front port.
2009-02-17 20:14:05 +00:00
dimitr
82460bd220 Oops. Wrong code part was committed :-) 2009-02-17 19:30:29 +00:00
dimitr
f1d139fe91 Fixed CORE-2326: AV when committing a new view while trigger on rdb$relations is in place. 2009-02-17 19:14:08 +00:00
alexpeshkoff
b26b3df2bc Fixed compile errors 2009-02-09 13:10:36 +00:00
robocop
5a75b12883 Fix CORE-2313. 2009-02-09 12:20:20 +00:00
dimitr
7bec52fe18 Backported CORE-1923: "instsvc remove" returns 1 when succefully executed. 2009-02-09 10:14:16 +00:00
robocop
8298cd924f Backport Vlad's fix. 2009-02-09 10:04:58 +00:00
robocop
18d8ca91b9 Backport fix for CORE-2245. I can't compile to verify it. 2009-02-09 09:27:31 +00:00
dimitr
0994323b77 Corrections for the v2.1 docs. 2009-01-29 11:53:35 +00:00
robocop
b2b178f15c Backport CORE-2281 and CORE-2282. 2009-01-21 10:12:11 +00:00
dimitr
4ddadee74f Sync with HEAD. 2009-01-17 06:46:45 +00:00
dimitr
d86bbafe62 Sync with HEAD. 2009-01-16 20:40:14 +00:00
paul_reeves
08003e072c Update hard-coded version numbers
Minor amendments to documentation
2009-01-16 12:12:42 +00:00
alexpeshkoff
bf6c81bade Backported fix for CORE-2270: isql consumes all memory and crashes when run in zlogin console 2009-01-11 16:24:36 +00:00
alexpeshkoff
a3ee9e0b1a Backported fix for CORE-2271: gfix reports db ownership error way too late 2009-01-11 12:26:04 +00:00
dimitr
4c4cfdf300 Update. 2009-01-07 07:31:21 +00:00
dimitr
306d63a19c Update. 2009-01-07 07:20:41 +00:00
hvlad
20a4afbdfb Fixed bug CORE-2266 : Nbackup database locking not working correctly 2009-01-06 21:25:22 +00:00
dimitr
310e5b60c5 Backported the bugfixes solved in HEAD but forgotten about in v2.1.2. 2009-01-06 14:25:52 +00:00
dimitr
d57154376b Update. 2009-01-04 15:34:23 +00:00
hvlad
5f15db2d3f Backport fix for bug CORE-2241 : Wrong number of records fetched when using index 2009-01-04 13:52:44 +00:00
robocop
2ad15f41eb Fix logic error in qli message introduced with the conversion to C++ many years ago. 2009-01-02 06:48:17 +00:00
robocop
35e0f1ca9e Misc. 2008-12-31 09:58:43 +00:00
dimitr
f73aadebc5 Misc. 2008-12-31 07:51:01 +00:00