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

49533 Commits

Author SHA1 Message Date
dimitr
0506787a49 Fixed regression appeared in test bugs.core_2042. User PSQL routine requests should not be marked as internal. 2013-07-16 07:04:13 +00:00
dimitr
4dba9ffc74 Misc adjustments. 2013-07-16 06:22:27 +00:00
dimitr
9cc60617de Fixed regression appeared in test bugs.core_0965. 2013-07-16 05:07:57 +00:00
dimitr
95bf7c51da Misc adjustments. 2013-07-16 05:05:47 +00:00
dimitr
20d9fd1d76 Fixed regression appeared in test bugs.core_1715. 2013-07-16 03:53:58 +00:00
firebirds
27dd51687b nightly update 2013-07-16 00:44:41 +00:00
dimitr
811558bd23 Removed incorrect assertion. 2013-07-15 16:51:51 +00:00
dimitr
8a9cebb21e Fixed the sweep lock owner. This is a complementary bugfix for CORE-4134 (Race condition when auto-sweep is started). 2013-07-15 13:51:18 +00:00
dimitr
31b4f14055 A quick fix for the bugcheck appeared in test bugs.core_195. 2013-07-15 13:44:47 +00:00
alexpeshkoff
3c090a2629 Enhanced diagnostics in authentication plugin 2013-07-15 13:06:57 +00:00
alexpeshkoff
95f9aa159a Fixed error "All services except for getting server log require switches" 2013-07-15 12:24:40 +00:00
dimitr
8a177d4793 Fixed crash appeared in test bugs.core_2291. 2013-07-15 11:56:23 +00:00
firebirds
adfc01df40 nightly update 2013-07-14 00:28:43 +00:00
asfernandes
7863b0d80a Fixed problem with COALESCE and IIF seen by Dmitry. Reintroduce the implicit casts removed in v3. 2013-07-13 20:50:58 +00:00
asfernandes
2cadfdb41c Update generated file. 2013-07-13 20:50:39 +00:00
firebirds
2fd8504098 nightly update 2013-07-12 00:43:40 +00:00
dimitr
8eca48585c Fixed assertion/crash appeared in test bugs.core_1910. 2013-07-11 06:00:59 +00:00
asfernandes
672c38b043 Fix the assertion with Thomas Beckmann test. 2013-07-11 02:21:27 +00:00
dimitr
7ef5725b5f Fixed hash join of more than two streams. 2013-07-10 19:49:16 +00:00
dimitr
81466c3768 1) Fixed XCP_MESSAGE_LENGTH to represent the real max length. We have the column defined as VARCHAR(1023), so there's no need to subtract the overhead.
2) Slightly refactored the message buffer management.
3) Fixed the buffer overrun in the release build.
2013-07-10 11:44:39 +00:00
dimitr
ff8d492043 Fixed server crash in both remote server and remote client. 2013-07-10 10:06:42 +00:00
dimitr
5223945573 We support 256 contexts now, not 255. 2013-07-10 06:55:34 +00:00
dimitr
0c1aff8394 Fixed the error message. 2013-07-10 06:21:13 +00:00
firebirds
2d4fec4a57 nightly update 2013-07-10 00:40:38 +00:00
dimitr
837e11502d Restored (in the modified form) the code wrongly removed three years ago. This acts as a complimentary fix for CORE-4142. 2013-07-09 16:14:58 +00:00
dimitr
e5901e9651 Fixed CORE-4142: Server crashes while preparing a query with DISTINCT and ORDER BY. 2013-07-09 15:18:02 +00:00
firebirds
522491f295 nightly update 2013-07-09 01:43:15 +00:00
dimitr
60efbc65ef CORE-3704: Add new context variables to the SYSTEM namespace. 2013-07-08 08:37:16 +00:00
firebirds
a5e597fb20 nightly update 2013-07-08 00:56:47 +00:00
dimitr
d11d3be507 Sync'ed with v2.5 and fixed wrong stream comparison checks. 2013-07-07 16:11:28 +00:00
dimitr
6961e4066d Fixed the assertion, thanks to Adriano. 2013-07-07 07:50:44 +00:00
asfernandes
fb41d668ed Fixed CORE-4136 - Sharp-S character treated incorrectly in UNICODE_CI_AI collation. 2013-07-07 01:57:57 +00:00
asfernandes
b6a4d39596 Misc. 2013-07-06 23:11:13 +00:00
firebirds
11ba298a47 nightly update 2013-07-06 01:01:14 +00:00
paul_reeves
9e2aa58bcd push changes made to windows installer for Alpha1 tag to TRUNK 2013-07-05 09:40:26 +00:00
paul_reeves
6b6dd86718 spelling 2013-07-05 09:39:19 +00:00
paul_reeves
71ac4c2f80 Fix for CORE-4020
Instantiate cpl applet methods with LPARAM instead of long.
2013-07-05 09:38:51 +00:00
asfernandes
9f6618e719 Fixed CORE-4140 - EXECUTE BLOCK's TYPE OF parameters with NONE charset may have be transformed to the connection charset. 2013-07-05 02:09:18 +00:00
firebirds
fc1bc410eb nightly update 2013-07-04 00:53:15 +00:00
asfernandes
cf05882c42 Warning. 2013-07-03 15:24:34 +00:00
dimitr
9e8bbbdd13 Better protection against AST delivery during detaching. 2013-07-03 13:22:44 +00:00
dimitr
1e03bccf84 Misc. 2013-07-03 11:33:59 +00:00
asfernandes
c004120f44 Fixed CORE-4137 - Wrong metadata output script generate by isql / CHARACTER SETISO8859_1 sintaxe error. 2013-07-03 02:13:41 +00:00
firebirds
6638a2e44b nightly update 2013-07-03 01:35:46 +00:00
dimitr
8e32f8f5f8 Misc. 2013-07-02 11:27:02 +00:00
firebirds
fcf5b55df1 nightly update 2013-07-01 00:39:51 +00:00
dimitr
476f907d32 Misc. 2013-06-30 19:21:02 +00:00
dimitr
8524f63d14 Fixed CORE-4132: gbak requires exclusive access. 2013-06-30 19:05:34 +00:00
dimitr
fec38d76b2 Slightly refactored the optimizer regarding navigational walks. 2013-06-30 17:33:02 +00:00
hvlad
fc5c5ee1b3 Prevent starting a lot of threads when forced shutdown is in progress. 2013-06-30 15:20:58 +00:00