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

43550 Commits

Author SHA1 Message Date
firebirds
b419310c41 nightly update 2012-08-31 10:59:56 +00:00
alexpeshkoff
3216e8bcc3 Better diagnostic (CORE-3786) 2012-08-31 10:34:05 +00:00
alexpeshkoff
6103cb1b2f Backported fix for CORE-3912: segfault in superclassic 2012-08-31 10:27:13 +00:00
firebirds
3f32a604fa nightly update 2012-08-30 03:51:38 +00:00
dimitr
161386ee2f Restored the ODS level compatibility with v2.5.1 index keys, while using the "old good" index key format in new indices. It allows to claim that CORE-3675 and CORE-3853 are fixed (after migration via backup/restore) but still operate almost correctly with keys created in v2.5.1. This is *much* better than silently returning wrong data if a v2.5.1 database is used with v2.5.2 without backup/restore. 2012-08-29 16:22:39 +00:00
alexpeshkoff
94c25bff1e Use better name from trunk for CORE-3911 2012-08-29 12:34:22 +00:00
alexpeshkoff
ed1a72ba0f Fixed CORE-3911: API entrypoints Bopen and BLOB_open are not visible on Darwin 2012-08-29 11:35:16 +00:00
alexpeshkoff
755790d8c3 Fixed CORE-3740: SELECT using IN list with >413 elements causes crash on Mac 2012-08-29 11:30:42 +00:00
firebirds
9f5109ca88 nightly update 2012-08-29 03:45:12 +00:00
dimitr
4f506c9efd Misc. 2012-08-28 18:00:22 +00:00
dimitr
30f37376ae Fixed the broken (working as no-op) sweep in SuperServer.
Minor cleanup and simplification.
2012-08-28 17:58:36 +00:00
firebirds
0d737ccea2 nightly update 2012-08-25 03:42:56 +00:00
alexpeshkoff
04c02049dd Better fix for CORE-3786: Firebird 2.5.1 Classic (32-bit) Hangs on MacOSX 10.7 (Lion) on DB create after reboot 2012-08-24 13:30:50 +00:00
firebirds
5374b683ce nightly update 2012-08-21 03:55:10 +00:00
asfernandes
7e2aec6715 Backport fix for CORE-3902 - Derived fields may not be optimized via an index. 2012-08-21 00:53:06 +00:00
firebirds
74e8696858 nightly update 2012-08-17 04:50:55 +00:00
dimitr
cda8b90205 Corrected the arguments. Luckily, their binary values are the same. 2012-08-15 15:22:36 +00:00
alexpeshkoff
1b59032fbd Fixed CORE-3786: Firebird 2.5.1 Classic (32-bit) Hangs on MacOSX 10.7 (Lion) on DB create after reboot 2012-08-14 10:37:10 +00:00
paulbeach
4c60664e54 Allow build for 2.5.2 on MacOS 2012-08-14 08:09:29 +00:00
dimitr
98bc75069d Fixed the server crash in Stack::assign(). 2012-08-13 16:49:33 +00:00
firebirds
da886e266a nightly update 2012-08-11 04:41:10 +00:00
robocop
ff02d61612 Misc. 2012-08-11 02:39:35 +00:00
firebirds
cfd38c7aef nightly update 2012-08-09 04:44:33 +00:00
paulbeach
70835c8072 Fix CORE-3740 - optimisation bug in GCC 2012-08-08 14:38:40 +00:00
firebirds
8f055e9f4a nightly update 2012-07-29 04:22:14 +00:00
robocop
8325f5bd46 Misc. 2012-07-29 00:21:34 +00:00
firebirds
467c11e727 nightly update 2012-07-26 04:50:05 +00:00
alexpeshkoff
edd1b8289e Mac port 2012-07-25 11:11:55 +00:00
firebirds
85bb950aa6 nightly update 2012-07-24 04:50:53 +00:00
hvlad
f2216519fc Fixed bug CORE-3895 : High memory usage when PSQL code SELECT's from stored procedure which modified some data 2012-07-23 09:20:57 +00:00
firebirds
100844abf4 nightly update 2012-07-17 04:31:15 +00:00
alexpeshkoff
763937dea0 Removed debugging code 2012-07-16 10:43:27 +00:00
firebirds
a6a78702ec nightly update 2012-07-13 04:40:59 +00:00
robocop
336fc2b1ef Misc. 2012-07-12 06:33:14 +00:00
firebirds
c177f2d171 nightly update 2012-07-12 04:49:38 +00:00
dimitr
7bf22a8cc3 Updated the docs. 2012-07-11 05:20:07 +00:00
firebirds
63463c8f9b nightly update 2012-07-11 05:07:03 +00:00
asfernandes
87d19fb0c8 More changes related to CORE-3238 and CORE-3887. 2012-07-11 01:38:29 +00:00
asfernandes
325fe1cb16 Update. 2012-07-10 16:09:16 +00:00
asfernandes
e6169577fb Rework on CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID.
Fixed CORE-3887 - CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures - problem similar to CORE-2898.
2012-07-10 16:00:27 +00:00
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