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

43150 Commits

Author SHA1 Message Date
alexpeshkoff
e53f8694be Fixed CORE-2756: substring from timestamp - unexpected result 2011-01-16 13:19:52 +00:00
robocop
130c32bd93 Misc. 2011-01-16 09:59:21 +00:00
robocop
cafd35ef6c Style. 2011-01-16 09:58:52 +00:00
firebirds
b84f3b969c nightly update 2011-01-16 03:29:53 +00:00
robocop
1f666d9558 Misc. 2011-01-15 09:22:29 +00:00
robocop
36c39d9d72 Misc. 2011-01-15 09:18:40 +00:00
robocop
d9c59b1176 Misc. 2011-01-15 09:09:02 +00:00
robocop
ac3bd4e4f5 Misc. 2011-01-15 09:07:47 +00:00
robocop
b3e6e31fe4 Avoid variable shadowing. 2011-01-15 09:07:02 +00:00
robocop
dcb7bd6ff6 Misc. 2011-01-15 09:04:36 +00:00
firebirds
9b19148af7 nightly update 2011-01-15 03:32:02 +00:00
dimitr
c8c333b63f Correction. 2011-01-14 06:47:36 +00:00
dimitr
83f36de492 Tuned the code a little in order to avoid redundant retrievals. As a side effect, it downgrades three-way joins to two-way ones, thus helping the optimizer to choose a good plan in the worst (zero selectivity) cases. This should resolve CORE-2933 (Very slow execution of a script that creates a lot of metadata) and CORE-3237 (Slow compilation of stored procedures) without tweaking the optimizer constants. 2011-01-14 06:19:22 +00:00
firebirds
ff27999b07 nightly update 2011-01-13 03:30:24 +00:00
dimitr
0f7aa4d392 Corrected the license URLs. 2011-01-12 10:56:03 +00:00
firebirds
13dc9e765e nightly update 2011-01-12 03:32:52 +00:00
asfernandes
1120684ffe Backported fix for CORE-3306 - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure 2011-01-12 00:15:13 +00:00
dimitr
792fbc8b55 Better fix for CORE-3211. It avoids a crash due to a not initialized rse_relation[] array which is used inside ignore_dbkey(). 2011-01-11 15:55:04 +00:00
alexpeshkoff
f151ed77a3 fixed to make it match actual code 2011-01-11 07:48:45 +00:00
firebirds
0d1e1a1aa1 nightly update 2011-01-08 03:37:40 +00:00
dimitr
f225c66bd8 Fixed CORE-3302: Distinct aggregates return wrong (duplicated) data. 2011-01-07 11:24:43 +00:00
firebirds
0eed04c9e2 nightly update 2011-01-05 03:34:11 +00:00
dimitr
dee7663c54 Fixed my stupid mistake. 2011-01-04 12:49:59 +00:00
firebirds
4da55b2246 nightly update 2011-01-03 03:30:25 +00:00
hvlad
0e1ea07d37 More conservative fix for CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset.
Convert into attachment charset query text only
2011-01-02 22:15:33 +00:00
firebirds
afe4356783 nightly update 2010-12-29 03:34:09 +00:00
dimitr
d81d6780b0 CORE-3295: Estimate the actual record compression ratio in the optimizer. 2010-12-28 12:01:06 +00:00
firebirds
575136d5d4 nightly update 2010-12-28 03:30:23 +00:00
hvlad
420f7629c0 Fixed typo at my recent commit for CORE-3266 2010-12-27 22:03:04 +00:00
firebirds
808c73324d nightly update 2010-12-27 03:28:27 +00:00
firebirds
f6f78276ef nightly update 2010-12-24 03:32:26 +00:00
hvlad
c2963f8b82 Fixed bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset 2010-12-23 11:10:06 +00:00
firebirds
cb891a1709 nightly update 2010-12-21 03:48:07 +00:00
dimitr
5c3894ec04 Fixed CORE-3283: Bad plan with using LEFT OUTER JOIN in sub-select. 2010-12-20 07:05:21 +00:00
firebirds
ae0b77c13b nightly update 2010-12-18 03:30:51 +00:00
hvlad
a03704111d Better fix for bug CORE-3266 : Race condition between async service detach request and running user trace service 2010-12-17 09:54:17 +00:00
robocop
22107ff9e4 Misc. 2010-12-17 05:40:06 +00:00
firebirds
03458a726b nightly update 2010-12-16 03:48:28 +00:00
asfernandes
cdd8620649 Backported fix for CORE-3277 - Wrong result for RIGHT(UTF8 varchar) 2010-12-16 00:14:50 +00:00
firebirds
14eec6fdee nightly update 2010-12-13 03:34:35 +00:00
hvlad
b48821ac02 Fixed bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted 2010-12-12 19:17:37 +00:00
firebirds
05bac17bc4 nightly update 2010-12-09 03:33:59 +00:00
dimitr
9fe05ccedb Backported CORE-1274 and CORE-1752. 2010-12-08 10:57:21 +00:00
firebirds
e6e470b5de nightly update 2010-12-03 04:12:52 +00:00
dimitr
5026ef5aec InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow. 2010-12-02 19:52:48 +00:00
dimitr
40be6d1f27 Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. 2010-12-02 11:15:19 +00:00
dimitr
70d8d49a45 Updated version info. 2010-12-02 10:41:00 +00:00
dimitr
2f67287676 Updated docs. 2010-12-02 10:38:04 +00:00
firebirds
aa8193e8f2 nightly update 2010-11-30 05:12:18 +00:00
dimitr
5565e8ff4b Correction for one of my past commits. Also, unified the code a bit. 2010-11-29 15:50:36 +00:00