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

52764 Commits

Author SHA1 Message Date
c165a1d980 MacOSX 10.9 deprecated libstdc++ 2018-02-08 10:30:22 +01:00
firebirds
58da8dc411 increment build number 2018-02-08 00:05:32 +00:00
AlexPeshkoff
c576432825 Fixed android build 2018-02-07 17:40:47 +03:00
firebirds
e02989e2b9 increment build number 2018-02-07 00:05:25 +00:00
Paul Reeves
c286d7c7a7 Correct spelling of env var is FIREBIRD_LOCK. 2018-02-06 11:42:25 +01:00
Paul Reeves
ccda75fcb7 Correct spelling of env var in comment. 2018-02-06 11:16:05 +01:00
firebirds
81d540064a increment build number 2018-02-06 00:05:14 +00:00
Dmitry Yemanov
37e8fd9c04 Bump version number 2018-02-05 19:42:16 +03:00
Dmitry Yemanov
6befa50a2a Fixed ISQL after changes in gds__vax_integer(). If we insist on passing unsigned integers, then don't allow implicit sign extension 2018-02-05 19:41:00 +03:00
firebirds
eda99c940e increment build number 2018-02-03 00:05:15 +00:00
AlexPeshkoff
72a43c23da Backported CORE-5737: Invalid parameters of gds transaction in ISQL 2018-02-02 13:51:34 +03:00
firebirds
ef6544a300 increment build number 2018-02-02 00:05:43 +00:00
Dmitry Yemanov
537de80e3b Updated the docs 2018-02-01 17:58:31 +03:00
Dmitry Yemanov
5a17b0c3f3 Fixed the hash join regression I introduced recently 2018-02-01 17:58:31 +03:00
AlexPeshkoff
a8f4209e3b Fixed CORE-5735: Additional keyholder opens unauthorized connections to encrypted database 2018-02-01 16:56:33 +03:00
firebirds
4c68563566 increment build number 2018-01-30 00:04:02 +00:00
AlexPeshkoff
fc291dd095 Enhanced docs 2018-01-29 19:46:30 +03:00
AlexPeshkoff
0bb1ea6197 Backported CORE-5730: Connection to server hangs when working with encrypted databases 2018-01-29 19:07:41 +03:00
AlexPeshkoff
d724522871 Enhanced docs on fb_shutdown_callback() 2018-01-29 19:05:00 +03:00
Adriano dos Santos Fernandes
a496ff57f2 Backport fix for CORE-5719 - FB >= 3 crashes when restoring backup made by FB 2.5. 2018-01-29 12:16:31 -02:00
firebirds
12da171484 increment build number 2018-01-29 00:03:48 +00:00
hvlad
9bd868577d Improvement CORE-5727 : Make faster engine response on cancel\shutdown signals when scanning long list of pointer pages 2018-01-28 21:26:43 +02:00
Dmitry Yemanov
9d6b8f4f69 Add missing short-circuit permission check for DBA/DBO that avoids an unnecessary ACL lookup 2018-01-28 14:04:51 +03:00
firebirds
caebfe6e5b increment build number 2018-01-25 00:04:50 +00:00
Dmitry Yemanov
2f9b724359 Updated the docs 2018-01-24 14:48:51 +03:00
firebirds
d21fce09ca increment build number 2018-01-23 00:04:03 +00:00
AlexPeshkoff
652d32f9ca Backported CORE-5721: Information items isc_info_length and fb_info_crypt_state have same code 2018-01-22 17:11:09 +03:00
AlexPeshkoff
e74a322a8b Fixed release gcc6 build 2018-01-22 17:11:09 +03:00
Dmitry Yemanov
9a0f919307 Additional protection for old CORE-3046 2018-01-22 09:38:56 +03:00
firebirds
194dd1c330 increment build number 2018-01-22 00:03:57 +00:00
hvlad
3b68224d8a Fixed bug CORE-5720 : Sweep in Firebird 3 in CS mode could run too slow when there is big load on server 2018-01-21 11:35:10 +02:00
firebirds
2e999251d1 increment build number 2018-01-20 00:04:05 +00:00
Dmitry Yemanov
aac1197e0b Corrected old mistake (fortunately painless) 2018-01-19 14:47:03 +03:00
Dmitry Yemanov
efda78f0fd Synchronize access to the global counter 2018-01-19 14:30:50 +03:00
firebirds
04a13bba78 increment build number 2018-01-19 00:03:57 +00:00
24f097bfc4 Fixed gcc6 build 2018-01-18 19:10:39 +03:00
6b0f6a24f7 Avoid annoying warning 2018-01-18 19:09:35 +03:00
firebirds
a911243dee increment build number 2018-01-18 00:03:57 +00:00
Adriano dos Santos Fernandes
a86ce954cc Fixed CORE-5713 - Field alias disapears in complex query. 2018-01-17 19:32:28 -02:00
Vadim Zeitlin
5b0cc954aa Add check for ctime_r to CMake
This is required to fix building using CMake under Linux since
7a1f070d28.
2018-01-17 07:57:41 -02:00
Vadim Zeitlin
36e82387e4 Remove src/jrd/pcmet.epp from CMake files list too
This file was removed in bd555a15a4 but
CMakeLists.txt wasn't updated, do it now.
2018-01-17 07:57:41 -02:00
firebirds
eb13c747c9 increment build number 2018-01-17 00:04:07 +00:00
AlexPeshkoff
93158923bf Backported CORE-5712: Access to the name of DB encryption key 2018-01-16 20:37:57 +03:00
firebirds
5d1bfd673c increment build number 2018-01-16 00:04:52 +00:00
hvlad
45a4ecbc4e Bug CORE-5707 : Begin and end of physical backup in the same transaction could crash engine
Incompatible clauses in the same ALTER DATABASE statement is prohibited now.
2018-01-15 14:29:54 +02:00
hvlad
b217175ddc Bug CORE-5707 : Begin and end of physical backup in the same transaction could crash engine
Crash fixed.
2018-01-15 00:04:20 +02:00
firebirds
42d2bcdcee increment build number 2018-01-14 00:04:19 +00:00
Adriano dos Santos Fernandes
37864b4fb0 Fixed CORE-5706 - Trace config with misplaced "{" lead firebird to crash. 2018-01-13 13:22:50 -02:00
firebirds
69064e4b53 increment build number 2018-01-10 01:48:08 +00:00
hvlad
73cdac38ab Correction for CORE-5704 2018-01-09 17:32:19 +02:00