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 |
|
firebirds
|
ce38413d34
|
increment build number
|
2021-01-22 00:06:07 +00:00 |
|
hvlad
|
98b1321810
|
Additional fix for CORE-6469.
Trace manager must correctly handle NULL transaction in event_dsql_execute().
|
2021-01-21 13:50:13 +02:00 |
|
firebirds
|
253e8352cc
|
increment build number
|
2021-01-21 00:05:09 +00:00 |
|
hvlad
|
a65f19f8b3
|
Improvement CORE-6469 : Provide ability to see in the trace log actions related to session management (e.g. ALTER SESSION RESET)
|
2021-01-20 22:26:05 +02:00 |
|
hvlad
|
721f81bb0a
|
Changed type of RDB$CONFIG.RDB$CONFIG_NAME to VARCHAR(63) CHARACTER SET ASCII - according to discussion in fb-devel.
Removed redundant system domain.
|
2021-01-20 22:21:12 +02:00 |
|
Dmitry Yemanov
|
6d35fee2fd
|
Updated the docs
|
2021-01-20 12:49:52 +03:00 |
|
firebirds
|
e715444734
|
increment build number
|
2021-01-20 00:05:38 +00:00 |
|
Paul Reeves
|
3f8e21d679
|
Add fbit - the firebird binary test_installer. This is for internal testing of the firebird binary install kits.
|
2021-01-19 15:30:00 +01:00 |
|
Paul Reeves
|
00d6f8f0e1
|
Remove obsolete [messages] section
|
2021-01-19 15:26:54 +01:00 |
|
Paul Reeves
|
33bdf6beb6
|
Comment out Bosnian as a language option at install time because Bosnian is not currently supported up stream by InnoSetup :-(
|
2021-01-19 15:26:15 +01:00 |
|
Paul Reeves
|
cecd298918
|
Replace hard-coded minimum windows version strings with MINVER define
|
2021-01-19 15:24:21 +01:00 |
|
Paul Reeves
|
b1c660910d
|
Update InnoSetup script to latest version (6.1.2) and document effect on the minimum version of windows that is now supported by the binary installer.
|
2021-01-19 15:20:44 +01:00 |
|
Paul Reeves
|
f7d2f58847
|
Silence unnecessary warning
|
2021-01-19 15:16:52 +01:00 |
|
Paul Reeves
|
034c5a14d6
|
Use underscore consistently in setting FBBUILD_FILE_ID
|
2021-01-19 15:16:32 +01:00 |
|
firebirds
|
bf8f3d8a60
|
increment build number
|
2021-01-13 00:05:33 +00:00 |
|
hvlad
|
be3684561d
|
Added missed checkout when external connection is reset.
Else engine could hung, for example with external connection to the same database and ON CONNECT trigger with query to the monitoring table(s).
|
2021-01-12 10:31:00 +02:00 |
|
firebirds
|
f923eee7ff
|
increment build number
|
2021-01-09 00:05:52 +00:00 |
|
Adriano dos Santos Fernandes
|
6eeef32127
|
Misc.
|
2021-01-08 13:00:58 -03:00 |
|