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

43460 Commits

Author SHA1 Message Date
firebirds
007955fa59 nightly update 2012-07-06 04:37:56 +00:00
hvlad
1d8dc33a8b Fixed bug CORE-3884 : Server crashes on preparing empty query when trace is enabled 2012-07-05 09:49:23 +00:00
firebirds
242c9fb6a6 nightly update 2012-06-30 04:50:30 +00:00
hvlad
0b46626bb7 Enabled per-table runtime stats for sweeper (necessary for CORE-3656).
I don't think it will have noticeable performance penalty on current HW.
2012-06-29 16:29:13 +00:00
alexpeshkoff
94dc5b1e90 Removed unused var - thanks to Adriano 2012-06-29 07:14:39 +00:00
firebirds
28ccd98575 nightly update 2012-06-29 04:33:44 +00:00
hvlad
05dc7aae67 Improvement CORE-2668 : Write note into log when automatic sweep is started 2012-06-28 10:53:54 +00:00
hvlad
53fc571d65 Missed piece (CORE-3656) 2012-06-28 08:29:37 +00:00
hvlad
4f9a670470 Improvement CORE-3656 : Support for sweep information in Trace API 2012-06-28 08:07:56 +00:00
dimitr
4d25c24381 Updated the docs. A couple of the documented changes are still pending, to be committed today. 2012-06-28 07:27:16 +00:00
hvlad
23acb0f751 Improvement CORE-3879 : Make fb_lock_print a bit more handy 2012-06-28 07:20:35 +00:00
firebirds
951bb7ae13 nightly update 2012-06-28 04:39:32 +00:00
alexpeshkoff
23016b79e9 Backported fix for posix of CORE-3875: GBak does not check correctly parameters and backups random database with -B ":" 2012-06-27 11:54:03 +00:00
firebirds
b7f230a640 nightly update 2012-06-25 04:38:41 +00:00
hvlad
781d2e322b Fixed bug CORE-3860 : Trace API: Faulty database filter crashes server 2012-06-24 09:13:53 +00:00
firebirds
cfe2780375 nightly update 2012-06-22 04:39:21 +00:00
dimitr
81ea92cad3 Fixed the second part of CORE-3873: Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache. 2012-06-21 12:16:49 +00:00
dimitr
1636bb06fe The first part of the fix for CORE-3873: Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache. 2012-06-21 11:17:57 +00:00
firebirds
5a55774baa nightly update 2012-06-21 04:48:11 +00:00
hvlad
b8e6e1e303 Backported fix from v3 : backup state lock should be released at latch timeout, else lock state accounting becomes inconsistent. 2012-06-20 18:57:39 +00:00
alexpeshkoff
e74a496acf Backported implementation of CORE-2666: Make it possible to use API to do remote backups/restores 2012-06-20 11:56:36 +00:00
paulbeach
357f07a063 Copy libfbclient.dylib to Firebird SuperServer Framework Libraries to support the ODBC driver 2012-06-20 09:32:26 +00:00
firebirds
767361cd56 nightly update 2012-06-11 03:42:33 +00:00
dimitr
3f93bb8ff6 Optimizer level solution for CORE-2790/CORE-3449. 2012-06-10 13:22:59 +00:00
dimitr
548b24b285 Updated the docs. 2012-06-10 12:35:58 +00:00
firebirds
7b1f80b4e1 nightly update 2012-06-05 03:47:46 +00:00
alexpeshkoff
57293c30cb Fixed CORE-3769: The message 'Unknown tag (4) in isc_svc_query() results' appears when fbtracemgr is interrupted by Ctrl-C 2012-06-04 16:53:22 +00:00
dimitr
cf6e3d0969 Rolled back the ODS level solution for CORE-2709 as it causes cross-version compatibility issues (CORE-3853) as well as functional regressions (CORE-3675). Another solution is likely to be committed instead. 2012-06-04 08:57:09 +00:00
firebirds
afca604ca3 nightly update 2012-06-01 03:28:44 +00:00
alexpeshkoff
87f4c847f1 Backported fix for 32-bit build 2012-05-31 11:01:20 +00:00
firebirds
1b3c83b086 nightly update 2012-05-30 03:35:30 +00:00
mkubecek
e8f880caaf isql: fix output if charset is different from locale 2012-05-29 20:25:11 +00:00
firebirds
d0eb7c082a nightly update 2012-05-27 03:30:47 +00:00
hvlad
6bacb20a9c Fixed bug CORE-3855 : Blobs, inserted into GLOBAL TEMPORARY TABLE ON COMMIT DELETE ROWS, could be placed into newly allocated pages even if there is enough free place on some existing data page 2012-05-26 21:51:29 +00:00
hvlad
afe802e663 Misc 2012-05-26 21:35:51 +00:00
firebirds
cd2cd55dca nightly update 2012-05-25 03:35:42 +00:00
alexpeshkoff
4124096666 Postfix for CORE-3612 - send errors to stderr 2012-05-24 09:07:04 +00:00
firebirds
e37aa2721e nightly update 2012-05-24 03:45:29 +00:00
mkubecek
6d1f6cabb1 Fix broken isql history with libedit 3.0 2012-05-23 09:37:13 +00:00
firebirds
1e960e235d nightly update 2012-05-23 03:29:12 +00:00
mkubecek
d8e09ee214 Add interpreter specification to generated scripts. 2012-05-22 16:55:34 +00:00
firebirds
68c7d9ce16 nightly update 2012-05-18 03:35:20 +00:00
dimitr
3c87b4dd77 One more correction. This restores the accidentally changed original logic. 2012-05-17 09:10:46 +00:00
dimitr
e2c3eaaec5 Correction. 2012-05-17 08:55:30 +00:00
dimitr
34e13e6189 More fixes for CORE-3557. 2012-05-17 08:08:26 +00:00
firebirds
f5bc3dee8c nightly update 2012-05-15 03:35:25 +00:00
asfernandes
2da8379cf3 Backport fix for CORE-3611 - Wrong data while retrieving from CTEs (or derived tables) with same column names. 2012-05-14 15:18:40 +00:00
firebirds
8d516daf4c nightly update 2012-05-13 03:33:49 +00:00
hvlad
3a6a7e1944 Fixed bug CORE-3845 : Interruption of 'heavy query' leads to 0 ms (zero duration) in it`s statistics in trace log 2012-05-12 09:18:02 +00:00
firebirds
ed77b57903 nightly update 2012-05-12 03:34:17 +00:00