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

47448 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
63080abc1e Fixed CORE-5570 - Negative infinity (double) shown incorrectly without sign in isql. 2017-07-18 18:25:17 +00:00
16ea677411 Find icu libs within the framework 2017-07-18 13:18:04 +02:00
firebirds
eda27b866c increment build number 2017-07-18 00:05:09 +00:00
Adriano dos Santos Fernandes
b2112be29e Backport fix for CORE-5580 - Signature of packaged functions is not checked for mismatch with [NOT] DETERMINISTIC attribute. 2017-07-17 18:14:56 +00:00
firebirds
c5448a3fdf increment build number 2017-07-15 00:05:55 +00:00
hvlad
661df1b429 Fixed bug CORE-5579 : request synchronization error in the GBAK utility (restore) 2017-07-14 14:43:33 +03:00
firebirds
d069d1f95b increment build number 2017-07-13 00:07:39 +00:00
e736863215 Get rid of extraneous warnings when packaging firebird for MacOS install 2017-07-11 14:22:06 +02:00
firebirds
0d8e1e35d8 increment build number 2017-07-07 00:02:32 +00:00
Adriano dos Santos Fernandes
8c26a203a4 Fix MSVC10 build. 2017-07-06 15:15:42 +00:00
firebirds
abf76e188b increment build number 2017-07-05 00:03:09 +00:00
firebirds
e473a9602c increment build number 2017-07-04 00:07:30 +00:00
Roman Simakov
00e5a9f87f Fixed CORE-5576: Bugcheck on queries containing WITH LOCK clause.
Thanks to Vlad for the help in resolving.
2017-07-03 22:31:23 +03:00
firebirds
91e1237bd0 increment build number 2017-07-01 00:03:00 +00:00
faf9ead0a3 Add inet6 protocol support for MacOS 2017-06-30 13:16:35 +02:00
55c37c411e Bring MacOSX mod_loader upto date with posix mod_loader 2017-06-30 13:16:35 +02:00
firebirds
04b4509143 increment build number 2017-06-30 00:03:38 +00:00
firebirds
64b6e4932b increment build number 2017-06-19 00:21:19 +00:00
Adriano dos Santos Fernandes
23a9a5dbb3 Fixed CORE-5569 - ISQL incorrectly pads UNICODE_FSS/UTF8 columns when they use a collation. 2017-06-17 23:07:57 -03:00
firebirds
6caf9efe65 increment build number 2017-06-14 00:06:12 +00:00
hvlad
98b9259ba5 Comment 2017-06-13 18:50:30 +03:00
hvlad
72ffc87247 Improvement CORE-4913 : Database backup using Nbackup is getting slow when directed to NAS over SMB protocol 2017-06-13 17:12:12 +03:00
firebirds
56cab2943e increment build number 2017-06-13 00:03:02 +00:00
Adriano dos Santos Fernandes
9364fac171 Fixed CORE-5567 - Direct system table modifications are not completely prohibited. 2017-06-12 19:57:06 -03:00
Dmitry Yemanov
48d6f37c1a Workaround for CORE-5566: Server crashes while restoring backup if the shadow file already exists 2017-06-12 11:20:42 +03:00
firebirds
8334dea7fb increment build number 2017-06-12 00:04:16 +00:00
Dmitry Yemanov
c04a6ea7bf CORE-5543: Restore of pre ODS 11.1 database can leave RDB null 2017-06-11 20:22:14 +03:00
firebirds
41cbe8388a increment build number 2017-06-09 00:10:13 +00:00
b80624c412 Backported fix for CORE-5562: Firebird crashes when UDF gets loaded and unloaded frequently 2017-06-08 12:44:08 +03:00
firebirds
c71974ea19 increment build number 2017-05-31 00:02:35 +00:00
Adriano dos Santos Fernandes
db9e541d82 Misc. 2017-05-30 08:07:37 -03:00
hvlad
c74e931fa2 Fixed bug CORE-5555 : 3.0 error handling for SELECT WITH LOCK breaks compatibility with 2.5 2017-05-30 13:22:21 +03:00
firebirds
db22b1c994 increment build number 2017-05-30 00:02:47 +00:00
Adriano dos Santos Fernandes
9277af30bf Fixed CORE-5550 - Computed decimal field in a view has wrong RDB$FIELD_PRECISION. 2017-05-29 16:40:37 +00:00
firebirds
1d7a85fb78 increment build number 2017-05-29 00:02:37 +00:00
c3b6121224 Backported fix for CORE-5553: Database cannot be encrypted if DatabaseAccess is set to None 2017-05-28 15:44:32 +03:00
firebirds
ed8a32cc29 increment build number 2017-05-24 00:02:49 +00:00
Adriano dos Santos Fernandes
a721bba5a2 Fixed CORE-5526 and CORE-5527.
CORE-5526: External routines receives parameters with incorrect length or datatype.
CORE-5527: External routines does not receive default values for they output parameters.
2017-05-23 15:22:01 +00:00
firebirds
0e4986b941 increment build number 2017-05-23 00:02:37 +00:00
5c4b4fc42a Backported fix for CORE-5549: Errors building / running FB on non-SSE enabled HW 2017-05-22 18:02:39 +03:00
firebirds
250d90586a increment build number 2017-05-20 00:02:28 +00:00
Adriano dos Santos Fernandes
82637116c1 Fixed CORE-5542 - Database-level triggers related to TRANSACTION events (i.e. start, commit and rollback) do not take in account their POSITION index (when more than one trigger for the same event type is defined). 2017-05-19 17:19:09 +00:00
firebirds
300c2c4ce6 increment build number 2017-05-18 00:02:25 +00:00
firebirds
358306b1c8 increment build number 2017-05-17 00:02:26 +00:00
hvlad
8474689760 Make all internal connections to the security database use embedded provider only.
It should fix bug CORE-5540 : Every other execution of embedded isql slow.
2017-05-17 00:04:59 +03:00
firebirds
7c164aae11 increment build number 2017-05-16 00:02:30 +00:00
Adriano dos Santos Fernandes
48a96247e0 Fixed CORE-5535 - Garbage value in RDB$FIELD_SUB_TYPE in RDB$FUNCTION_ARGUMENTS after altering function. 2017-05-15 15:48:34 +00:00
firebirds
361482b316 increment build number 2017-05-11 00:02:27 +00:00
Adriano dos Santos Fernandes
208f24f222 Fixed CORE-5533 - Crash on 3.0 and 4.0 when DB contains database-level trigger. 2017-05-10 15:46:29 +00:00
92d37c8efe Backported fix for CORE-5517: Classic server periodically raise "Global mapping memory overflow" and need to be restarted to accept new connections 2017-05-10 16:49:24 +03:00
hvlad
e71fcbbabe This should fix bug CORE-2853 : page 14194, page type 5 lock conversion denied (215) 2017-05-10 12:04:38 +03:00
firebirds
f7afcd4be5 increment build number 2017-05-06 00:02:27 +00:00
hvlad
ef0002030a Missed piece in 64-bit transaction numbers support 2017-05-05 16:36:09 +03:00
firebirds
d84b58386d increment build number 2017-04-29 00:02:41 +00:00
hvlad
6c5a2aec29 Fixed bug CORE-5528 : internal Firebird consistency check (limbo impossible (184), file: vio.cpp line: 2379) 2017-04-28 11:28:47 +03:00
firebirds
40b535707d increment build number 2017-04-17 00:03:00 +00:00
hvlad
e1825923e5 This should fix bug CORE-5516 : Firebird service crashes when stopping 2017-04-17 01:39:54 +03:00
firebirds
b93c58c36c increment build number 2017-04-14 00:02:48 +00:00
hvlad
c2d3266fce Backport fix for race condition when two different events could use same instance of unused Rvnt.
Details at fb-devel, thread "Concurrency bugs in posting events?" by Mark Rotteveel.
Thanks to Adriano for discovering issue.
2017-04-14 00:17:17 +03:00
firebirds
40a7c45b27 increment build number 2017-04-05 00:02:27 +00:00
hvlad
889f749c17 Fixed bug CORE-5416 : FB does not release memory after load tests 2017-04-04 19:15:55 +03:00
hvlad
f35044a28b Fixed memory leak in fbintl 2017-04-04 19:15:38 +03:00
firebirds
192dc207e8 increment build number 2017-03-30 00:02:26 +00:00
Paul Reeves
c8c7c3a44d Small change to allow isql to pipe output 2017-03-29 16:32:02 +02:00
firebirds
6269acdad6 increment build number 2017-03-28 00:02:25 +00:00
Roman Simakov
c96ebb1b4c Small correction suggested by Vlad 2017-03-27 13:39:29 +03:00
Roman Simakov
c466005826 Fixed CORE-5510: 3+ versions may send status vector with more then 20 items to old clients and cause disconnect 2017-03-27 11:00:51 +03:00
firebirds
9aa7160166 increment build number 2017-03-27 00:02:24 +00:00
Dmitry Yemanov
96bae0e333 Bump the version number 2017-03-26 12:05:57 +03:00
firebirds
d1437a0ad9 increment build number 2017-03-22 00:02:26 +00:00
hvlad
8b8544eec2 A bit changed fix for bug CORE-5415, now it includes current tx (Next) too 2017-03-21 14:16:57 +02:00
hvlad
2cda03212a Fixed bug CORE-5415 : [security3.fdb] wrong page type page 22 is of wrong type (expected pointer, found index root) 2017-03-21 13:04:48 +02:00
firebirds
cf679e1b8f increment build number 2017-03-19 00:02:29 +00:00
hvlad
f23ed3f623 Fixed Windows build. Alex, please check 2017-03-18 09:25:40 +03:00
firebirds
83651d8ffd increment build number 2017-03-18 00:02:26 +00:00
Dmitry Yemanov
046fb37a2d Partial fix for CORE-5489: Bad performance for NULLs filtering inside a navigational index scan. More generic solution will be committed to master. 2017-03-17 14:51:28 +03:00
Dmitry Yemanov
eef8ef82ca Make lock key prints a bit more user-friendly 2017-03-17 14:51:28 +03:00
firebirds
079f0e603a increment build number 2017-03-17 00:02:26 +00:00
51accdaa70 Better parameter name in CORE-5472 2017-03-16 13:07:23 +03:00
2fdb281759 Backported fix for CORE-5472: Problems with dbcrypt key transfer 2017-03-16 12:17:17 +03:00
firebirds
6acbc9048d increment build number 2017-03-15 00:02:40 +00:00
hvlad
55df9ac0aa Fixed bug CORE-5498 : Cannot create connection for DB Events 2017-03-14 18:40:55 +02:00
Dmitry Yemanov
3e15291a8c Yet another attempt to address CORE-5456 / CORE-5457 properly. This time sub-routines should be fixed too. 2017-03-14 13:10:47 +03:00
firebirds
cba6f4d99f increment build number 2017-03-11 00:02:40 +00:00
3e5ac85546 Backported fix for CORE-5501: Unclear gstat's diagnostic when damaged page in DB file appears encrypted 2017-03-10 17:09:32 +03:00
firebirds
d8fd4b9fda increment build number 2017-03-07 00:02:42 +00:00
8d95d7c975 Backported fix for CORE-5496: Creating SRP SYSDBA with explicit admin (-admin yes in gsec or grant admin role in create user) creates two SYSDBA accounts 2017-03-06 13:11:47 +03:00
firebirds
42bc7b0517 increment build number 2017-02-16 00:02:41 +00:00
Ilya Eremin
b1da08709f Backported from master: More clear implementation of write error handling in gbak (#82) 2017-02-15 18:02:29 +04:00
455a0a5d89 Backported fix for CORE-5458: Connections fail due to dead NFS mount points 2017-02-15 16:46:08 +03:00
308dba5cb4 Backported fix for CORE-5484: Database on NFS share is unavailable when accessed using mount point path 2017-02-15 16:45:00 +03:00
firebirds
aa2512a2be increment build number 2017-02-14 00:02:43 +00:00
Dmitry Yemanov
ffff0e8546 Temporary fix for CORE-5481, a more complete solution is being developed. 2017-02-13 08:22:24 +03:00
Dmitry Yemanov
cebbbf542b Rework CORE-5456 / CORE-5457 by reverting back to the v2.5 logic. Previous attempts succeeded only partially. 2017-02-13 08:22:24 +03:00
firebirds
44b1398c2e increment build number 2017-02-10 00:02:37 +00:00
Ilya Eremin
e70c5fee4f Hiding password in fbtracemgr arguments from ps (#80) 2017-02-09 15:47:34 +04:00
firebirds
74c4028421 increment build number 2017-02-09 00:02:43 +00:00
hvlad
370572b2dd Backport improvements
CORE-5475 : Provide ability to filter out info and warnings from trace log, and
CORE-4486 : Trace: provide filter to INCLUDE / EXCLUDE errors by their mnemonical names
2017-02-08 13:38:02 +02:00
firebirds
e222ceaf25 increment build number 2017-02-08 00:02:43 +00:00
Adriano dos Santos Fernandes
24d998285d Fixed CORE-5447 - EXECUTE STATEMENT with a statement with "Unexpected end of command" error is reported with wrong column number. 2017-02-07 14:49:47 +00:00