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

30461 Commits

Author SHA1 Message Date
alexpeshkoff
35d5548a4c Better fix for signed/unsigned problem - thanks to Claudio 2008-12-30 14:43:57 +00:00
dimitr
2f7f831d67 Sync with HEAD. Nothing more than just a style change. 2008-12-29 21:01:09 +00:00
dimitr
a54954b21f Fixed the missing database-level statistics. 2008-12-29 17:13:09 +00:00
alexpeshkoff
3a686c83dd backported fix for unsigned comparison 2008-12-29 08:35:29 +00:00
alexpeshkoff
a2b7e431b7 HPUX installer 2008-12-26 13:47:41 +00:00
robocop
48772dd388 Misc: indentation in assertion. 2008-12-26 07:37:01 +00:00
alexpeshkoff
a7ce892b4c HPUX installer - first draft 2008-12-25 12:26:50 +00:00
dimitr
fda300fe6a Fixed the regression for CORE-1926 reported by Philippe. 2008-12-24 13:35:23 +00:00
paul_reeves
3606948a60 Detect env var correctly 2008-12-24 09:39:36 +00:00
alexpeshkoff
e5a5d731d7 Rolled back my wrong change - mmap is not usable on HPUX 2008-12-23 08:34:32 +00:00
alexpeshkoff
b7b62b654f backported: Tuning HPUX build - this OS does have mmap() system call, violating some posix rule 2008-12-22 17:49:11 +00:00
alexpeshkoff
329b308358 backported Roman's statistics optimization 2008-12-22 17:35:46 +00:00
dimitr
71a8422b8f Backported CORE-1961: Bugcheck 210 (page in use during flush) is thrown during database validation. 2008-12-22 17:34:08 +00:00
dimitr
d5bf9a7db0 Backported CORE-1607: Correlated subquery is optimized badly if it depends on the union stream. 2008-12-21 06:35:56 +00:00
alexpeshkoff
5111967019 Fixed CORE-2249: Error build Firebird 2.1 in FreeBSD 7.0 2008-12-19 15:41:21 +00:00
dimitr
55c5f9ea8f Fix for big-endian machines, it follows Alex's set of fixes. 2008-12-19 14:59:42 +00:00
alexpeshkoff
35c1c63d32 Backported fix for CORE-2247: Message and descriptor buffers are not aligned properly in QLI 2008-12-18 14:52:24 +00:00
dimitr
20b0039a75 Update. 2008-12-17 08:29:58 +00:00
dimitr
92ea8b9a26 Update. 2008-12-17 06:14:40 +00:00
dimitr
595ff8bb92 Minor rework of CORE-2209 for B2_1_Release. 2008-12-16 14:37:06 +00:00
hvlad
c68f9419ab Improvement CORE-2243 : Make Firebird distribution on Windows easier.
Make fbembed.dll activate its own activation context before load of any DLL if needed.
2008-12-15 21:50:02 +00:00
hvlad
685acf8e9d Improvement CORE-2243 : Make Firebird distribution on Windows easier.
Don't embedd manifest into fbintl.dll, fbudf.dll, ib_udf.dll and ib_util.dll.
2008-12-15 21:46:52 +00:00
alexpeshkoff
7778288437 Fixed CORE-2242: Engine incorrectly fills BPB 2008-12-15 18:07:57 +00:00
robocop
d8903d23fe Corrections. 2008-12-15 06:08:30 +00:00
robocop
65e83d5e81 Backport fix for random failure when shadowing is started. 2008-12-14 10:30:06 +00:00
alexpeshkoff
233b5c1cbd fixed posix build 2008-12-12 16:52:51 +00:00
alexpeshkoff
841b82bd19 HPUX port 2008-12-12 13:28:34 +00:00
dimitr
5d82676e26 This change is expected to fix POSIX builds. 2008-12-12 11:24:46 +00:00
dimitr
ca0df9cbf7 Backported CORE-2209: Very slow procesing of the monitoring requests under high load and blocking other activity during that time.
and CORE-2233: Allow non-SYSDBA users to monitor not only their current attachment but other their attachments as well.
2008-12-12 06:44:40 +00:00
alexpeshkoff
2ef8f3a593 Rolled back some accidential changes 2008-12-11 11:25:06 +00:00
alexpeshkoff
cfed9477fb fixed preprocessor directive - thanks to Claudio 2008-12-11 10:45:02 +00:00
dimitr
74bc09e779 Fixed CORE-2234: Sometimes terminated worker processes in Classic are still considered being alive. 2008-12-11 10:07:13 +00:00
dimitr
c5961c55f3 Fixed CORE-2184: Superserver hangs when multiple clients create tables simultaneously.
HEAD is not affected, it already contains all these fixes.
2008-12-11 07:42:33 +00:00
dimitr
fc480dfeba Backported fix for CORE-1963: Possible server crash on commit when granting/revoking privileges from multiple connections simultaneously. 2008-12-11 07:29:11 +00:00
alexpeshkoff
611f4c27ad HPUX port 2008-12-10 15:22:19 +00:00
asfernandes
a1628d1358 Backport fix for CORE-2227 - Problem with column names with Accents and triggers 2008-12-10 01:03:32 +00:00
alexpeshkoff
ae73249a2f Backported fix for CORE-2223: Multiple bugs in gbak when working with ACLs 2008-12-05 16:30:11 +00:00
hvlad
8bb2d57541 Backport fix for bug CORE-2222 : AV in engine when storing text blob with transliteration blob filter 2008-12-04 22:20:34 +00:00
paulbeach
30950ef789 Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:33:18 +00:00
alexpeshkoff
54f0b2de71 This is quick fix for CORE-2217: isql -a crashes fbserver. To be reviewed by Adriano. 2008-12-02 07:56:49 +00:00
paulbeach
3cc97659f9 Small mods for HPUX to support 2.0.5 2008-12-01 14:46:26 +00:00
alexpeshkoff
54c7f38be2 Frontported fix for CORE-2221: Attach to any DB fails after modification of access rights of security2.fdb 2008-12-01 12:37:05 +00:00
paulbeach
cf5b4a364e Small mod for HPUX 2008-11-28 09:45:50 +00:00
dimitr
f6b0b1968c Update. 2008-11-26 10:49:12 +00:00
dimitr
dd791519a2 Misc. 2008-11-23 12:53:07 +00:00
dimitr
8120245492 A better solution for CORE-2200 (Extremely slow executing a cross join of 3 tables in Firebird 2.X).
This time an optimizer level one.
2008-11-23 12:48:47 +00:00
dimitr
9e09cc03ea Rolled back my yesterday's fix as totally wrong. Solution is to be re-considered. 2008-11-21 18:43:03 +00:00
dimitr
939d262d02 Fixed CORE-2200: Extremely slow executing a cross join of 3 tables in Firebird 2.x. 2008-11-20 12:16:09 +00:00
robocop
bb6fb0eeac Totally misc. 2008-11-12 08:10:59 +00:00
dimitr
fdee80e2b3 Fixed CORE-2182: It's impossible to drop an existing UDF which name overlaps with a new built-in function name. 2008-11-11 17:27:18 +00:00