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

51370 Commits

Author SHA1 Message Date
firebirds
e281b1dc02 nightly update 2015-08-13 00:07:54 +00:00
hvlad
2291a41e8f Fixed bug CORE-4906 : AV when server is shutted down with active trace session(s) 2015-08-12 13:38:20 +00:00
hvlad
363c0fae9b Fixed bug CORE-4889 : FBSVCMGR with action_trace_start prevents in 3.0 SuperServer from connecting using local protocol 2015-08-12 08:58:41 +00:00
firebirds
c941a3fab5 nightly update 2015-08-12 00:08:57 +00:00
asfernandes
5ecbf21151 Misc. 2015-08-11 15:46:36 +00:00
asfernandes
bf8a2b9c5b Fixed two problem when a expression is described with a collation (i.e., when the expression charset matches the connection charset):
- Broken display of charset name with SQLDA_DISPLAY
- Broken UTF-8 alignment
2015-08-11 15:46:24 +00:00
firebirds
e440313a8b nightly update 2015-08-10 14:20:55 +00:00
hvlad
a59b64d610 Fixed bug CORE-4904 : Index corruption when add data in long-key-indexed field 2015-08-09 20:57:19 +00:00
mapopa
a82e3b15d0 server_is_ok not used or replaced 2015-08-07 05:52:54 +00:00
hvlad
affce3a0a9 Misc 2015-08-06 11:49:07 +00:00
asfernandes
9a2a88b560 Fixed CORE-4884 - Crash on pasring of script containing execute block with lot of nested begin..end statements. 2015-08-05 16:44:48 +00:00
asfernandes
9446f81cdb Improvement CORE-4898 - Speed up function creation and loading when there are many functions in the database. 2015-08-03 01:41:34 +00:00
asfernandes
c272477a97 Improvement CORE-4880 - Increase speed of creating package when number of its functions more than several hundreds. 2015-08-03 01:27:37 +00:00
hvlad
2b401cbbb8 1. I see no reason to use explicit constructor in this case. More, it breaks build.
2. One more paranoid check by Claudio :)
2015-08-02 19:00:21 +00:00
asfernandes
abde3b2cad Misc. 2015-08-02 15:51:01 +00:00
robocop
6684adf32e Misc. 2015-08-02 03:10:02 +00:00
mapopa
4878900f4a Add Downloads totals image https://img.shields.io/sourceforge/dt/firebird.png 2015-07-31 09:21:07 +00:00
dimitr
c4173d6968 Manual update: changelog + buildno. 2015-07-30 09:50:18 +00:00
dimitr
4a98252c13 Manual update: changelog + buildno. 2015-07-30 09:50:01 +00:00
egorpugin
dc14d2cfed [build][cmake] Fix OS X build with brew. 2015-07-28 16:40:25 +00:00
asfernandes
50b2d7352a Fixed CORE-4887 - AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment. 2015-07-28 15:56:58 +00:00
asfernandes
8074c9338c Fixed weird indentation. 2015-07-28 15:56:46 +00:00
hvlad
be4c021d5b Make gbak output a bit more consistent look (see also CORE-1999) 2015-07-28 11:26:49 +00:00
asfernandes
67e92f8872 Fixed CORE-4881 - Increase maximum string literal length to 64K (bytes) while setting a lower limit (of characters) for multibyte charsets based on their max char. length (UTF-8 literals will be limited to 16383 characters). 2015-07-27 01:06:51 +00:00
asfernandes
442388d4a8 Fixed CORE-4882 - ISQL input command (or -i option) reads large (> 64K) lines incorrectly. 2015-07-27 01:06:33 +00:00
hvlad
5c8a7861c8 Reserve facility code 26 (name "JAYBIRD") for JayBird needs 2015-07-26 21:03:47 +00:00
hvlad
b77bf19e3b Implement improvement CORE-1999 : TimeStamp in the every line output gbak.exe utility
Minor fixes in service manager.
Thanks to Alex for help.
Documentation will follow.
2015-07-26 20:49:15 +00:00
hvlad
fa46891583 Restore fair locking in SyncObject (it was disabled until validation code changed to avoid recursive latches). 2015-07-26 19:58:12 +00:00
hvlad
c55381f9cd Change validation code to avoid recursive latches (as it is not supported in fb3 cch). 2015-07-26 19:56:40 +00:00
alexpeshkoff
6249046af0 Added getClientVersion() method to Util interface and XpbBuilder interface to work with DPB/SPB/etc formats 2015-07-26 18:25:15 +00:00
alexpeshkoff
be3823bc92 Fixed an issue with missing auth source info when using trusted auth 2015-07-26 18:23:50 +00:00
alexpeshkoff
6608009f80 Minor enhancement - show that build is DEV in "show version" 2015-07-26 18:22:10 +00:00
alexpeshkoff
9816b9257a Fixed CORE-4879: Minor inconvenience in user management via services API - fixed order of parameters in SPB required 2015-07-26 18:13:04 +00:00
alexpeshkoff
8400f91796 Better statrtup error diags 2015-07-26 18:09:59 +00:00
alexpeshkoff
363541353e Minor optimization - use on-stack allocation instead new/delete 2015-07-26 18:07:37 +00:00
alexpeshkoff
e0e98a0743 Fixed old text to make it match v.3 reality 2015-07-26 18:06:05 +00:00
alexpeshkoff
4d201f3bc0 Use new ServerMode parameter in the script 2015-07-26 18:04:40 +00:00
alexpeshkoff
53765456b9 Bring gentoo installation up-to-date 2015-07-26 18:03:52 +00:00
alexpeshkoff
0ebf76aae8 This should fix issues with different systemd location in FS 2015-07-26 18:02:30 +00:00
asfernandes
8c767adb86 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: Avoid use of monitoring tables in ISQL's frontend as suggested by Dmitry 2015-07-26 15:38:32 +00:00
asfernandes
0f430b459c On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: display in ISQL database, user and role as server sees them 2015-07-26 15:38:19 +00:00
asfernandes
3fc04a9dd5 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: strip single quotes, not making them keep case of ascii string, when used in DPB (connect/create database) 2015-07-26 15:38:06 +00:00
asfernandes
01de4144c4 On behalf of mapopa after sourceforge crash - remove unused DBB_ flags from comments 2015-07-26 15:37:53 +00:00
asfernandes
780108fb46 On behalf of mapopa after sourceforge crash - DBB_v3 was removed , remove from comments http://sourceforge.net/p/firebird/mailman/message/16823672/ 2015-07-26 15:37:40 +00:00
asfernandes
04f03c4d55 On behalf of mapopa after sourceforge crash - FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/p/firebird/mailman/message/30668961/ 2015-07-26 15:37:28 +00:00
asfernandes
7dea7e249d On behalf of mapopa after sourceforge crash - remove comment MET_exact_name() is no more replaced with fb_utils::exact_name 2015-07-26 15:37:12 +00:00
asfernandes
c2cc9ed9fc On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more 2015-07-26 15:37:00 +00:00
asfernandes
9d17b48cab On behalf of mapopa after sourceforge crash - IUTILS_blankterm2 replaced with fb_utils::exact_name (NOT_USED_OR_REPLACED) 2015-07-26 15:36:46 +00:00
asfernandes
602ed74e83 On behalf of mapopa after sourceforge crash - unused enum member lang_epascal 2015-07-26 15:36:33 +00:00
asfernandes
c4f35b84c3 On behalf of mapopa after sourceforge crash - Remove gpre BASIC function (NOT_USED_OR_REPLACED) 2015-07-26 15:36:19 +00:00