Adriano dos Santos Fernandes
e8121839a8
Refactor request's timestamp handling.
2022-01-03 22:46:01 -03:00
Adriano dos Santos Fernandes
f1f7880012
Improvement #7092 - Improve performance of CURRENT_TIME.
2022-01-03 22:00:55 -03:00
Adriano dos Santos Fernandes
352dc2b994
Misc.
2022-01-03 22:00:55 -03:00
firebirds
a16daa9778
increment build number
2022-01-04 00:05:57 +00:00
Adriano dos Santos Fernandes
442bdd3104
Fix #7090 - Performance degradation with CURRENT_DATE, LOCALTIME and LOCALTIMESTAMP.
2022-01-03 15:35:12 -03:00
firebirds
436fc4a094
increment build number
2022-01-02 00:06:10 +00:00
Dmitry Yemanov
cc6cee0137
Avoid replicating internal DDL statements (just in case they would exist)
2022-01-01 11:49:08 +03:00
firebirds
6bb433f91b
increment build number
2022-01-01 00:06:11 +00:00
Vlad Khorsun
95dc28709d
Fixed build issues on win32 with ext auth samples
2021-12-31 17:00:40 +02:00
Vlad Khorsun
5d6b9c3557
Fixed build issues with ext auth samples
2021-12-31 17:00:40 +02:00
firebirds
92081647a3
increment build number
2021-12-28 00:06:18 +00:00
Adriano dos Santos Fernandes
bc4107c9c2
Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. ( #7088 )
...
Add FB_DLL_EXPORT to public headers.
Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-27 08:29:04 -03:00
firebirds
976648ad80
increment build number
2021-12-23 00:06:10 +00:00
Adriano dos Santos Fernandes
5718f94ed8
Fixed #7084 - Creating unique constraints on MacOS fails on larger tables.
...
configure.ac macros were not compiling and returning 1.
That caused FB_ALIGNMENT and FB_DOUBLE_ALIGN to have the wrong value 1.
2021-12-22 15:25:07 -03:00
AlexPeshkoff
7776f552c2
Fixed #7080 : Executing batch crashes server
2021-12-22 19:55:24 +03:00
firebirds
a8b6e68c16
increment build number
2021-12-22 00:05:59 +00:00
Dmitry Yemanov
8fe7214bc4
Added the missing items
2021-12-21 07:31:22 +03:00
firebirds
844ad1726d
increment build number
2021-12-21 00:06:25 +00:00
Dmitry Yemanov
ca880541e5
Updated the changelog
2021-12-20 10:18:59 +03:00
firebirds
e77263346a
increment build number
2021-12-18 00:05:59 +00:00
Adriano dos Santos Fernandes
c9cbd8eb3d
Add rpath to empbuild in MacOS.
2021-12-17 08:58:51 -03:00
firebirds
f5038a84ba
increment build number
2021-12-17 00:05:35 +00:00
Dmitry Yemanov
ca4b393793
This should fix #7070 : Error 'BLOB is not found' while replication converts INSERT into UPDATE for a conflicting record
2021-12-16 21:23:30 +03:00
firebirds
d2837bbe85
increment build number
2021-12-16 00:05:46 +00:00
AlexPeshkoff
ecb86a2804
Fixed #7069 : Errors in chacha plugin displayed incorrectly
2021-12-15 15:24:57 +03:00
firebirds
866bb351a9
increment build number
2021-12-15 00:06:10 +00:00
AlexPeshkoff
1bce029f94
Comment out debugging in order not to include conflicting header
2021-12-14 20:16:42 +03:00
AlexPeshkoff
d311ff1639
Fixed #7067 : Deadlock when using not initialized security database
2021-12-14 19:52:42 +03:00
firebirds
218de65ca3
increment build number
2021-12-14 00:06:30 +00:00
AlexPeshkoff
730058c949
Postfix for #7065 : Connection hangs after delivery of 256 Gb; reworked according to java requirements
2021-12-13 20:05:11 +03:00
AlexPeshkoff
749a78d675
Fixed #7066 : Server may send incorrect specific data to client when establishing encrypted connection
2021-12-13 19:49:45 +03:00
firebirds
50fefb365f
increment build number
2021-12-13 00:05:49 +00:00
AlexPeshkoff
09f5e7a5a9
Postfix for #7065 : Connection hangs after delivery of 2**32 - 1 packets
2021-12-12 20:50:48 +03:00
AlexPeshkoff
1ed42699cc
Fixed #7065 : Connection hangs after delivery of 2**32 - 1 packets
2021-12-12 20:29:22 +03:00
AlexPeshkoff
17849d585f
update
2021-12-12 20:28:54 +03:00
firebirds
bf5899f74d
increment build number
2021-12-11 00:06:23 +00:00
Adriano dos Santos Fernandes
b1019c84c4
Fix #7064 - Linear regression functions aren't implemented correctly.
2021-12-10 17:32:33 -03:00
Roman Simakov
53c85657a1
Add precedence relationship between a big record's head and its tail to avoid corruption in case server crashes
2021-12-10 22:12:12 +03:00
firebirds
2eea516cc4
increment build number
2021-12-10 00:06:00 +00:00
Adriano dos Santos Fernandes
4d39a0b7ab
Fix GH Actions Alpine build.
2021-12-09 10:50:24 -03:00
Adriano dos Santos Fernandes
a52e91bf3c
Fix #7062 - Creation of expression index does not release its statement correctly.
2021-12-09 10:14:12 -03:00
22b867ea3f
Fix #6917 FB 4 installer asks for SYSDBA password when doing client installation
2021-12-09 13:11:21 +01:00
db5ff5ca28
Fix #6943 Windows client install missing DLLs
...
Fix #6979 FB 4.0 - Windows x64 server installer installs an incomplete x86 client
2021-12-09 13:10:11 +01:00
firebirds
e2b44d7261
increment build number
2021-12-07 00:06:14 +00:00
Dmitry Yemanov
21968543fe
Fixed #7056 (Fetching from a scrollable cursor may overwrite user-specified buffer and corrupt memory) and #7057 (Client-side positioned updates work wrongly with scrollable cursors) with a single shot
2021-12-06 08:43:00 +03:00
firebirds
03d93113d1
increment build number
2021-12-04 00:06:12 +00:00
AlexPeshkoff
ea6862e23d
Postfix for #7060 : Deadlock when execute test for CORE-4337
...
(cherry picked from commit 3b000d3553
)
2021-12-03 17:48:56 +03:00
AlexPeshkoff
1fcc805f0a
Fixed #7060 : Deadlock when execute test for CORE-4337
...
(cherry picked from commit f361da98d1
)
2021-12-03 16:38:43 +03:00
firebirds
dff8f05dcf
increment build number
2021-12-02 00:06:24 +00:00
Dmitry Yemanov
ff048adddb
Fixed #7052 : Races between transactions on the primary side may cause update conflicts while applying journals to the replica
2021-12-01 12:21:48 +03:00