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

52823 Commits

Author SHA1 Message Date
ab2e4ea31b Completed renaming parameter from CORE-5472 2017-03-16 16:16:17 +03:00
114885eecc Fixed CORE-5503: Classical server has a maximum of 64 connections when using systemd init scripts 2017-03-16 13:16:13 +03:00
a9830c7856 Better parameter name in CORE-5472 2017-03-16 13:16:13 +03:00
firebirds
3fba3fc245 increment build number 2017-03-16 00:02:19 +00:00
hvlad
4117fe8811 Merge pull request #87 from redsoftbiz/win9x_removal
Remove Windows 9X support
2017-03-15 22:16:05 +02:00
nikolay.samofatov
bd4cf20220 Remove Windows 9X support 2017-03-15 14:54:41 +03:00
0fc68ab8ea Avoid loosing decimal float precision, scale and/or sign info when sorting 2017-03-15 14:42:30 +03:00
firebirds
95c7bd8add increment build number 2017-03-15 00:02:32 +00:00
hvlad
d9e1ab6e28 Comments and definition to better explain recent fix for CORE-5498 2017-03-14 17:58:54 +02:00
firebirds
6c311a1e76 increment build number 2017-03-14 00:02:33 +00:00
0227ec9e3c Implemented DecFloat-specific functions present in DB2 2017-03-13 20:09:14 +03:00
hvlad
1504760d0d Misc 2017-03-13 18:39:53 +02:00
hvlad
6780df6271 Fixed bug CORE-5498 : Cannot create connection for DB Events 2017-03-13 18:39:21 +02:00
Adriano dos Santos Fernandes
ff01852554 Increase maximum message length for isc_overriding_system_missing. 2017-03-12 23:18:05 -03:00
firebirds
0308b58bf4 increment build number 2017-03-11 00:02:31 +00:00
8e865303b0 Fixed CORE-5501: Unclear gstat's diagnostic when damaged page in DB file appears encrypted 2017-03-10 17:08:14 +03:00
firebirds
6b7a397694 increment build number 2017-03-10 00:02:33 +00:00
bc997cf481 Misc - better var. names 2017-03-09 11:50:35 +03:00
Adriano dos Santos Fernandes
6b06320fdc Misc. 2017-03-09 00:49:23 -03:00
firebirds
de0654aa8f increment build number 2017-03-09 00:02:31 +00:00
Adriano dos Santos Fernandes
9517964f78 Postfix for CORE-5463 per Pavel Zotov comment. 2017-03-08 18:47:36 -03:00
14906afe06 Control which exceptions in decfloat (underflow, division by zero, etc.) trap SQL statement 2017-03-07 20:45:11 +03:00
firebirds
ecc816c596 increment build number 2017-03-07 00:02:33 +00:00
57af009fd8 New DDL node and request type - SessionManagement. Added supoport for setting various decimal float rounding modes. 2017-03-06 19:40:31 +03:00
7af54d72bc Use same index format for Decimal64 & 128 2017-03-06 18:15:49 +03:00
fb22a195bc Fixed CORE-5496: Creating SRP SYSDBA with explicit admin (-admin yes in gsec or grant admin role in create user) creates two SYSDBA accounts 2017-03-06 13:04:51 +03:00
firebirds
63efacdbb1 increment build number 2017-03-05 00:02:31 +00:00
hvlad
828a23e93a Ignore trailing zero's in password buffer just read from VARBINARY column.
It fixes bug when accounts created by legacy user manager wrongly declined by the server.
See message in fb-devel by Mark (Legacy usermanager broken in Firebird 4?)
2017-03-04 23:58:11 +02:00
Adriano dos Santos Fernandes
cad084060f Merge pull request #85 from mrotteveel/CORE-5494
CORE-5494 Allow BINARY as sub_type.
2017-03-04 15:30:08 -03:00
Mark Rotteveel
63eb729ac0 CORE-5494 Allow BINARY as sub_type 2017-03-04 15:57:22 +01:00
d7b6b57fb7 Support altering type to decfloat 2017-03-03 19:55:37 +03:00
firebirds
bb48044c9a increment build number 2017-03-02 00:02:36 +00:00
Adriano dos Santos Fernandes
cec00e751f Postfix for CORE-5480, thanks to Mark Rotteveel. 2017-03-01 17:56:23 +00:00
Adriano dos Santos Fernandes
b993ed2cde Fixed CORE-5480 - SUBSTRING startposition smaller than 1 should be allowed. 2017-03-01 16:11:28 +00:00
ccfb567bc8 Fixed mistype - thanks to Vlad 2017-02-27 15:45:33 +03:00
386c5030d2 Native precise indexing of decfloat fields 2017-02-27 15:02:49 +03:00
firebirds
41673e1d79 increment build number 2017-02-26 00:02:46 +00:00
Adriano dos Santos Fernandes
3ca6fc140d Feature CORE-5463 - Support GENERATED ALWAYS identity columns and OVERRIDE clause.
I didn't verified why the error messages are being truncated. It seems idiotic if
the engine, library or ISQL does not accept these not-so-detailed messages.
2017-02-24 23:03:04 -03:00
firebirds
0b80f7dbba increment build number 2017-02-23 00:02:33 +00:00
b926d32a1c Suggested by Michal fix 2017-02-22 17:32:30 +03:00
hvlad
2c49e6fcf2 New feature CORE-5488 : Timeouts for running SQL statements and idle connections 2017-02-22 14:30:57 +02:00
firebirds
4deeaac7c7 increment build number 2017-02-22 00:02:32 +00:00
hvlad
d4ff776913 Misc 2017-02-21 17:25:56 +02:00
1ca3ceec16 Sort DECFLOAT data 2017-02-21 17:36:57 +03:00
firebirds
e864cd7111 increment build number 2017-02-17 00:02:34 +00:00
hvlad
f12593527b Make name of shared memory for users map dependent on the engine version to avoid confusion when different engines running at the same time. 2017-02-16 23:48:03 +02:00
Adriano dos Santos Fernandes
d17e224131 Remove unused parser rule. 2017-02-16 15:31:02 +00:00
028248b194 Merged changes from master branch 2017-02-16 17:56:23 +03:00
929378c2ac Go lesser evil way 2017-02-16 12:55:18 +03:00
firebirds
154a088b88 increment build number 2017-02-16 00:02:32 +00:00