8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 07:23:08 +01:00
Commit Graph

30137 Commits

Author SHA1 Message Date
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
dimitr
9754a57607 Update. 2008-12-31 07:49:14 +00:00
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