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

19236 Commits

Author SHA1 Message Date
dimitr
40234d0b8c Oops, one change was forgotten. 2006-08-04 11:22:45 +00:00
dimitr
79da883d86 Updated buildno. 2006-08-03 07:00:01 +00:00
paul_reeves
de03230856 Use more refined test to compare existing gds32 installed with candidate version. [CORE-839] 2006-08-03 05:58:21 +00:00
hvlad
5bed050d23 Updated the BLR printer to handle all FB2 features. 2006-07-31 19:08:28 +00:00
arnobrinkman
50316c39c0 Fix JIRA bug CORE-855
Aggregates on derived fields where allowed in where clause
2006-07-31 09:38:16 +00:00
dimitr
15df7ad33f Updated the BLR printer to handle all FB2 features. 2006-07-31 08:00:40 +00:00
alexpeshkoff
3333c4bab4 Fixed bug CORE-841 2006-07-31 07:43:28 +00:00
hvlad
9b4cf8b30a Backported fix for CORE-879 :
Dependencies are not cleared when creation of expression index fails
2006-07-29 07:39:08 +00:00
dimitr
7fd4cc0422 Backported the simplified fix for CORE-858. 2006-07-25 04:24:34 +00:00
dimitr
47cbd52424 Incremented buildno. 2006-07-21 11:47:06 +00:00
asfernandes
e7820a30c2 Backport:
1) Fix for CORE-852 - substring(current_user from 4) without for fails
2) Fix for CORE-857 - Containing not working correctly
3) Correction for problem with CURRENT_USER/ROLE and client charset
2006-07-20 16:36:41 +00:00
dimitr
46712f661e Backport one of the GCC4 fixes. Now I could compile the tree. 2006-07-19 16:45:34 +00:00
dimitr
ddd5b5e204 Fixed crash when compiling old (wrongly generated) BLR. 2006-07-19 11:51:11 +00:00
dimitr
fe8804f029 Updated buildno. 2006-06-28 08:31:07 +00:00
alexpeshkoff
7c4015743f rolled back Dmitry's changes in order to keep 1.5 behaviour for well formed SPB 2006-06-27 09:23:38 +00:00
alexpeshkoff
74973429f6 slightly better way to validate string length, passed by user 2006-06-27 08:53:36 +00:00
dimitr
c1303cefa9 Solution for CORE-1. Alex, it's up to you to agree or implement a better fix. 2006-06-27 06:42:12 +00:00
dimitr
bfffbb196f More optimistic selectivity estimations. In the worst case, it's much easier to disable index usage rather then enable it. 2006-06-27 06:39:22 +00:00
dimitr
05aa0c04bf Updated buildno. 2006-06-22 06:05:31 +00:00
alexpeshkoff
aecd217a05 Handle exceptions in attach & create calls 2006-06-21 12:59:50 +00:00
alexpeshkoff
44ae67de18 restored warning about too long password 2006-06-16 13:51:13 +00:00
dimitr
6b69bc673f I see no explicit need to emulate POSIX semantics and allow shared deletes. 2006-06-14 14:42:16 +00:00
dimitr
1bb15f1094 Oops, sorry :-) 2006-06-13 08:38:56 +00:00
dimitr
0504853a2b Updated buildno. 2006-06-13 08:38:55 +00:00
dimitr
51e447a498 Claudio's follow-up to the Alex's fix. 2006-06-07 08:20:15 +00:00
dimitr
84c4ece13a Updated buildno. 2006-06-06 17:28:28 +00:00
dimitr
a15c8e96ed Report "feature not supported" for nbak operations on ODS10. 2006-06-06 10:22:18 +00:00
asfernandes
63a5d43abf Backport Spanish case-/accent-insensitive collation ES_ES_CI_AI for ISO8859_1 2006-06-05 01:17:52 +00:00
dimitr
b2be65acd6 Backport George's bugfix into HEAD. 2006-06-02 08:59:09 +00:00
alexpeshkoff
bbbc4d0040 Fixed setsockopt() level - thanks to Fred 2006-06-02 07:08:48 +00:00
hvlad
db6fa2ba4f Fixed unregistered FB2 bug:
endless loop when exception during index's expression evaluation occured
2006-06-02 06:58:07 +00:00
dimitr
de2675d397 Fixed bug in the ODS architecture checking logic. 2006-06-01 09:19:24 +00:00
alexpeshkoff
9a5f0f2f7a bacport: fixed RC2 regression in diagnostics 2006-05-30 14:53:18 +00:00
asfernandes
86a079ca2b Backport fix of problem "STARTS WITH not working properly on an indexed column with charset UTF8" reported by Michael Weissenbacher in fb-devel 2006-05-30 12:20:38 +00:00
alexpeshkoff
a30beed666 backport: Report failure instead of having AV in case of too many suggested protocol versions 2006-05-29 16:57:43 +00:00
alexpeshkoff
5154364adc backport: Limit packet size which we can process correctly 2006-05-29 16:56:52 +00:00
alexpeshkoff
31a9a753a1 backported fix from HEAD - avoid unneeded log entries 2006-05-25 11:38:45 +00:00
dimitr
5521762878 Update buildno. 2006-05-24 13:28:58 +00:00
dimitr
6b77b151a8 Restored my previous solution. The final decision is that NOT IN cannot be index-optimized reliably. 2006-05-24 13:15:01 +00:00
dimitr
ef5ef3d14e Removed one of the Nickolay's protections in order to be able to restore databases containing views with check option. 2006-05-23 07:51:38 +00:00
dimitr
2b623fd73b Restored the old plan distribution rules in v2.0. The new ones are neither complete nor reliable. To be revisited in HEAD. 2006-05-23 03:52:45 +00:00
dimitr
ff9f1270bf Update buildno. 2006-05-22 13:02:44 +00:00
dimitr
ec05df7ad8 Fixed bug with explicit plans and dependent vs free streams. 2006-05-19 11:10:21 +00:00
asfernandes
d522ae1c6e Fix FB2 regression - '' CONTAINING '' should return true - thanks to Arno 2006-05-18 13:28:54 +00:00
dimitr
7187ef1c3e Fixed wrong ALL results in the ODS11 optimizer. 2006-05-17 18:48:57 +00:00
alexpeshkoff
55656f6fe4 fixed regression, introduced by me in RC2 2006-05-16 15:36:30 +00:00
dimitr
ca64ff3a77 Update buildno. 2006-05-03 09:26:41 +00:00
alexpeshkoff
f3ec487452 fixed buildnum 2006-05-03 08:26:36 +00:00
dimitr
dc70aaeb02 Disabled spinlocks. 2006-05-03 07:02:24 +00:00
dimitr
672f39fa38 Fixed the CHECK bug reported by Ivan Prenosil. 2006-05-02 13:51:52 +00:00
hvlad
cdc4f1f83b Fixed RC1 bug : embedded can't connect to remote server via TCP\IP (connection rejected by remote interface) 2006-05-02 09:54:58 +00:00
dimitr
6e7f9c9ed1 Update buildno. 2006-04-30 10:03:21 +00:00
dimitr
355eb61534 Sync with HEAD. 2006-04-30 04:52:59 +00:00
dimitr
f2d220a99a Fixed fbintl loading on some Windows distribs. 2006-04-25 12:50:18 +00:00
dimitr
a1ed5cc36b Removed the unnessesary config option. 2006-04-25 11:06:59 +00:00
dimitr
f6fc1567ad Removed the unnessesary config option. 2006-04-25 10:47:03 +00:00
alexpeshkoff
9b62e7fb13 fixed illegal error reporting - warning about too long password is a victim 2006-04-23 13:26:37 +00:00
arnobrinkman
b9456e4747 Fix "no current record .." bug when an undependent stream A is dependent on stream B and B is dependent on stream C.
Stream A was merged with the stream C and only B was correctly joined.
2006-04-22 23:25:17 +00:00
dimitr
1f81a02f3a Updated buildno. 2006-04-20 10:22:37 +00:00
hvlad
7211c1f47c Bug fix: don't use page buffer after page was released - it can be replaced
by another page and may lead to serious corruptions
2006-04-20 09:55:46 +00:00
alexpeshkoff
d88aaa5b92 Better way to delete pidfile, thanks to Claudio 2006-04-18 08:56:34 +00:00
alexpeshkoff
20f62b0687 removed unneeded h-file 2006-04-17 10:33:11 +00:00
kkuznetsov
3abdb7a98b Backported from HEAD solaris changes 2006-04-16 19:56:13 +00:00
asfernandes
fd7d3447d7 Use THREAD_SLEEP as sleep don't exist in WIN32 2006-04-16 17:10:45 +00:00
alexpeshkoff
5063a312bc Fixed bug in VC7.1 builds, reported by Ivan Prenosil 2006-04-16 17:01:52 +00:00
alexpeshkoff
63355ae7ab fixed undocumented use of isc_spb_command_line in db_stat 2006-04-16 16:08:31 +00:00
asfernandes
7bdba55869 Correction 2006-04-16 15:29:20 +00:00
alexpeshkoff
9ca6a23431 fixed bug, noticed by Roman Rokytskyy with commit/rollback in repair 2006-04-16 14:35:37 +00:00
alexpeshkoff
729cc0ef44 make it possible to restore files, created by gbak 1.5.3 and server 2.0 2006-04-16 12:28:22 +00:00
alexpeshkoff
f5c2df7072 fixed a couple of issues with firebird SS install/startup/shutdown/uninstall 2006-04-16 11:55:15 +00:00
alexpeshkoff
c5dcb25bd3 backported recommended by Claudio fix 2006-04-14 15:43:11 +00:00
alexpeshkoff
fa563c9b0d removed 16-bit support, breaking big-blocks allocation 2006-04-13 11:00:39 +00:00
asfernandes
8965aea8bf Backport Polish collation ISO_PLK for ISO8859_2 charset - contributed by Jaroslaw Glowacki 2006-04-13 03:29:52 +00:00
asfernandes
bead5f7f26 Backport fix for SHOW GENERATOR 2006-04-13 03:28:56 +00:00
alexpeshkoff
365a3b836c turn of debugging in release 2006-04-12 07:36:39 +00:00
alexpeshkoff
95f9f33ee3 increment build number 2006-04-09 15:47:01 +00:00
alexpeshkoff
9b10244f53 make CS lock manager semaphores have correct access rights 2006-04-09 15:46:46 +00:00
alexpeshkoff
046682a320 increment build number 2006-04-09 12:47:47 +00:00
alexpeshkoff
3e8edbaeb3 fixed AV during massive addition of relations to DSQL hash 2006-04-09 12:47:29 +00:00
alexpeshkoff
20e8d8bd7c increment build number 2006-04-09 11:00:00 +00:00
alexpeshkoff
f6c7ffb7a3 fixed access rights to delta file 2006-04-09 10:59:43 +00:00
robocop
afd75d05db increment build number 2006-04-09 06:53:50 +00:00
robocop
00c9d548a6 Handle zero-length strings even if we have our buffer full. 2006-04-09 06:53:38 +00:00
robocop
d2a47766f3 increment build number 2006-04-09 06:50:50 +00:00
robocop
1c82de9736 increment build number 2006-04-09 06:50:49 +00:00
robocop
eb727adf2f We can't handle more than 255 bytes for some items when merging information. Let's be consistent between the length indicator and the bytes we put in the buffer. 2006-04-09 06:50:46 +00:00
robocop
863af98c2d increment build number 2006-04-09 06:46:32 +00:00
robocop
4243e7bcc4 Style. 2006-04-09 06:46:28 +00:00
fsg
7c3220b4f1 increment build number 2006-04-09 02:23:44 +00:00
fsg
d132703d0a increment build number 2006-04-09 02:23:13 +00:00
robocop
1b181e3d41 increment build number 2006-04-09 00:54:17 +00:00
robocop
b8636c120b Refactor this damn unreadable code and take into account the problem Adriano found with zero length file names in my previous commit. 2006-04-09 00:53:55 +00:00
hvlad
728cc885bb increment build number 2006-04-08 11:33:32 +00:00
robocop
ce83f5b819 increment build number 2006-04-08 03:29:19 +00:00
robocop
2f88f5765a Misc. 2006-04-08 03:29:17 +00:00
robocop
de93e5df88 increment build number 2006-04-08 03:28:54 +00:00
robocop
19e9ad696b Correction. 2006-04-08 03:28:52 +00:00
asfernandes
86cc1114d5 increment build number 2006-04-08 03:09:17 +00:00
asfernandes
a34d59a454 Fix problem which occur when select a field with NONE charset when using another connection charset - second part of problem reported by Michal Kubecek 2006-04-08 03:09:08 +00:00
fsg
fb921bb678 increment build number 2006-04-08 02:23:31 +00:00