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

43896 Commits

Author SHA1 Message Date
roman-simakov
fa751247f4 Ignoring port for localhost in nbackup. Added check for localhost and error message if non localhost provided. 2013-12-04 16:24:08 +00:00
firebirds
4d639b6506 nightly update 2013-11-30 03:13:24 +00:00
alexpeshkoff
7b208f8543 Committed commented ARM64-linux port in order to reserve class ID for it 2013-11-29 11:33:33 +00:00
firebirds
e29649e5bd nightly update 2013-11-28 01:07:22 +00:00
alexpeshkoff
231089c781 Backported fix for CORE-4283: Resource temporarily unavailable errors while simultaneously registering events 2013-11-27 12:48:10 +00:00
firebirds
581d115aff nightly update 2013-11-16 04:56:36 +00:00
dimitr
679de0fb65 Fixed CORE-4267: Server crashes while sweeping the database. 2013-11-15 15:12:51 +00:00
firebirds
1e0956dd06 nightly update 2013-11-14 00:41:11 +00:00
dimitr
5bf1f9b07c Attachments marked as shutdown may still be running (before they reach the rescheduling point), so they should not be accounted as already gone. This should also fix CORE-4236: Database shutdown is reported as successfully completed before all active connections are in fact interrupted. 2013-11-13 18:36:59 +00:00
firebirds
254d3d75a6 nightly update 2013-11-08 00:44:04 +00:00
paulbeach
5377f3200d Fix embedded on MacOS issue with symbolic links and relative paths 2013-11-07 11:10:54 +00:00
firebirds
c4bdb8f689 nightly update 2013-10-25 01:36:42 +00:00
asfernandes
00d1394b5d Backported fix for CORE-4247 - Delete "where current of" cursor fails for tables with newly added fields. 2013-10-24 14:53:09 +00:00
firebirds
ee01ab69b0 nightly update 2013-10-24 00:42:20 +00:00
hvlad
7ce9758a33 Fixed minor bugs
CORE-4250 : AV in guardian at process shutdown
CORE-4251 : Guardian service could write garbage after the end of message in the Event Log
and clean up a bit
2013-10-23 11:06:52 +00:00
firebirds
ce19040f7f nightly update 2013-10-15 00:49:56 +00:00
asfernandes
d699c7c2f0 Fixed CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-14 16:15:41 +00:00
firebirds
94e689592b nightly update 2013-09-27 02:36:20 +00:00
asfernandes
c62e9cfbf5 Backport fix for CORE-4145 - Memory leak when preparing Execute Block which uses domains. 2013-09-26 15:37:21 +00:00
firebirds
31bdfdbac4 nightly update 2013-09-25 00:42:01 +00:00
hvlad
cfed85fca7 Additional fix for bug CORE-2648 : Nbackup's delta file ignored Forced Writes database setting 2013-09-24 12:24:09 +00:00
firebirds
c1c61ad67d nightly update 2013-09-24 00:31:49 +00:00
hvlad
650007add2 Fixed bug CORE-4233 : In PSQL modules with declared cursors engine could assign value to the wrong variable 2013-09-22 11:59:02 +00:00
firebirds
7f14b164e8 nightly update 2013-09-21 00:55:31 +00:00
dimitr
3b1b348f20 Somewhat hackery fix for CORE-4201: Computed field returns null value inside BI trigger.
A better solution requires major changes and will be investigated in trunk later.
2013-09-20 08:27:47 +00:00
firebirds
14597a8946 nightly update 2013-09-19 09:14:53 +00:00
hvlad
67dc3c14a5 Correction for fix for bug CORE-4134 : Race condition when auto-sweep is started
The patch wrongly disabled manual sweep to run when database is shutdown.
Auto sweep is still disabled to run on such database.
2013-09-18 18:36:16 +00:00
hvlad
8c3c0ba01c Backport fix bug CORE-4225 : Server crashes when attempting to trace activity on database having a db-level trigger 2013-09-18 13:54:23 +00:00
alexpeshkoff
fa00f70cdf Fixed CORE-4224: Database replace through services API fails 2013-09-18 11:58:19 +00:00
firebirds
6a0017f838 nightly update 2013-09-17 01:28:29 +00:00
hvlad
4924dd73a4 Fixed bug CORE-4216 : Memory leak with TRIGGER ON TRANSACTION COMMIT 2013-09-16 07:36:19 +00:00
firebirds
ac64792b4f nightly update 2013-09-14 00:31:21 +00:00
hvlad
fc04b34e05 Fix to please GCC 2013-09-13 08:12:28 +00:00
firebirds
56680854c1 nightly update 2013-09-13 00:43:43 +00:00
hvlad
f5a7b00328 Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408" 2013-09-12 14:21:53 +00:00
alexpeshkoff
a88d6444cb Fixed 2.5.3 regression, introduced by one of my previous commits - deadlock when starting transaction using SQL operator 2013-09-12 06:47:20 +00:00
firebirds
f3df48ef36 nightly update 2013-09-12 00:53:02 +00:00
hvlad
dd5b5af884 Improvement CORE-4215 : Execution of SET STATISTICS INDEX statement could block or slow execution of concurrent attachments 2013-09-11 15:40:25 +00:00
firebirds
e1b54891c8 nightly update 2013-09-11 01:10:21 +00:00
asfernandes
0d5f4a5341 Fixed CORE-4204 - Error when compiling the procedure containing the statement if (x = (select ...)). 2013-09-10 14:52:59 +00:00
hvlad
3f04a230d7 Fixed bug CORE-4214 : GTT should not reference permanent relation 2013-09-10 14:35:50 +00:00
hvlad
f6ba5b82a8 Fixed bug CORE-4212 : Dropping FK on GTT crashes server 2013-09-10 11:39:54 +00:00
alexpeshkoff
f90eece421 Backported fix for CORE-4211: Embedded engine hangs for 5 seconds when closing 2013-09-09 11:05:54 +00:00
firebirds
aea7db0701 nightly update 2013-09-07 02:03:07 +00:00
asfernandes
58804e7d6c Fixed CORE-4210 - Preserve comments for output parameters after altering procedures. 2013-09-06 15:58:01 +00:00
alexpeshkoff
2b60b258fa Slightly enhanced diagnostics 2013-09-06 12:09:53 +00:00
alexpeshkoff
c21e1ab539 Slightly enhance diagnostic 2013-09-06 08:50:53 +00:00
firebirds
4c6528d7cf nightly update 2013-09-06 00:41:30 +00:00
alexpeshkoff
206f1afe54 Fixed ICU loader to make it match one more symbols naming convention in fresh ICU 2013-09-05 13:59:56 +00:00
firebirds
214eac1dce nightly update 2013-09-05 00:43:53 +00:00