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

55493 Commits

Author SHA1 Message Date
AlexPeshkoff
37b74081b0 Implemented #6959: IBatch::getInfo() 2021-09-20 18:46:19 +03:00
firebirds
bb8608570b increment build number 2021-09-20 00:05:54 +00:00
Vlad Khorsun
54a2d5a394 Ignore ERROR_IO_PENDING in error handler. 2021-09-19 17:21:42 +03:00
firebirds
e87df0ab66 increment build number 2021-09-19 00:05:48 +00:00
Dmitry Yemanov
28677846bd Fixed #6975: Crash or hang while shutting down the replica database if segments are being applied 2021-09-18 18:34:49 +03:00
firebirds
15930309a1 increment build number 2021-09-17 00:06:27 +00:00
Vlad Khorsun
235f7aff0e Correction 2021-09-16 16:52:14 +03:00
James Clarke
da76939d04 add AF_INET_* support for FreeBSD 2021-09-16 14:15:37 +03:00
firebirds
218d4cc86b increment build number 2021-09-16 00:06:24 +00:00
Alex Peshkoff
cb2d8dfb69 Implemented #6954: fb_info_protocol_version support 2021-09-15 18:12:11 +03:00
AlexPeshkoff
735e9b2af4 Postfix for #6886: renamed functions correctly
(cherry picked from commit 8e155c2944)
2021-09-15 17:36:55 +03:00
Vlad Khorsun
1196240b5f Update CLOOP MSVC projects.
(cherry picked from commit d02d7a5a06)
2021-09-15 17:36:55 +03:00
Vlad Khorsun
f502001f01 Fixed MSVC build.
(cherry picked from commit 8c6996c752)
2021-09-15 17:36:55 +03:00
AlexPeshkoff
974c03664a Postfix for #6886 - try to fix cloop build on Mac
(cherry picked from commit abb3b976d8)
2021-09-15 17:36:55 +03:00
AlexPeshkoff
80d1fc4837 Postfix for #6886, thanks to Adriano for very useful comments and suggestions
(cherry picked from commit 6a9d2aa3fa)
2021-09-15 17:36:55 +03:00
Vlad Khorsun
ef80bebc55 Follow Alex commit de15522f (Fixed #6886: Different interfaces behavior depending upon source of interface).
This should fix numerous crashes shown by fb-tests.

(cherry picked from commit e5e60d2927)
2021-09-15 17:36:55 +03:00
AlexPeshkoff
11712f8203 Fixed #6886: Differerent interfaces behaviour depending upon source of interface
(cherry picked from commit de15522f32)
2021-09-15 17:36:54 +03:00
Adriano dos Santos Fernandes
eaea0cad51 Change AppVeyor build as indicated by their support.
https://github.com/appveyor/ci/issues/3728#issuecomment-918423246
2021-09-15 07:59:15 -03:00
Vlad Khorsun
61f2edffc2 Restore engine compatibility with 32-bit WinXP. 2021-09-15 10:41:01 +03:00
firebirds
7984551ed7 increment build number 2021-09-15 00:06:37 +00:00
Vlad Khorsun
1be11ef450 Fixed bug #6968 : On Windows, engine may hung when works with corrupted database and read after the end of file 2021-09-14 23:47:46 +03:00
AlexPeshkoff
6e023c68f3 Better fix for #6967: unix_error() should not throw here 2021-09-14 19:35:57 +03:00
AlexPeshkoff
5e2e20296a Fixed #6967: PIO_read / PIO_write may falsely return success in a case when block was read / written incompletely 2021-09-14 19:11:38 +03:00
Damyan Ivanov
f72bb11263 drop StandartError=syslog from firebird.service
`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).

The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
2021-09-14 14:41:02 +03:00
firebirds
93c0659cbd increment build number 2021-09-11 00:06:08 +00:00
Vlad Khorsun
dcdf5ac962 Improvement #6957 : Add database creation time to the output of ISQL's command SHOW DATABASE 2021-09-10 12:29:46 +03:00
firebirds
fb7ab8e89c increment build number 2021-09-10 00:05:45 +00:00
Vlad Khorsun
d2169f5737 Fixed bug #6955 : fb_info_creation_timestamp_tz returning corrupted buffer. 2021-09-09 15:44:14 +03:00
firebirds
cae4fcedc3 increment build number 2021-09-09 00:05:56 +00:00
Artyom Abakumov
d15ce7f8ab Fix incorrect behavior when 2 warnings are added to status_vector 2021-09-08 19:19:42 +03:00
firebirds
4de242b397 increment build number 2021-09-08 00:05:45 +00:00
Stephan Bergmann
869cc28ef4 extern/cloop: Missing dependencies of compilations on output directories
When building Firebird 3.0.7 as part of LibreOffice, we noticed occasional build
failures like <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/96392/>

> error: unable to open output file '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o': 'No such file or directory'
> 1 error generated.
> Makefile:72: recipe for target '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o' failed

and while target "all" depends on target "mkdirs" (which would create all those
directories) in extern/cloop/Makefile, there is no order among the dependencies
of "all", so no guarantee that the directories are already created when the
compilation recipes are executed.
2021-09-07 14:59:32 +03:00
firebirds
07220f2afe increment build number 2021-09-07 00:05:42 +00:00
Dmitry Yemanov
ec2d6f13a4 Fixed permissions and ownership during DDL replication (bug #6856) 2021-09-06 17:52:00 +03:00
Dmitry Yemanov
6a7cb8164c Let the newly created objects to be owner by the effective user rather than session user. This fixes #6934. 2021-09-06 17:51:49 +03:00
Dmitry Yemanov
92a52ae4bf Code simplification (and preparation for the next commits) 2021-09-06 17:51:38 +03:00
Vlad Khorsun
a046ff73ed Fixed my old mistake. Thanks to Mike Kaganski for notifying. 2021-09-06 12:54:56 +03:00
firebirds
21e6c77643 increment build number 2021-09-03 00:06:13 +00:00
AlexPeshkoff
1761b62322 Fixed #6945: Segfault in batch interface when gbak restores DB with a lot of blobs over the wire 2021-09-02 18:05:49 +03:00
firebirds
13b27f3c32 increment build number 2021-09-02 00:06:01 +00:00
AlexPeshkoff
844cc706c1 Fixed #1210: I/O error during "open" operation for file "/tmp/firebird/fb_trace_XXXXXX" 2021-09-01 19:32:35 +03:00
firebirds
10f9186bf4 increment build number 2021-09-01 00:05:44 +00:00
Dmitry Yemanov
e1f9b52c38 This should fix #6935: SQL SECURITY DEFINER has inconsistent behaviour if the object owner is non-privileged 2021-08-31 14:52:08 +03:00
firebirds
c5c1b047f7 increment build number 2021-08-31 00:05:44 +00:00
AlexPeshkoff
6b892235ff Implemented #6929: Add support of PKCS v.1.5 padding to RSA functions, needed for backward compatibility with old systems. 2021-08-30 19:12:26 +03:00
Vlad Khorsun
0e288902a4
Merge pull request #6938 from red-soft-ru/4_0_drop_gtt_fix
Fix #6932: GTT's pages are not released while dropping it
2021-08-30 12:51:54 +03:00
Ilya Eremin
da7e5599d0 Release GTT's pages while dropping it
It prevents a temp file from growing in cases when several GTTs are created, filled with data, and dropped.
2021-08-30 12:32:08 +03:00
firebirds
bcc2b6a833 increment build number 2021-08-28 00:05:38 +00:00
Dmitry Yemanov
fd1fe2901b Fixed target length when dbkey is converted into a string 2021-08-27 12:29:54 +03:00
firebirds
62b438b0f5 increment build number 2021-08-26 00:05:45 +00:00