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

48993 Commits

Author SHA1 Message Date
firebirds
1ac3dac135 nightly update 2012-12-15 03:44:27 +00:00
alexpeshkoff
c7454a49a5 Work in progress (committed due to SF upgrade). Checked only on SS.
1. Frontported fix for CORE-3935 and CORE-3993.
2. Added debugging support for mutexes and rwlocks in Vulcan style.
Unfortunately after last 'svn up' build asserts in JrdStatement:71.
2012-12-14 17:59:02 +00:00
alexpeshkoff
202c3642c4 Try to make Darwin port happy 2012-12-14 17:39:49 +00:00
makowski
c33368612b Fixed CORE-4011: /etc/init.d/ script for Mageia and RedHat RH #886578 2012-12-14 10:01:27 +00:00
firebirds
8023fcd2f6 nightly update 2012-12-14 03:36:43 +00:00
dimitr
1a4c0c5808 1) Encapsulated the remaining external looper calls inside a SEH block. It allows to catch async exceptions coming while result set is being fetched. No performance penalty has been noticed.
2) Slightly refactored the looper call chain to avoid code duplication.
3) Fixed CORE-4010: Fetch cannot be subsequently interrupted via DELETE FROM MON$STATEMENTS.
2012-12-13 18:31:42 +00:00
alexpeshkoff
6e6746b63c Darwin port 2012-12-13 14:40:20 +00:00
firebirds
c4b020954b nightly update 2012-12-13 03:39:31 +00:00
dimitr
68aabe6352 Misc. 2012-12-12 08:32:56 +00:00
dimitr
fd24c3e3e0 Yet another complementary bugfix for CORE-4004. 2012-12-12 07:48:34 +00:00
firebirds
bcae61362d nightly update 2012-12-11 03:39:13 +00:00
asfernandes
eb00918b00 Misc. 2012-12-10 15:46:51 +00:00
asfernandes
a5e986a78d Move code from parse.y to Parser.cpp. 2012-12-10 14:42:56 +00:00
dimitr
1b5f6cd7b2 Avoid garbage to be written to the shadow's header page. It does not really hurt, but anyway. 2012-12-10 05:50:52 +00:00
firebirds
bdffc32a44 nightly update 2012-12-10 03:39:51 +00:00
asfernandes
d5f3e9f1fb Get rid of g_field hack. 2012-12-10 02:09:28 +00:00
firebirds
76e8718c4a nightly update 2012-12-07 03:44:08 +00:00
asfernandes
da61724a53 Fixed CORE-4006 - Using a result from a procedure in a substring expression leads to server crash. 2012-12-07 01:22:02 +00:00
hvlad
7012311f4d Front ported fix for CORE-3034 (Bugcheсk 300 (can't find shared latch)) 2012-12-06 14:51:58 +00:00
dimitr
3971e49b30 Another bunch of changes for CORE-4004: Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests. The looper nodes should never ignore req_unwind and transform it to something else.
Review and testing would be appreciated, especially in regard to EXE_assignment.
2012-12-06 12:09:11 +00:00
dimitr
bc1edae943 Added the initialization timestamp to shmem regions. Modified the lock print output to report this timestamp. This is useful to know as all the counters inside the lock table are incremental and a baseline is required to make any time-based estimations. 2012-12-06 08:13:45 +00:00
firebirds
cd2ed4050f nightly update 2012-12-06 03:35:59 +00:00
asfernandes
0bb4e7739c Get rid of g_field_name hack. 2012-12-05 14:31:35 +00:00
firebirds
deba66e62e nightly update 2012-12-05 03:40:57 +00:00
asfernandes
1cfac2b169 Refactor dsql_fld, TypeClause and ParameterClause. Eliminate some warnings. 2012-12-05 02:07:37 +00:00
firebirds
366942944e nightly update 2012-12-04 03:50:23 +00:00
dimitr
4ff4290f11 Front-ported bugfixes related to CORE-4004: Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests. 2012-12-03 11:21:00 +00:00
firebirds
503e3d02c2 nightly update 2012-12-02 03:48:09 +00:00
asfernandes
9727c2685b Misc. 2012-12-02 01:45:18 +00:00
firebirds
0fa9246455 nightly update 2012-12-01 03:37:42 +00:00
hvlad
0e766ce3d5 Fixed bug CORE-4002 : Error message "index unexpectedly deleted" in database trigger on commit transaction 2012-11-30 08:01:34 +00:00
firebirds
fc69cbc59e nightly update 2012-11-30 03:47:02 +00:00
asfernandes
9ef7f71bf2 Fixed gsec's display command. 2012-11-29 14:53:33 +00:00
firebirds
5d98ab508c nightly update 2012-11-28 04:02:31 +00:00
dimitr
a1d9ca6726 A few additional adjustments for CORE-1295: Bad optimization of queries with DB_KEY. 2012-11-27 17:36:13 +00:00
dimitr
b07ef45ae6 A few additional adjustments for CORE-1295: Bad optimization of queries with DB_KEY. 2012-11-27 17:22:42 +00:00
hvlad
b1e465c84a Make BPB correctly 2012-11-27 11:16:21 +00:00
hvlad
670587f63b Use InlineStorage to avoid (costly) memory allocation. 2012-11-27 11:08:15 +00:00
firebirds
38922b467e nightly update 2012-11-23 03:49:33 +00:00
dimitr
361c5a3b38 Implemented CORE-3994: Improve the limbo transactions scan at the end of the sweep.
Also, fixed the mistake in the refactored code (see the first change in the diff).
2012-11-22 17:17:59 +00:00
asfernandes
d574d43aa4 Fixed CORE-3992 - No records in the table rdb$dependencies for ddl trigger. 2012-11-22 13:55:31 +00:00
firebirds
e4b2014b1f nightly update 2012-11-22 03:49:04 +00:00
mapopa
08834058d4 Fix echo in configure : Firebird3 package 2012-11-21 14:51:44 +00:00
firebirds
d568f9e733 nightly update 2012-11-21 03:43:57 +00:00
dimitr
21ac7882da Misc. 2012-11-20 17:12:25 +00:00
dimitr
afe6692c18 Misc. 2012-11-20 16:34:54 +00:00
dimitr
2f7643a689 Better sync with Firebird::Array. 2012-11-20 16:32:20 +00:00
hvlad
6afc531f86 Make sure relation's flags are loaded from disk before analyze them 2012-11-20 12:23:53 +00:00
dimitr
60d8b9fd37 Additional fixes for CORE-3981 (Sub-optimal predicate checking while selecting from a view) that also resolve the regression CORE-3986 (GSEC couldn't change user password after fix for CORE-3981). 2012-11-20 10:39:37 +00:00
hvlad
3d33908684 Fixed bug CORE-3988 : Engine crashed when trace or audit is active 2012-11-20 10:00:47 +00:00