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

55348 Commits

Author SHA1 Message Date
hvlad
3d3721af24 Update list of known services. 2021-02-18 19:30:54 +02:00
firebirds
a9a6a45647 increment build number 2021-02-17 00:05:23 +00:00
Adriano dos Santos Fernandes
84d167ae4e Fix warnings. 2021-02-16 13:00:02 -03:00
hvlad
4fd96eefb5 This should fix bug CORE-6488 : Event delivery could be missed when local (XNET) protocol is used 2021-02-16 12:25:36 +02:00
Dmitry Yemanov
f2fc97acad Fixed CORE-6486 and CORE-6487 with one shot 2021-02-16 13:04:47 +03:00
firebirds
0acb8378fc increment build number 2021-02-16 00:04:53 +00:00
Adriano dos Santos Fernandes
65ce402465 Improvement CORE-6485 - Provide time zone ids constants in public headers. 2021-02-15 13:35:01 -03:00
hvlad
fd0fa8a3a5 Let include file name into error message when creation of temp file failed. 2021-02-10 12:43:38 +02:00
hvlad
f2805020a6 New setting TempTableDirectory.
Used to set directory where engine should put data of temporary tables and temporary blobs.
2021-02-10 12:42:09 +02:00
firebirds
4cfcfdea1f increment build number 2021-02-06 00:06:03 +00:00
AlexPeshkoff
ecb17cef2a Android port, both armv7a & aarch64 2021-02-05 21:06:20 +03:00
firebirds
9183d2ca60 increment build number 2021-02-05 00:05:09 +00:00
Dmitry Yemanov
2e0957f08a Fixed CORE-6478. Added -replica switch to gbak. Support all replication features in the Services API. 2021-02-04 19:46:41 +03:00
Adriano dos Santos Fernandes
03910bb920 Misc. 2021-02-04 12:33:44 -03:00
Adriano dos Santos Fernandes
a8e63099fc Postfix for CORE-6466 about regression in CORE-5447.
Thanks to Vlad to have noticed the breakage.
2021-02-04 12:26:27 -03:00
firebirds
031eb4aa19 increment build number 2021-02-04 00:05:02 +00:00
hvlad
28a8cd2a5c This should avoid hangup\crash when engine shutdown was not complete within the allowed timeout. 2021-02-03 21:43:02 +02:00
hvlad
07030d3e23 Frontported fix for bug CORE-6477 : Rare race condition in Plugin Manager could lead to the server crash 2021-02-03 19:47:09 +02:00
hvlad
b6b6897dfa Fixed bug CORE-2032 : Stored procedure recursively called by calculated field fails after reconnect 2021-02-03 19:31:31 +02:00
Adriano dos Santos Fernandes
820fd7e740 Frontported fix for CORE-6466 - Comments before the first line of code are removed. 2021-02-03 12:28:13 -03:00
firebirds
8aa4958904 increment build number 2021-02-02 00:05:11 +00:00
169ae3104a Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:21:32 +01:00
d3585454b9 Do not let missing FB4 QSG break the packaging of RC1. 2021-02-01 16:20:07 +01:00
8c64f4c9ce Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:18:04 +01:00
03395fafb1 Do not let BuildExecutableInstall fail silently if an error has occurred. 2021-02-01 16:14:26 +01:00
firebirds
3bafdce841 increment build number 2021-01-30 00:02:25 +00:00
Mark Rotteveel
2873f8cdcd Fix typo in tzdata update workflow 2021-01-29 14:26:29 +01:00
firebirds
e06ffee7d2 increment build number 2021-01-29 12:36:41 +00:00
Dmitry Yemanov
3bdcd778ac v2.1 is dead, don't spend time on it 2021-01-29 15:36:06 +03:00
firebirds
3be04b18c4 increment build number 2021-01-29 11:02:18 +00:00
Dmitry Yemanov
591bc17fb0 Revert back to the v3 behaviour. Attempts to improve things have caused more harm than expected. 2021-01-29 13:57:47 +03:00
Dmitry Yemanov
d4835cab7f Postfix for my yesterday's commit 2021-01-29 11:37:56 +03:00
firebirds
6bdc589ad6 increment build number 2021-01-29 00:05:17 +00:00
Dmitry Yemanov
034e6e2453 Adjusted the docs 2021-01-28 20:33:40 +03:00
asfernandes
963005db67 Updata tzdata. 2021-01-28 10:30:21 -03:00
Dmitry Yemanov
74f7b30b77 This should fix the regression introduced while resolving CORE-6248 2021-01-28 13:25:29 +03:00
Dmitry Yemanov
b515605299 Increased the request size limit 2021-01-28 13:25:29 +03:00
firebirds
f5dfa626e1 increment build number 2021-01-28 00:05:15 +00:00
Dmitry Yemanov
1e5faca5ae Misc adjustments 2021-01-27 21:22:49 +03:00
Dmitry Yemanov
7281c53f8d Documented recent commits 2021-01-27 21:07:51 +03:00
2a41326de2
Make UID output comply RFC 4122 (#306)
* Make UID output comply RFC 4122

* Update format specifier to explicit unsigned char type
2021-01-27 21:07:27 +03:00
firebirds
c535672e55 increment build number 2021-01-26 00:05:13 +00:00
hvlad
b8f4ae7322 Avoid recursive calls in memory pool printing code.
It allows to avoid stack overflow when there are huge number of extents allocated.
2021-01-25 11:47:32 +02:00
firebirds
316d107ab7 increment build number 2021-01-24 00:04:53 +00:00
Dmitry Yemanov
4d37d8c0a5 Implement CORE-6474: Report replica mode through isc_database_info, MON and SYSTEM context 2021-01-23 16:33:08 +03:00
hvlad
4dfb30a45b Fixed bug CORE-6475 : Memory leak when running EXECUTE STATEMENT with named parameters
Also, added check for parameter name length not exceeding MAX_SQL_IDENTIFIER_LEN (it is anyway limited at the SQL\BLR parsers level).
2021-01-23 14:25:21 +02:00
Dmitry Yemanov
4ad2beeffe One more backport from the replication branch 2021-01-23 15:17:49 +03:00
Dmitry Yemanov
bd68182a97 Fixed mistake on the ODS number 2021-01-23 15:17:49 +03:00
firebirds
8c984ec022 increment build number 2021-01-23 00:06:17 +00:00
AlexPeshkoff
9159861fe1 Doc fix 2021-01-22 13:22:56 +03:00