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

43432 Commits

Author SHA1 Message Date
firebirds
afca604ca3 nightly update 2012-06-01 03:28:44 +00:00
alexpeshkoff
87f4c847f1 Backported fix for 32-bit build 2012-05-31 11:01:20 +00:00
firebirds
1b3c83b086 nightly update 2012-05-30 03:35:30 +00:00
mkubecek
e8f880caaf isql: fix output if charset is different from locale 2012-05-29 20:25:11 +00:00
firebirds
d0eb7c082a nightly update 2012-05-27 03:30:47 +00:00
hvlad
6bacb20a9c Fixed bug CORE-3855 : Blobs, inserted into GLOBAL TEMPORARY TABLE ON COMMIT DELETE ROWS, could be placed into newly allocated pages even if there is enough free place on some existing data page 2012-05-26 21:51:29 +00:00
hvlad
afe802e663 Misc 2012-05-26 21:35:51 +00:00
firebirds
cd2cd55dca nightly update 2012-05-25 03:35:42 +00:00
alexpeshkoff
4124096666 Postfix for CORE-3612 - send errors to stderr 2012-05-24 09:07:04 +00:00
firebirds
e37aa2721e nightly update 2012-05-24 03:45:29 +00:00
mkubecek
6d1f6cabb1 Fix broken isql history with libedit 3.0 2012-05-23 09:37:13 +00:00
firebirds
1e960e235d nightly update 2012-05-23 03:29:12 +00:00
mkubecek
d8e09ee214 Add interpreter specification to generated scripts. 2012-05-22 16:55:34 +00:00
firebirds
68c7d9ce16 nightly update 2012-05-18 03:35:20 +00:00
dimitr
3c87b4dd77 One more correction. This restores the accidentally changed original logic. 2012-05-17 09:10:46 +00:00
dimitr
e2c3eaaec5 Correction. 2012-05-17 08:55:30 +00:00
dimitr
34e13e6189 More fixes for CORE-3557. 2012-05-17 08:08:26 +00:00
firebirds
f5bc3dee8c nightly update 2012-05-15 03:35:25 +00:00
asfernandes
2da8379cf3 Backport fix for CORE-3611 - Wrong data while retrieving from CTEs (or derived tables) with same column names. 2012-05-14 15:18:40 +00:00
firebirds
8d516daf4c nightly update 2012-05-13 03:33:49 +00:00
hvlad
3a6a7e1944 Fixed bug CORE-3845 : Interruption of 'heavy query' leads to 0 ms (zero duration) in it`s statistics in trace log 2012-05-12 09:18:02 +00:00
firebirds
ed77b57903 nightly update 2012-05-12 03:34:17 +00:00
hvlad
eda40f7fb3 Fixed bug CORE-3841 : Corrupted database after inserting rows.
It should also fix CORE-3839 : Values disappearing from index
2012-05-11 19:34:45 +00:00
hvlad
6cdb7c6c6a Fixed bug CORE-3844 : Validation not detects one specific case of index corruption 2012-05-11 19:32:50 +00:00
firebirds
de6ec22675 nightly update 2012-05-10 05:21:21 +00:00
dimitr
b266e11a1c Fixed my patch for CORE-3777 to cure the unexpectedly introduced regression. 2012-05-09 13:55:59 +00:00
firebirds
4ed8969760 nightly update 2012-05-04 04:59:17 +00:00
hvlad
74843be54a Removed accidentally committed code. 2012-05-03 21:24:13 +00:00
hvlad
7d22e58e1f Fixed bug CORE-3814 : SuperClassic server crashes when performing a database shutdown (FW=OFF) 2012-05-03 13:48:04 +00:00
hvlad
a2e489ed28 Improvement CORE-3598 : TRACE: add statistics of actions that were after transaction finished 2012-05-03 11:11:44 +00:00
hvlad
ec32e5d006 Trace errors raised by failed ON TRANSACTION ROLLBACK and ON DISCONNECT triggers. 2012-05-02 21:42:53 +00:00
hvlad
1bcb480d8d Improvement CORE-3539 : TRACE: add ability for logging ERRORs that occur in runtime (lock conflicts, PK/UK/FK violations et al) 2012-05-02 20:53:18 +00:00
firebirds
55344bea87 nightly update 2012-04-28 04:58:21 +00:00
dimitr
cc6d7212d8 Fixed CORE-3834: Usage of a NATURAL JOIN with a derived table crashes the server. 2012-04-27 16:31:24 +00:00
alexpeshkoff
74a5fa0552 Fixed posix build 2012-04-27 13:21:44 +00:00
firebirds
5c3aa3f063 nightly update 2012-04-27 04:59:14 +00:00
paulbeach
3eb03dfa02 Make the conf. parameter DummyPacketInterval more accurate. 2012-04-26 09:39:35 +00:00
firebirds
fe8428312a nightly update 2012-04-21 04:55:59 +00:00
hvlad
9b840d46b5 Fixed bug CORE-3825 : If an autocommit transaction (i.e. transaction started with isc_tpb_autocommit option) run DDL using EXECUTE STATEMENT it will produce a bugcheck 287 (Too many savepoints) 2012-04-20 20:01:12 +00:00
firebirds
189a1b7807 nightly update 2012-04-17 04:59:13 +00:00
hvlad
f4c4f79d04 Fixed bug CORE-3819 : Wrong service name to port address resolution in database connection string 2012-04-16 15:16:31 +00:00
firebirds
461828f5e8 nightly update 2012-04-14 04:59:12 +00:00
dimitr
3c9d33406f Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to _win1251 'ABCD' etc. The original code didn't check for charsets/collations but IMHO this was wrong. 2012-04-13 09:09:08 +00:00
firebirds
39dd3120bc nightly update 2012-04-13 05:25:35 +00:00
dimitr
35b431dc55 For the safety sake, let's not ignore possible OS level errors even if they seem unlikely to happen. 2012-04-12 16:32:05 +00:00
hvlad
d408de8899 Fixed bug CORE-3812 : Connection lost to database during massive dropping and altering primary keys of tables 2012-04-12 10:48:02 +00:00
firebirds
db53636033 nightly update 2012-04-09 04:59:14 +00:00
dimitr
c781f51ecf Rolled back the optimization committed recently due to the found regressions. A better solution is researched. 2012-04-08 05:57:12 +00:00
firebirds
3e192470ae nightly update 2012-04-08 05:20:49 +00:00
hvlad
58dfe8adb8 Fixed bug CORE-3810 : isql: zero divide + coredump when use "-pag 0" command switch & set heading on inside .sql script 2012-04-07 18:06:48 +00:00