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

51529 Commits

Author SHA1 Message Date
alexpeshkoff
b65849748f Fixed CORE-4911: Providers enumeration should not be continued on most of errors taking place in the provider 2015-08-18 14:57:50 +00:00
dimitr
606d459a63 Totally misc. 2015-08-18 10:00:52 +00:00
firebirds
87fe254d2d nightly update 2015-08-17 00:08:28 +00:00
dimitr
6131cf1216 Fixed the hash-join part of CORE-4909: MERGE / HASH JOINs produce incorrect results when VARCHAR join keys differ only by trailing spaces. 2015-08-16 15:47:30 +00:00
asfernandes
6cc8feaf64 Misc. 2015-08-16 13:53:57 +00:00
firebirds
0d048d3ad5 nightly update 2015-08-15 00:08:50 +00:00
alexpeshkoff
69cc0b7473 Fixed CORE-4897: FBSVCMGR can produce broken log when restoring database 2015-08-14 14:41:05 +00:00
firebirds
3a8ce3873f nightly update 2015-08-14 00:09:10 +00:00
robocop
4037576b9e Misc. 2015-08-13 04:09:55 +00:00
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