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

54354 Commits

Author SHA1 Message Date
hvlad
7c5e3b3af5 Update documentation, consistent style.
Thanks to Roman and Nikolay.
2020-03-28 12:15:33 +02:00
hvlad
67491910a4 Update documentation 2020-03-27 12:01:05 +02:00
hvlad
48ce67206d Preserve locks when required and there is no next savepoint (for ex. no transaction-level savepoint) 2020-03-22 23:36:43 +02:00
hvlad
e7b97e7290 Restore how DebugInfo was generated.
Misc.
2020-03-22 14:04:15 +02:00
hvlad
7a97a8b050 Introduced generic way to add some specific markers for primary BLR verbs using new blr_marks code.
Debug info markers is replaced by blr_marks.
Debug info format and version is changed back.
2020-03-11 12:37:24 +02:00
hvlad
16b39a8a96 Correct usage of Arg::Int64, thanks to Dmitry 2020-03-06 16:24:15 +02:00
hvlad
c82dcc915e Let restart request immediately when update conflict happens at positioned UPDATE\DELETE 2020-03-06 16:13:32 +02:00
hvlad
83da5677f2 Fixed regression found by Nikolay 2020-03-05 12:57:04 +02:00
hvlad
24e4944b05 Merge branch 'master' into query_restarts_2 2020-02-13 02:04:02 +02:00
hvlad
447974bd84 Reworked request restart logic 2020-02-13 01:47:14 +02:00
Adriano dos Santos Fernandes
19713e7615 Unzip tzdata with unzip utility in Windows. 2020-02-12 13:02:30 -03:00
hvlad
1d350746d7 Correct usage of Arg::Int64 2020-02-12 15:48:21 +02:00
hvlad
641eca3aa0 A bit better solution for CORE-6110: 64-bit transaction IDs are not stored properly in status vector 2020-02-12 13:08:40 +02:00
firebirds
9a7a0a3750 increment build number 2020-02-12 00:06:05 +00:00
Adriano dos Santos Fernandes
d99fcf9044 Fix "bug" CORE-6243 - Regression: v4 Beta 1 rejects POSITION element of v2.5 defined SQL2003 CREATE TRIGGER syntax. 2020-02-11 16:11:16 +00:00
firebirds
83d4b25f2b increment build number 2020-02-08 00:04:39 +00:00
AlexPeshkoff
57e7035411 Added a sample of authentication plugin based on shared secret key 2020-02-07 20:36:20 +03:00
Ilya Eremin
696673bca1 Fixed CORE-6110: 64-bit transaction IDs are not stored properly in status vector
Arg::Str is used instead of Arg::Num for isc_concurrent_transaction, isc_rec_in_limbo, isc_tra_state error messages because transaction number is 64-bit unsigned integer.
2020-02-07 18:57:41 +03:00
Dmitry Yemanov
c577971da0 This should fix empty routine names reported during DROP operations 2020-02-07 15:57:45 +03:00
firebirds
8e6825a05c increment build number 2020-02-05 00:04:46 +00:00
Adriano dos Santos Fernandes
b2b5f9a87c Improvement CORE-6239 - Procedures and EXECUTE BLOCK without RETURNS should not be allowed to use SUSPEND. 2020-02-04 15:42:02 +00:00
Adriano dos Santos Fernandes
53e74d2aa4 Postfix for CORE-6241. 2020-02-03 22:38:44 -03:00
firebirds
7b81b12390 increment build number 2020-02-04 00:05:05 +00:00
Adriano dos Santos Fernandes
fcae494a2f Fixed CORE-6241 - Values greater than number of days between 01.01.0001 and 31.12.9999
(=3652058) can be added or subtracted from DATE.
2020-02-03 15:41:35 +00:00
AlexPeshkoff
272a49e3ea Postfix for CORE-5974 & CORE-6218 2020-02-03 17:52:16 +03:00
firebirds
f32cd4b403 increment build number 2020-02-01 00:04:42 +00:00
AlexPeshkoff
0ef5a1a1c1 Postfix for CORE-6238 2020-01-31 20:20:02 +03:00
Alexander Peshkov
5d722684cf
Merge pull request #254 from FirebirdSQL/SrpPerf
Fixed CORE-6237: Fixed performance issue with SRP plugin (added connections cache)
2020-01-31 19:23:01 +03:00
hvlad
4436a189f6 Update Windows build 2020-01-31 14:32:56 +02:00
AlexPeshkoff
678c48a1fc Fixed gcc warning 2020-01-31 12:53:04 +03:00
AlexPeshkoff
c2d8f87cad Avoid code duplication 2020-01-31 12:47:09 +03:00
firebirds
fad521155e increment build number 2020-01-31 00:04:36 +00:00
AlexPeshkoff
c9650051b9 Comment 2020-01-30 17:39:51 +03:00
AlexPeshkoff
9e6c6d0066 Fixed CORE-6238: DECFLOAT: subtraction Num1 - Num2 leads to "Decimal float overflow" if Num2 is specified in scientific notation and less than max double ( 1.7976931348623157e308 ) 2020-01-30 17:22:56 +03:00
AlexPeshkoff
28e3e2282a Miss diagnostics 2020-01-30 13:07:24 +03:00
firebirds
2ca63cce2b increment build number 2020-01-30 00:05:06 +00:00
AlexPeshkoff
60e628b123 Make self test of compatibility UDR work with dialect 1 2020-01-29 20:19:13 +03:00
AlexPeshkoff
61f656c411 Use correct error codes when double precision value had been overflown 2020-01-29 20:19:13 +03:00
firebirds
0b43aa6985 increment build number 2020-01-29 00:05:05 +00:00
Dmitry Yemanov
c577472929
Merge pull request #247 from FirebirdSQL/fix_trusted_ddl
Removed TDBB_trusted_ddl flag and refactored related code.
2020-01-28 19:30:38 +03:00
Roman Simakov
9552ce2376 Deleted unneeded call of SCL_check_access if an object wasn't found 2020-01-28 17:19:06 +03:00
Roman Simakov
f7c90dcd46 Now checkPermission returns void. Reverted forgotten error message. 2020-01-28 15:23:38 +03:00
Roman Simakov
c9ac330a96 Merge remote-tracking branch 'origin/master' into fix_trusted_ddl 2020-01-28 14:13:36 +03:00
firebirds
b5c9f2e132 increment build number 2020-01-27 00:04:36 +00:00
Adriano dos Santos Fernandes
f516072ac1 Register dependencies only when "csb->csb_g_flags & csb_get_dependencies". 2020-01-26 12:25:12 -03:00
Adriano dos Santos Fernandes
98efe88f11 Fixed CORE-6233 - Wrong dependencies of stored function on view after backup and restore. 2020-01-26 12:23:42 -03:00
AlexPeshkoff
95163e7455 Fixed CORE-6237: Performance issue - security database connections cache in SRP plugin 2020-01-24 19:02:52 +03:00
firebirds
8060136b7a increment build number 2020-01-24 00:04:37 +00:00
Dmitry Yemanov
e93a729892 Postfix for CORE-6236 (RDB package has wrong privilege for PUBLIC) 2020-01-23 12:18:44 +03:00
firebirds
e6d0792934 increment build number 2020-01-23 00:04:37 +00:00