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

52551 Commits

Author SHA1 Message Date
e722a4095c Implemented CORE-5442: Enhance control upon ability to share database crypt key between attachments in SS 2017-01-09 20:28:11 +03:00
Maciej S. Szmigiero
d5146be51e Don't use libintl.so SONAME for libfbintl.so (#74)
POSIX build by default uses libintl.so.1 SONAME for libfbintl.so.1.
This means that on Linux ldconfig will make libintl.so.1 symlink to
libfbintl.so.1.
However, actual libintl is a very different library, incompatible with
libfbintl.
This breaks other software which tries to link to libintl.

Fix it by making libfbintl SONAME match its actual name.
2017-01-09 15:23:04 +04:00
firebirds
6cff467763 increment build number 2017-01-08 00:02:23 +00:00
hvlad
6edb5af515 Improvement CORE-4563 : Add support for Windows 8/2012 fast/low-latency "TCP Loopback Fast Path" functionality 2017-01-07 12:16:23 +02:00
firebirds
ea77183d29 increment build number 2017-01-07 00:02:26 +00:00
8e1421d64c Fixed regression caused by commit for CORE-5433 2017-01-06 19:26:29 +03:00
hvlad
3cc273d99d Correction 2017-01-06 17:03:09 +02:00
hvlad
835c78cb35 Correction for recent patch for CORE-5422.
I was a bit wrong - DPM_fetch should not change rpb_prior
2017-01-06 16:22:09 +02:00
hvlad
10c6a14a04 Fixed bug CORE-5422 : Decompression overran buffer after rollback 2017-01-06 11:22:16 +02:00
firebirds
7bca836961 increment build number 2017-01-06 00:02:24 +00:00
Dmitry Yemanov
191f700a19 This check does not seem actual anymore, addresses CORE-1095 and CORE-3530 2017-01-05 22:26:32 +03:00
Dmitry Yemanov
4f7843d5b5 Bugfix CORE-5414: Error restoring on FB 3.0 from FB 2.5: bugcheck 221 (cannot remap) 2017-01-05 21:32:44 +03:00
Adriano dos Santos Fernandes
b8e9675b75 Restored the line removal which leaves temporary files in Windows. 2017-01-05 15:32:15 -02:00
Dmitry Yemanov
e4f7a6d542 Bugfix CORE-5435: Badly selective index could be used for extra filtering even if selective index is used for sorting 2017-01-05 15:44:21 +03:00
firebirds
1cb877591a increment build number 2017-01-05 00:02:27 +00:00
Dmitry Yemanov
60d20db515 Fixed CORE-5421: Performance degradation in FB 3.0.2 compared to FB 2.5.7. 2017-01-04 19:50:00 +03:00
firebirds
96af3a3638 increment build number 2017-01-04 00:02:25 +00:00
hvlad
23a55f0b45 Improvement CORE-5434 : Read-only transactions in SuperServer could avoid immediate write of Header and TIP pages after change 2017-01-03 18:42:32 +02:00
firebirds
1a103a273b increment build number 2016-12-31 00:02:27 +00:00
5e70385a16 Fixed CORE-5433: Minor performance optimization - avoid additional database attachment from security objects mapping code 2016-12-30 19:28:37 +03:00
dbc73bff06 Restored security checks related to CHANGE_HEADER_SETTINGS privilege during attachment initialization 2016-12-30 19:18:06 +03:00
Adriano dos Santos Fernandes
efc155f4b3 Allow to set more than one ALTER identity option in the same command - CORE-5430. 2016-12-30 13:55:34 -02:00
firebirds
74bfb8f90f increment build number 2016-12-30 00:02:25 +00:00
Dmitry Yemanov
34c2b613b8 Update the docs. 2016-12-29 18:16:17 +03:00
firebirds
15b17efeaa increment build number 2016-12-29 00:02:24 +00:00
Adriano dos Santos Fernandes
f51791b181 Correction. 2016-12-28 12:59:56 -02:00
Adriano dos Santos Fernandes
127dddfe74 Improvement CORE-5431 - Support for DROP IDENTITY clause. 2016-12-28 12:57:47 -02:00
9fd55f7660 Fixed CORE-5425: Server hangs under load test 2016-12-28 11:14:31 +03:00
firebirds
4c5e36f3d7 increment build number 2016-12-28 00:02:23 +00:00
Adriano dos Santos Fernandes
278c993915 Improvement CORE-5430 - Support for INCREMENT option in identity columns. 2016-12-27 14:57:46 -02:00
94bdb099b5 This should fix bug reported by Gabor: ./install.sh: 1570: [: /opt/firebird: unexpected operator 2016-12-27 16:27:35 +03:00
firebirds
239bda87aa increment build number 2016-12-26 00:02:27 +00:00
f88ddeda49 Fixed CORE-5428: Rare segfault when preparing request working with a table with triggers 2016-12-25 18:07:57 +03:00
cb3a1518f5 Warning 2016-12-25 17:23:03 +03:00
firebirds
e814cf69cb increment build number 2016-12-23 00:02:25 +00:00
Adriano dos Santos Fernandes
ddfdcc25e9 Fixed CORE-5427 - Error on field concatenation of System tables. 2016-12-22 12:23:54 -02:00
firebirds
6089425ee4 increment build number 2016-12-21 00:02:25 +00:00
Adriano dos Santos Fernandes
5f6d20c3fb Rework in the fix for CORE-5408 to fix CORE-5423.
CORE-5408 - Result of boolean expression can not be concatenated with string literal
CORE-5423 - Regression: "Invalid usage of boolean expression" when use "BETWEEN" and "IS" operators
2016-12-20 14:25:23 -02:00
firebirds
ff0ddf3a11 increment build number 2016-12-16 00:02:24 +00:00
Roman Simakov
c3fe90cd8e Adjusted tokens array to be consistent to non_reserved_word of grammar (#71)
* Adjusted tokens array to be consistent to non_reserved_word of grammar

* Duplicated WEEK removed from non_reserved_word. tokens array adjusted according to this.

* Make WEEK non reserved
2016-12-15 10:13:43 +03:00
firebirds
d301c85659 increment build number 2016-12-15 00:02:29 +00:00
Dmitry Yemanov
59a9129232 Temporarily disable the broken code path. 2016-12-14 19:30:25 +03:00
firebirds
01c11aebf6 increment build number 2016-12-14 00:02:23 +00:00
Adriano dos Santos Fernandes
64fa7dce85 Fixed CORE-5408 - Result of boolean expression can not be concatenated with string literal. 2016-12-13 13:11:06 -02:00
firebirds
3dd3764f13 increment build number 2016-12-12 00:02:24 +00:00
Adriano dos Santos Fernandes
5fb4a9c6f3 Misc. 2016-12-11 20:53:27 -02:00
hvlad
0c520b8ea6 Fixed bug CORE-5417 : Engine could hang up if auto-sweep is starting while database is shutting down 2016-12-11 22:33:03 +02:00
firebirds
9b814610cb increment build number 2016-12-06 00:02:24 +00:00
Dmitry Yemanov
fedcbbb534 Attempt to fix CORE-5392: BUCHECK 179(decompression overran buffer) or unexpected lock conflict may happen during record version backout. 2016-12-05 14:50:21 +03:00
firebirds
5cd2083aed increment build number 2016-12-03 00:02:24 +00:00