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

30495 Commits

Author SHA1 Message Date
firebirds
303982e014 nightly update 2010-11-09 03:22:17 +00:00
alexpeshkoff
3c22228f66 Backported fix for CORE-3220: isc_info_svc_get_users returns error message in the result cluster 2010-11-08 16:17:25 +00:00
dimitr
9163b4e061 Fixed an old error which handles aggregates wrongly. So far it seems harmless for versions prior to v3.0 where it has been fixed, but let's be on the safe side. 2010-11-08 10:31:18 +00:00
dimitr
c7dc22aba6 Fixed CORE-3218: Statement cancellation request might be silently ignored by the currently running SQL code. 2010-11-08 09:14:13 +00:00
firebirds
d901c41552 nightly update 2010-11-02 03:27:51 +00:00
dimitr
6658a1f597 Misc. 2010-11-01 19:22:08 +00:00
dimitr
d461d8f47b Fixed CORE-3208: Significant memory leaks with recursive queries. 2010-11-01 19:20:16 +00:00
firebirds
581003079f nightly update 2010-11-01 03:19:34 +00:00
dimitr
1569e854d3 Fixed CORE-3205: isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err. 2010-10-31 08:55:17 +00:00
firebirds
ddd7f69220 nightly update 2010-10-29 03:22:47 +00:00
dimitr
83a3f22c7e Fixed CORE-3202: execute_immediate API call family may crash the remote server. 2010-10-28 18:13:57 +00:00
firebirds
ed7607956e nightly update 2010-10-28 03:20:39 +00:00
asfernandes
dd3feba874 Fix backport error - still untested 2010-10-27 17:42:53 +00:00
firebirds
ebd34187ea nightly update 2010-10-20 03:20:51 +00:00
alexpeshkoff
ffd0aaa06c Backported fix for CORE-3148: possible segfault in SQZ_apply_differences 2010-10-19 13:28:18 +00:00
firebirds
0ec724bc74 nightly update 2010-10-16 03:27:04 +00:00
alexpeshkoff
f535bb8333 Backported fix for CORE-3115: Bugs in the internal record compression routines 2010-10-15 07:20:23 +00:00
alexpeshkoff
5c046ddfba misc 2010-10-15 06:29:46 +00:00
firebirds
e5f933081c nightly update 2010-10-14 03:21:13 +00:00
asfernandes
3e13fd72f1 Backported Improvement CORE-1453 - Allow usage of functions in LIST delimiter parameter 2010-10-13 23:11:40 +00:00
dimitr
1d7ca1713f More backport from v2.5. 2010-10-13 15:15:24 +00:00
dimitr
501dadee9d Backport faster lookup in the security classes. 2010-10-13 12:55:38 +00:00
dimitr
ec5979c2fa Backported CORE-1234: More information about table what belongs to column when checks privileges.
Fixed the major part of the slowdown in CORE-2827: Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared.
Code cleanup.
2010-10-13 11:50:57 +00:00
firebirds
484763661d nightly update 2010-09-25 03:20:27 +00:00
dimitr
9c07e7d371 Fixed unregistered error in the BLR printer output. 2010-09-24 11:33:35 +00:00
dimitr
3b2663b68c Correction. 2010-09-24 09:35:26 +00:00
firebirds
e2b232068b nightly update 2010-09-22 03:27:07 +00:00
dimitr
dea4d36419 Backport CORE-3003: Procedure suspend check may cause restore to fail. 2010-09-21 06:18:20 +00:00
firebirds
3ad645b9cf nightly update 2010-09-19 03:19:05 +00:00
dimitr
b6c0bee335 Fixed CORE-3137: Partial rollback is possible for a selectable procedure modifying data. 2010-09-18 06:52:12 +00:00
firebirds
6afe4b4e38 nightly update 2010-09-16 03:29:36 +00:00
firebirds
9dc4a9afda nightly update 2010-09-15 09:09:32 +00:00
dimitr
b70b571820 Fixed CORE-3131: WIN1257_LV (Latvian) collation is wrong for 4 letters: A E I U. 2010-09-13 15:02:40 +00:00
hvlad
807c777d9c Backport fix for bug CORE-2356 : On Windows listener process of Classic Server can't create necessary resources after restart if any worker process was present 2010-09-11 10:35:27 +00:00
hvlad
c1ab5a8b37 Backport fix for bug CORE-2107 : Failed to establish TCP\IP connection with Windows Classic Server under high load 2010-09-11 09:33:38 +00:00
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