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

30541 Commits

Author SHA1 Message Date
firebirds
d9917f0b9a nightly update 2011-01-31 14:41:12 +00:00
hvlad
3a0f66637b Backport fix for bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction 2011-01-31 12:11:18 +00:00
asfernandes
6760d35d9d Backported fix for CORE-3320 - Some MERGE syntax can crash the server. 2011-01-30 14:44:20 +00:00
paul_reeves
567b1427e9 Be sure to generate the md5sums for all windows packages 2011-01-28 15:06:04 +00:00
firebirds
11d0f2bb4b nightly update 2011-01-28 03:34:54 +00:00
paul_reeves
016c7a51b0 Add explanatory note. 2011-01-26 10:38:15 +00:00
paul_reeves
d3a14ca284 add missing semi-colon 2011-01-26 09:10:19 +00:00
paul_reeves
77a0cddd80 Make sure ERRLEV is set to 0
Improve the help screen
(with thanks to Christian Waldmann for some helpful suggestions)
2011-01-26 09:08:04 +00:00
asfernandes
1ad6b2633e Typo 2011-01-25 10:19:10 +00:00
dimitr
6017a8be54 Added the missing entry. 2011-01-25 09:59:31 +00:00
firebirds
78acf42af4 nightly update 2011-01-16 03:39:49 +00:00
robocop
8500d71f55 Avoid variable shadowing. 2011-01-15 09:03:19 +00:00
firebirds
c93ec4fc40 nightly update 2011-01-13 03:39:20 +00:00
dimitr
45fff85df5 Corrected the license URLs. 2011-01-12 10:56:03 +00:00
firebirds
f3a28d65a6 nightly update 2011-01-11 03:47:39 +00:00
paul_reeves
348b6d101e Generate version strings dynamically in windows readme files. 2011-01-10 16:28:11 +00:00
firebirds
9a4c9a67b0 nightly update 2011-01-05 03:43:30 +00:00
dimitr
f34d89a706 Fixed my stupid mistake. 2011-01-04 12:49:59 +00:00
firebirds
153436936d nightly update 2010-12-30 03:40:39 +00:00
dimitr
a079468ec1 Cleanup. For a long time already, the only proper way to generate gds32.dll is to use instclient.exe. 2010-12-29 08:35:20 +00:00
dimitr
07a5d3179d Update. 2010-12-29 08:12:04 +00:00
firebirds
77d0aea981 nightly update 2010-12-29 03:43:43 +00:00
dimitr
f19f33ad54 CORE-3295: Estimate the actual record compression ratio in the optimizer. 2010-12-28 12:01:45 +00:00
firebirds
5b54095841 nightly update 2010-12-21 03:57:21 +00:00
hvlad
af3222f423 Fixed bug CORE-3285 : 100% CPU load 2010-12-20 23:23:51 +00:00
dimitr
8815c71a45 Fixed CORE-3283: Bad plan with using LEFT OUTER JOIN in sub-select. 2010-12-20 07:13:49 +00:00
firebirds
b0c9105623 nightly update 2010-12-18 03:40:05 +00:00
robocop
587f42a8a9 Misc. 2010-12-17 05:37:53 +00:00
firebirds
23996e0522 nightly update 2010-12-13 03:45:31 +00:00
hvlad
90b88fdec3 Backport fix for bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted
Backport related fixes from v2.5 :
Added timeouts to the network event listener code.
Fixed wrong usage of SO_REUSEADDR on Windows.
2010-12-12 19:22:36 +00:00
firebirds
7505dbd9ad nightly update 2010-12-09 03:45:00 +00:00
dimitr
9dfe2feb16 Backported CORE-1274 and CORE-1752. 2010-12-08 10:57:21 +00:00
firebirds
b0d64d0ce1 nightly update 2010-12-03 04:36:09 +00:00
dimitr
9a22b76ca4 Misc corrections. 2010-12-02 10:38:47 +00:00
dimitr
704580b6b4 Updated docs. 2010-12-02 10:12:34 +00:00
firebirds
a7642f43ce nightly update 2010-11-30 06:42:47 +00:00
dimitr
ade2a92943 Correction for one of my past commits. Also, unified the code a bit. 2010-11-29 16:02:13 +00:00
firebirds
a6aa95ce5e nightly update 2010-11-29 05:06:47 +00:00
dimitr
6f6a1a3fc9 Backport. 2010-11-28 19:51:03 +00:00
firebirds
c36c627162 nightly update 2010-11-26 04:23:40 +00:00
hvlad
53dd0b101b Backport fix for bug CORE-3188 : page 0 is of wrong type (expected 6, found 1) 2010-11-25 10:44:49 +00:00
dimitr
b7394e657c 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
firebirds
e5f054acfa nightly update 2010-11-22 03:19:38 +00:00
asfernandes
877b408a0d 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 19:44:23 +00:00
firebirds
7748037708 nightly update 2010-11-12 03:21:53 +00:00
alexpeshkoff
0cbd22ebf0 Added LSB header 2010-11-11 07:50:25 +00:00
firebirds
303982e014 nightly update 2010-11-09 03:22:17 +00:00
alexpeshkoff
3c22228f66 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
9163b4e061 Fixed an old error which handles aggregates wrongly. So far it seems harmless for versions prior to v3.0 where it has been fixed, but let's be on the safe side. 2010-11-08 10:31:18 +00:00
dimitr
c7dc22aba6 Fixed CORE-3218: Statement cancellation request might be silently ignored by the currently running SQL code. 2010-11-08 09:14:13 +00:00