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

42971 Commits

Author SHA1 Message Date
asfernandes
ea94b629ff Fixed CORE-3090 - Incorrect LEFT JOIN result using table and derived constant subquery 2010-08-07 01:50:35 +00:00
hvlad
4156a471d3 Fixed bug CORE-3089 : Attempt of execute statement on external datasource failed when datasource is interbase 4.1 2010-08-06 15:11:16 +00:00
asfernandes
88845a9c3d Fixed CORE-2893 - Regression introduced with fix for CORE-2893 causes double processing of nodes when preparing a statement. Debug build aborts. 2010-08-06 02:12:38 +00:00
asfernandes
fc5c390c69 Fixed CORE-3094 - Parameters doesn't work with NOT IN from a selectable procedure 2010-08-04 15:26:23 +00:00
asfernandes
b2861fbbc4 Backport fix for CORE-3091 - Built-in function POWER(X, Y) does not work when the X argument is negative and the Y value is scaled numeric but integral 2010-08-02 22:43:09 +00:00
hvlad
21bf6b821c Backport fix for bug CORE-3079 : Strong slowing down inserts with EVENT-s in a single transaction 2010-07-26 11:05:14 +00:00
alexpeshkoff
61db4e4da4 Updated ChangeLog 2010-07-16 07:54:31 +00:00
alexpeshkoff
ebea0fd1b0 Fixed Mac port 2010-07-16 07:20:55 +00:00
alexpeshkoff
7067fb4862 Fixed unregistred bug (rc3 vs rc2 regression) - races when closing touchThread 2010-07-14 10:27:54 +00:00
dimitr
16f7504427 Update. 2010-07-13 07:18:24 +00:00
dimitr
c5edc55b7c Backported recent Vlad's bugfix. 2010-07-13 07:10:23 +00:00
dimitr
10aa0ae917 Mirror the recent Alex's change for Windows. It doesn't seem being strictly required, but let's be safe. 2010-07-13 07:05:30 +00:00
alexpeshkoff
b36e1cd666 Updated WhatsNew 2010-07-09 13:10:54 +00:00
alexpeshkoff
5113a8d668 Backported fix for CORE-3067: Objects not unmapped when shared memory is closed 2010-07-09 11:15:44 +00:00
dimitr
f659679b6f Fixed the old bug which was left unnoticed until RC3 where Pair<MetaName, MetaName> was used as a key for a b-tree.
At the first glance, it promises only wrong ordering of items, but in fact it trashes the b-tree internals and crashes the server :-(
It's unregistered and undocumented, but being a very recent RC3 only regression, let's leave it this way.
I suppose the intended code should be !(v.first < this->first), but we have the operator == defined, so I used a simpler form.
2010-07-08 10:44:35 +00:00
dimitr
7f9f7680de Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the server. 2010-07-02 10:43:33 +00:00
asfernandes
c7637ab432 Credits 2010-06-26 01:24:31 +00:00
dimitr
9c5b7d512e Update. 2010-06-25 09:06:55 +00:00
hvlad
e9ac9979b1 Disable hard limit on number of worker threads. Something more smart should be implemented instead. 2010-06-23 13:30:18 +00:00
asfernandes
559306231e Fix problem seen by Vlad where crash happens when our older ICU is found 2010-06-18 11:21:05 +00:00
asfernandes
f70830ba40 Fixed CORE-2900 - "AV - The code attempted to access a virtual address without privilege to do so" using aggregate distinct 2010-06-16 11:47:19 +00:00
alexpeshkoff
4532058a72 Backported fix for CORE-3046: Assertion after ALTER TABLE 2010-06-15 12:00:00 +00:00
hvlad
8783fe190a Fixed bug CORE-3034 : Bugchek 300 (can't find shared latch) 2010-06-14 11:45:47 +00:00
asfernandes
a731f0f72a Backport fix for CORE-2893 - Expression in a subquery may be treated as invariant and produce incorrect results 2010-06-13 14:57:51 +00:00
asfernandes
d6f61eef63 Backported fix for CORE-2985 - The new 2.5 feature to alter COMPUTED columns doesn't handle dependencies well. 2010-06-12 19:22:24 +00:00
asfernandes
72d9063ac9 Backport fix for CORE-3038 - The insert failed because a column definition includes validation. 2010-06-12 16:49:39 +00:00
alexpeshkoff
732986946c Paul's changes from CVS - Mac port 2010-06-09 08:37:25 +00:00
alexpeshkoff
ef56abd46e Mac port - use dispatch semaphores 2010-06-08 13:18:45 +00:00
alexpeshkoff
7a69886c3b repeat commit for CORE-3021 in SVN 2010-06-08 11:40:58 +00:00
asfernandes
1674db2688 Port CVS changes (includes CORE-2993, CORE-3010, CORE-3011, CORE-3015, CORE-3016, CORE-3017 and CORE-3021) 2010-06-05 02:41:14 +00:00
asfernandes
f6b3d91ff6 Set svn:eol-style to native 2010-06-05 00:26:55 +00:00
fsg
bdd21ab544 nightly update B2_5_Release 2010-05-22 12:59:49 +00:00
dimitr
78e85fe8d8 Update. 2010-05-21 15:35:49 +00:00
fsg
e019d287a3 nightly update B2_5_Release 2010-05-21 13:00:54 +00:00
dimitr
2959850d94 Fixed unregistered bug: MON$MEMORY_USED for connection/database is bigger than MON$MEMORY_ALLOCATED. 2010-05-21 08:24:16 +00:00
dimitr
3f5c8125c6 Update. 2010-05-21 05:20:32 +00:00
fsg
dcc9cd5059 nightly update B2_5_Release 2010-05-20 12:58:26 +00:00
alexpeshkoff
42ffe4fcf8 Fixed and improved diagnostics when thread failed to start 2010-05-20 10:36:19 +00:00
alexpeshkoff
dc4452eb0e Raise NPROC limit on unix to avoid errors when starting many threads 2010-05-20 10:30:43 +00:00
hvlad
18ed4f65c8 Improvement CORE-3008 : Add attachment's CHARACTER SET name into corresponding trace records 2010-05-19 16:13:25 +00:00
fsg
d01b2580ae nightly update B2_5_Release 2010-05-19 13:00:48 +00:00
hvlad
567444e6e5 Fixed bug CORE-2981 : Error in Trace plugin (use local symbols in query) 2010-05-18 21:57:50 +00:00
fsg
9eb023c759 nightly update B2_5_Release 2010-05-18 12:57:33 +00:00
alexpeshkoff
6771beb989 Backported fix for CORE-3006: /tmp/firebird and files in it may get 'root' (i.e. GID == 0) group 2010-05-18 10:38:38 +00:00
alexpeshkoff
1bf39b9840 Fixed gstat output - backported from HEAD 2010-05-18 10:08:22 +00:00
dimitr
4589c7a5b3 Update. 2010-05-18 08:36:56 +00:00
asfernandes
86456e13c7 CORE-2929 - 'Invalid ESCAPE sequence' when connecting to the database 2010-05-17 15:41:21 +00:00
asfernandes
cdd366e32c Backport fix for CORE-2826 - Join condition fails for UTF-8 databases 2010-05-17 15:38:26 +00:00
fsg
bde29faf6a nightly update B2_5_Release 2010-05-17 13:07:09 +00:00
alexpeshkoff
84e0027a53 Backported fix for CORE-2862: configure --with-fbudf breaks build on CentOS 2010-05-17 10:39:54 +00:00