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

53025 Commits

Author SHA1 Message Date
hvlad
709a48e75b Fixed bug CORE-5872 : Database validation reports false errors "Record XXX has bad transaction" and\or "Record XXX is wrong length" when record transaction number is greater than 2^32 2018-07-10 22:42:22 +03:00
hvlad
b248e09ae4 Fixed bug CORE-5870 : ISQL's "show database" command works wrong with 64-bit numbers 2018-07-10 19:50:34 +03:00
hvlad
b1a34f16d9 Fixed bug CORE-5869 : Sweep can't move OIT value over 2^32, when Next already greater than 2^32 (4'294'967'296) 2018-07-10 19:32:08 +03:00
firebirds
f752b80489 increment build number 2018-07-04 00:04:05 +00:00
Alex Peshkoff
acf9e3b7bf Better description of new plugins for FB3 2018-07-03 12:57:27 +03:00
firebirds
083606fafb increment build number 2018-07-03 00:03:41 +00:00
Alex Peshkoff
0b547e33df Fixed exception handling in wire crypt code - thanks to Vlad 2018-07-02 11:51:58 +03:00
firebirds
8bdace12ee increment build number 2018-07-02 00:03:42 +00:00
hvlad
772572a382 This should fix bug CORE-5863 : Classic process crashes when client disconnected 2018-07-01 17:53:25 +03:00
firebirds
25a9a87198 increment build number 2018-06-27 00:03:43 +00:00
hvlad
4a94f484b7 Prevent AV when thread detaches and no modules was loaded 2018-06-27 00:50:10 +03:00
firebirds
4e1c35ceb1 increment build number 2018-06-26 00:04:27 +00:00
Roman Simakov
c3524dbf0b Adjust assert condition and added check if role exists. 2018-06-25 12:07:37 +03:00
firebirds
9fa7c35062 increment build number 2018-06-25 00:03:41 +00:00
hvlad
d87df8cd41 Fixed crash when no object for grant\revoke operation.
Roman, please review.
2018-06-25 01:35:30 +03:00
firebirds
2627bcdf60 increment build number 2018-06-24 00:03:49 +00:00
Adriano dos Santos Fernandes
da61869854 Postfix for CORE-5846 - CREATE VIEW issues "Implementation of text subtype 512 not located". 2018-06-23 12:52:08 -03:00
firebirds
bde2b20a2f increment build number 2018-06-23 00:03:43 +00:00
Roman Simakov
a01d81d1ed Backport of pull request #163 from FirebirdSQL/trigger1_refac
Fixed CORE-5852: There is no check of existance generator and exception when privileges are granted
Moved check of the object existance from trigger1 to grantRevoke method.
2018-06-22 17:34:28 +03:00
Adriano dos Santos Fernandes
1a29188566 Fixed CORE-5846 - CREATE VIEW issues "Implementation of text subtype 512 not located". 2018-06-21 21:49:32 -03:00
firebirds
b5032e475e increment build number 2018-06-22 00:04:00 +00:00
Alex Peshkoff
8f94aecbfe Postfix for CORE-5791 2018-06-21 19:51:44 +03:00
hvlad
f56992443c Add sha2 into Windows builds (vc10, vc12 and vc14) 2018-06-21 16:10:48 +03:00
Alex Peshkoff
406b169d96 Applied CORE-5788: Security Patch: Replacement of use of SHA-1 in the SRP Client Proof with SHA-256 2018-06-21 14:52:49 +03:00
firebirds
11218c4607 increment build number 2018-06-21 00:03:33 +00:00
hvlad
2f77f8e618 Rework fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-06-21 00:40:34 +03:00
firebirds
93ae29dba1 increment build number 2018-06-20 00:03:39 +00:00
Alex Peshkoff
4e0c59667e Postfix for core-5824 2018-06-19 16:33:08 +03:00
hvlad
0e793dd0be Fixed bug CORE-5847 : "Malformed string" instead of key value in PK violation error message 2018-06-19 11:32:53 +03:00
firebirds
d8ad426f37 increment build number 2018-06-19 00:03:58 +00:00
hvlad
3550875261 More strict fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-06-18 13:51:44 +03:00
firebirds
8d262507a2 increment build number 2018-06-15 00:03:29 +00:00
hvlad
ceefd571dc Backport fix for bug CORE-5843 : Wrong handling of failures of TRANSACTION START trigger 2018-06-14 15:49:05 +03:00
firebirds
e62da8a600 increment build number 2018-06-14 00:03:32 +00:00
Alex Peshkoff
67a3196473 Minimal backport of flags needed for ARM builds 2018-06-13 19:35:02 +03:00
hvlad
174a789be6 Another fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-06-13 14:17:24 +03:00
firebirds
4f8e4b612f increment build number 2018-06-06 00:03:36 +00:00
Roman Simakov
56d03a6dc7 Fixed CORE-5840: Ignor of reference privilege. 2018-06-05 16:22:13 +03:00
firebirds
4a37a37ae4 increment build number 2018-06-02 00:03:52 +00:00
Roman Simakov
2bad53c6f6 Fixed CORE-5755: No error if the GRANT target object does not exist 2018-06-01 17:08:26 +03:00
Dmitry Yemanov
fd614b807a Avoid not synchronized access to the shared list + some minor adjustments 2018-06-01 17:06:14 +03:00
firebirds
08f8f7ca52 increment build number 2018-05-31 00:03:33 +00:00
hvlad
eca3fc6530 This should fix bug CORE-5837 : Inconsistent results when working with GLOBAL TEMPORARY TABLE ON COMMIT PRESERVE ROWS 2018-05-30 16:43:50 +03:00
hvlad
45bbbe2157 Update VIO_DEBUG code - mostly added relation id. 2018-05-30 16:38:01 +03:00
firebirds
a106ac4345 increment build number 2018-05-25 00:03:46 +00:00
Adriano dos Santos Fernandes
3b6e74e873 Fixed CORE-5833 - DDL triggers for some object types (views, exceptions, roles, indexes, domains) are lost in backup-restore process. 2018-05-24 19:58:38 -03:00
firebirds
d0b745c296 increment build number 2018-05-24 00:03:42 +00:00
AlexPeshkoff
e16ecb8de9 Backported CORE-5831: Not user friendly output of gstat at encrypted database 2018-05-23 18:27:02 +03:00
AlexPeshkoff
759bd79429 Backported CORE-5824: Segmentation fault during install on Linux 2018-05-23 15:27:09 +03:00
firebirds
eb95a0c330 increment build number 2018-05-23 00:03:36 +00:00