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

52583 Commits

Author SHA1 Message Date
firebirds
ae5d1b20ce increment build number 2017-01-30 00:02:16 +00:00
hvlad
c8956bd1ae Fixed regression: performance penalty when check access rights of user with super privileges granted (such as SYSDBA, DBO, etc) 2017-01-30 01:17:09 +02:00
firebirds
1deb7fb8b5 increment build number 2017-01-29 00:02:15 +00:00
Dmitry Yemanov
36b86a02e5 Preserve the alias after the relation/procedure node copying 2017-01-28 11:50:24 +03:00
firebirds
2226c6f7a4 increment build number 2017-01-28 00:02:15 +00:00
Dmitry Yemanov
2cb8c9cffe Reworked bugfix for CORE-5456. Now it addresses CORE-5457 as well. 2017-01-27 11:32:30 +03:00
firebirds
8a2bc74159 increment build number 2017-01-24 00:02:16 +00:00
Dmitry Yemanov
7f41b58b98 Fixed the regression I introduced 22-Jul-2016. 2017-01-23 12:39:04 +03:00
firebirds
c124ddce68 increment build number 2017-01-21 00:02:18 +00:00
Adriano dos Santos Fernandes
bb871acda2 Misc. 2017-01-20 11:57:56 -02:00
Adriano dos Santos Fernandes
50c5292e98 Added Visual Studio Code settings. 2017-01-20 11:53:19 -02:00
Adriano dos Santos Fernandes
4af43c999a Cleanup. 2017-01-20 11:47:30 -02:00
Adriano dos Santos Fernandes
7bb6ceb90d Fixed CORE-3073 - Foreign key cascade with SET DEFAULT uses the default value of the moment of the FK creation. 2017-01-20 11:37:05 -02:00
Dmitry Yemanov
753958524b Bugfix CORE-5456: Migrating Firebird 2.5.2 to 3.0.1 gbak restore crashes at the end always 2017-01-20 09:18:23 +03:00
firebirds
7321563cda increment build number 2017-01-20 00:02:17 +00:00
hvlad
ef6d542c40 Fixed bug CORE-5464 : AV in fbclient when reading blob stored in incompatible encoding 2017-01-20 00:53:05 +02:00
hvlad
e954777399 Make validation detect and fix data page error when DP marked as secondary contains primary record version(s).
See CORE-5459.
So far i can't reproduce the corruption thus ticket is not resolved.
2017-01-20 00:49:27 +02:00
firebirds
316471b24c increment build number 2017-01-18 00:02:17 +00:00
Ubuntu
9b228fbc0d Fixed CORE-5454 - INSERT into updatable view without explicit field list failed. 2017-01-17 15:02:27 +00:00
bae769071e Fix build and forgotten doc (#75) 2017-01-17 15:46:14 +03:00
firebirds
8165b30567 increment build number 2017-01-17 00:02:17 +00:00
ea81537dd5 Removed unused variable - thanks to Adriano 2017-01-16 11:33:03 +03:00
firebirds
7993e4a040 increment build number 2017-01-16 00:02:24 +00:00
Adriano dos Santos Fernandes
cae7bdd658 Misc. 2017-01-15 12:53:50 -02:00
hvlad
5a752cbada Fixed Windows build 2017-01-15 12:24:49 +02:00
firebirds
331e20a57c increment build number 2017-01-14 00:02:23 +00:00
33f5b0f69e Better names - suggested by Dmitry and Vlad 2017-01-13 14:56:42 +03:00
d88c5ac3cb Fixed CORE-5452: Segfault when engine's dynamic library is unloaded right after closing worker threads (GC and/or cache writer) 2017-01-13 14:29:27 +03:00
01ecfb9225 Fixed CORE-5368: Regression: client application is hang (in same cases trow an access violation in Engine12.dll) on selecting from multiple threads using 1 embedded connection 2017-01-13 12:57:57 +03:00
firebirds
40f1e88f5f increment build number 2017-01-12 00:02:25 +00:00
7b9b408658 Implementation of CORE-5064 (#73)
* Implementation of CORE-5064

* Use constants instead of magic numbers
2017-01-11 19:13:10 +03:00
firebirds
120a1d08a9 increment build number 2017-01-10 00:03:09 +00:00
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