asfernandes
7ca129fd6e
Fixed doc. mismatch reported by Paul Vinkenoog
2010-09-10 01:58:31 +00:00
alexpeshkoff
5d0e081844
Make it cvs/svn independent
2010-09-09 12:21:09 +00:00
alexpeshkoff
bd47ac6469
Fixed CORE-3117: After an error in GDS_CLOSE_BLOB() blob handle becomes invalid
2010-08-26 10:52:11 +00:00
alexpeshkoff
d4014fcac1
Porting issue - keep existing LD_LIBRARY_PATH value when adding our paths
2010-08-26 08:50:13 +00:00
firebirds
f9f6a71e46
nightly update
2010-08-13 08:42:08 +00:00
dimitr
3c11e2d870
More complete solution for CORE-2822: Error "no current row for fetch operation" when subquery includes a non-trivial derived table.
...
It's also expected to fix CORE-3103: Select statement with more non indexed reads in version 2.5RC3 as in version 2.1.3.
Patch for trunk will follow a bit later.
2010-08-11 10:48:41 +00:00
dimitr
70ee63d674
Fixed the v2.1 codebase.
2010-08-10 10:44:30 +00:00
dimitr
37d3a5825d
CORE-3102 (minor documentation mistake)
2010-08-09 14:50:11 +00:00
asfernandes
94c8d72572
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:49:31 +00:00
hvlad
730a5a1f13
Backport fix for bug CORE-3015 : Various "Cannot initialize the shared memory region" errors
2010-08-01 20:43:29 +00:00
hvlad
e8a75e91f7
Backport more complete fix for bug CORE-2993 : Fatal lock manager error "Invalid lock id (NNN)" while working with monitoring tables on a highly loaded system
2010-08-01 20:42:43 +00:00
dimitr
58b518a2b9
Backported CORE-3011: Server hangs or crashes while monitoring connections repeatedly attaching and detaching.
2010-07-29 11:00:21 +00:00
hvlad
a243a208ba
Backport fix for bug CORE-3016 : On disconnect it is possible to see "Fatal lock manager error: invalid lock id (0), errno: 0" in firebird.log
2010-07-26 13:31:43 +00:00
hvlad
851b74c1ed
Backport fix for bug CORE-3079 : Strong slowing down inserts with EVENT-s in a single transaction
2010-07-26 11:38:04 +00:00
alexpeshkoff
d1971117e7
Backported fix for CORE-3067: Objects not unmapped when shared memory is closed
2010-07-09 11:27:38 +00:00
dimitr
6dee199275
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
e1cb23f986
Backported CORE-2122: Translation of large text BLOB between UNICODE_FSS (UTF8) and other charsets.
2010-07-07 17:39:47 +00:00
dimitr
8fa0fadb47
Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the server.
2010-07-02 10:43:33 +00:00
hvlad
f0a965eef6
Backported fix for bug CORE-3034 : Bugcheсk 300 (can't find shared latch)
2010-07-01 21:30:18 +00:00
hvlad
daf15f3b1f
Fixed bug CORE-3050 : Race condition in LocksCache::get() could lead to AV in the engine
2010-07-01 14:00:00 +00:00
paulbeach
27bbf06b4a
Install fbsvcmgr
2010-06-23 13:56:11 +00:00
asfernandes
701e14cd94
Backport fix for CORE-2900 - "AV - The code attempted to access a virtual address without privilege to do so" using aggregate distinct.
...
(untested - cannot build)
2010-06-17 01:57:41 +00:00
hvlad
37a15c5cd4
Fixed bug CORE-3041 : Engine could hang when working with read-only database
2010-06-13 09:49:57 +00:00
alexpeshkoff
8dcb6de495
backported fix for CORE-3019: Startup failure of SS on linux gentoo
2010-06-09 11:51:40 +00:00
alexpeshkoff
40f5858db1
regenerated with fresh autotools
2010-06-09 11:50:28 +00:00
asfernandes
a2331413d2
Port CVS change by Alex (Applied patch for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1)
2010-06-05 03:09:48 +00:00
asfernandes
3650c36501
Set svn:eol-style to native
2010-06-05 00:26:55 +00:00
fsg
5b5c0915c3
nightly update B2_1_Release
2010-05-22 12:59:09 +00:00
dimitr
1ad3e944c3
Update.
2010-05-21 15:40:52 +00:00
fsg
336084c9d1
nightly update B2_1_Release
2010-05-20 12:57:40 +00:00
dimitr
bc9c2f0403
Misc.
2010-05-19 14:15:49 +00:00
dimitr
f6ba807faa
Backport a few optimizer adjustments from the recent versions.
2010-05-19 14:10:26 +00:00
fsg
43e21588dd
nightly update B2_1_Release
2010-05-18 12:56:50 +00:00
dimitr
3bae9d9454
Update.
2010-05-18 07:41:00 +00:00
asfernandes
12bb869978
Backport fix for CORE-2826 - Join condition fails for UTF-8 databases
2010-05-17 16:18:16 +00:00
asfernandes
4bd6a30803
Fix Linux CS build
2010-05-17 16:14:52 +00:00
fsg
9ca6321888
nightly update B2_1_Release
2010-05-11 13:02:49 +00:00
alexpeshkoff
428f58b877
Bacpported fix for CORE-3001: Install fails to create user & group "firebird"
2010-05-11 12:03:16 +00:00
fsg
25890ea4fa
nightly update B2_1_Release
2010-05-10 13:54:57 +00:00
hvlad
d1db51f592
Fixed bug CORE-2999 : Message "SCH_validate -- not entered" is logged in firebird.log when CS connection where events was used is finished
2010-05-09 17:39:17 +00:00
hvlad
7d1ac1107e
Fixed bug CORE-2679 : Do not correct exit applications with embedded server
2010-05-09 17:31:43 +00:00
fsg
cb799a0e5e
nightly update B2_1_Release
2010-05-07 12:58:24 +00:00
hvlad
a456b8a8c7
Fixed bug CORE-2995 : Same error in status vector reported twice
2010-05-07 11:20:51 +00:00
fsg
f5227ed1a1
nightly update B2_1_Release
2010-05-06 12:54:26 +00:00
hvlad
870cc30f95
Backport fix for bug CORE-2993 : Fatal lock manager error "Invalid lock id (NNN)" while working with monitoring tables on a highly loaded system
2010-05-06 12:27:17 +00:00
fsg
2e6a8fe523
nightly update B2_1_Release
2010-04-27 12:55:38 +00:00
dimitr
b2112b9c88
Backported CORE-2215: GROUP BY concatenation with empty string.
2010-04-26 16:42:33 +00:00
fsg
10d05e5f3a
nightly update B2_1_Release
2010-04-26 13:00:14 +00:00
hvlad
786781ec8b
Backported fix for bug CORE-2977 : FB 2.1 incorrectly works with indexed fields of type DATE in OLD ODS (9.1)
2010-04-26 12:52:35 +00:00
fsg
8cd0bbf25d
nightly update B2_1_Release
2010-04-21 12:55:49 +00:00