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

52636 Commits

Author SHA1 Message Date
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
hvlad
c5667b3578 Improvement CORE-5704 : Avoid UPDATE of RDB$DATABASE by ALTER DATABASE statement when possible 2018-01-09 13:49:03 +02:00
hvlad
f37cfcf6d7 When database validation fixes "orphan page" errors it also should adjust "lowest free page" marker (pip_min) on corresponding PIP, if necessary 2018-01-09 12:44:44 +02:00
hvlad
0166b875de Fixed bug CORE-5694 : Duplicate values in columns with a unique constraint 2018-01-09 12:31:05 +02:00
hvlad
0d8ee0e1b3 Fixed bug CORE-5695 : Position function does not consider the collation for blob 2018-01-09 12:28:34 +02:00
firebirds
3dd5a234c1 increment build number 2018-01-09 00:04:23 +00:00
Dmitry Yemanov
d4fe47cc7d Postfix 2018-01-08 20:09:19 +03:00
159969a905 32bit 3.x MacOSX build 2018-01-08 09:37:35 +01:00
a9a0fb9ef5 32bit 3.x MacOSX build 2018-01-08 09:37:35 +01:00
438461e234 Use CFLAGS passed by the build environment 2018-01-08 09:37:35 +01:00
9d2d4a74f0 Use the approved way to find dylibs 2018-01-08 09:37:35 +01:00
ed951be9c0 Tidy up installer messages 2018-01-08 09:37:35 +01:00
7b7baf8f16 Tidy up installer messages 2018-01-08 09:37:35 +01:00
6bca33b719 Restore dylib extensions to MacOS UDFs 2018-01-08 09:37:35 +01:00
firebirds
020124c067 increment build number 2018-01-06 00:04:05 +00:00
Dmitry Yemanov
92ce56cdfe Fixed CORE-5598: block size exceeds implementation restriction error while inner joining large datasets with a long key using the HASH JOIN plan 2018-01-05 17:03:49 +03:00
firebirds
0c719504b3 increment build number 2018-01-03 00:04:27 +00:00
Dmitry Yemanov
e7a05061cf Updated the docs 2018-01-02 15:49:23 +03:00
firebirds
4662a1e724 increment build number 2017-12-26 00:05:36 +00:00
hvlad
a4bba7a0c1 Allow XNET server to detect forced disconnect of XNET client when both client and server are at the same process. 2017-12-25 17:14:12 +02:00
hvlad
698add7e46 Avoid releasing of port reference - it prevents AV in client code. 2017-12-25 17:12:16 +02:00
hvlad
c67eb9c497 It should fix bug CORE-5685 : Sometime it is impossible to cancel\kill connection executing external query.
Also, implement fb_cancel_abort option at engine and unify handling of network errors a bit.
2017-12-25 17:09:34 +02:00
firebirds
8cfd579ead increment build number 2017-12-22 00:07:55 +00:00
AlexPeshkoff
2d3424c5cf Backported fix for CORE-5686: Firebird 3.0.2 allows any protocol version >= 10 to connect, including interbase protocol 14 2017-12-21 13:16:20 +03:00
firebirds
d698cdfdbb increment build number 2017-12-21 00:07:25 +00:00
Dmitry Yemanov
c67c6a0978 CORE-5684: Error 'no current record for fetch operation' is raised while deleting record from MON using ORDER BY clause 2017-12-20 19:51:02 +03:00
firebirds
faca126625 increment build number 2017-12-17 00:05:49 +00:00
hvlad
8ff05712e0 Fixed bug CORE-5681 : AV when external statement is executed and local transaction is rolled back 2017-12-17 01:59:59 +02:00
firebirds
c555f34746 increment build number 2017-12-13 00:05:43 +00:00