mkubecek
7f6ddabd3c
Fix IPv6V6Only comment in firebird.conf
2014-11-17 12:02:38 +00:00
mkubecek
922b040dab
Fix bashism/typo in utility scripts.
2014-11-17 11:55:57 +00:00
alexpeshkoff
ca4ac0718a
Avoid segfault in a case when port_context is reset for broken port
2014-11-16 17:33:09 +00:00
alexpeshkoff
23ef7257df
Avoid pool from being initialized second time during cleanup
2014-11-16 17:00:56 +00:00
asfernandes
0973e76135
Misc.
2014-11-16 02:41:47 +00:00
hvlad
c1ec7896b6
Fixed compilation errors on Windows after IPv6 patches
2014-11-14 14:54:09 +00:00
hvlad
a70f97c2eb
Support for MSVC12 (VS 2013)
2014-11-14 11:04:48 +00:00
mkubecek
a095a06243
fix libdir on 64-bit linux platforms (powerpc64(le), aarch64)
2014-11-14 08:48:55 +00:00
alexpeshkoff
c0f587457b
Added doc
2014-11-14 08:24:43 +00:00
mkubecek
795acd3c5f
minor fixes of SUSE init script
2014-11-14 07:58:56 +00:00
mkubecek
65e11146e4
look for sem_open also in libpthread
2014-11-14 07:57:17 +00:00
asfernandes
18b06702a7
Add new keywords to keyword_or_column as seem by Dmitry.
2014-11-13 14:43:30 +00:00
alexpeshkoff
4778665a44
Reflected API changes in beta1
2014-11-13 10:30:41 +00:00
mapopa
e055cea86d
add isc_info_db_impl_linux_ppc64 in inf_pub.h
2014-11-12 17:49:41 +00:00
mapopa
5a2751edf9
add prefix file linux_powerpc64
2014-11-12 17:39:41 +00:00
mkubecek
9fb1a27800
Improvement CORE-3226: IPv6 support (9/9) add README.IPv6 describing IPv6 related changes
2014-11-12 17:32:42 +00:00
mkubecek
ae4f286c1a
Improvement CORE-3226: IPv6 support (8/9) add config directive for IPV6_V6ONLY socket option
2014-11-12 17:31:01 +00:00
mkubecek
983627a2d7
Improvement CORE-3226: IPv6 support (7/9) remove unused functions
2014-11-12 17:30:07 +00:00
mkubecek
6988b9901b
Improvement CORE-3226: IPv6 support (6/9) implement IPv6 support for aux connection
2014-11-12 17:29:15 +00:00
mkubecek
263f12a1f4
Improvement CORE-3226: IPv6 support (5/9) implement IPv6 support for main connection
2014-11-12 17:28:37 +00:00
mkubecek
2caf1a6b49
Improvement CORE-3226: IPv6 support (4/9) handle IPv6 addresses in utility functions
2014-11-12 17:27:46 +00:00
mkubecek
d3c1d72515
Improvement CORE-3226: IPv6 support (3/9) socket address abstraction class
2014-11-12 17:27:02 +00:00
mkubecek
5efd039202
Improvement CORE-3226: IPv6 support (2/9) do not pass pointer to peer address to accept()
2014-11-12 17:24:44 +00:00
mkubecek
39b8553530
Improvement CORE-3226: IPv6 support (1/9) allow square brackets around host in connection string
2014-11-12 17:24:09 +00:00
mapopa
ba3eb1a44b
add powerpc64 big endian configure check
2014-11-12 17:13:29 +00:00
mapopa
02cec62864
add PowerPc64 big endian
2014-11-12 17:00:44 +00:00
mapopa
baae1690e2
Reserve implementation id for big endian ppc64
2014-11-12 16:55:37 +00:00
asfernandes
922aa064d2
Frontport fix for CORE-4604 - EXECUTE STATEMENT rise varchar char_length() size.
2014-11-12 15:14:31 +00:00
mapopa
1f5d662b52
Fix missing prefix file issue
2014-11-12 15:10:05 +00:00
mapopa
ab2c11fb15
add isc_info_db_impl_linux_ppc64el in inf_pub.h
2014-11-12 09:13:29 +00:00
firebirds
d78c926a65
nightly update
2014-11-12 08:37:06 +00:00
dimitr
208adfc8b6
Updated the docs.
2014-11-12 07:44:31 +00:00
mapopa
c26905cb96
add prefix file linux_powerpc64el
2014-11-11 16:52:21 +00:00
mapopa
2caa728e63
add powerpc64le configure check , aarm64 is now packaged already in debian/ubuntu/fedora
2014-11-11 16:44:14 +00:00
mapopa
c2ad0aa900
add PowerPc64el
2014-11-11 16:17:54 +00:00
mapopa
f2f2e66be6
add PowerPC64el implementation
2014-11-11 16:05:11 +00:00
mapopa
81e50a006d
Spell fix in comment
2014-11-11 15:08:23 +00:00
firebirds
6701d1b131
nightly update
2014-11-11 08:55:38 +00:00
asfernandes
49d1a73994
Get rid of upgradeInterface API method and some adjustments. To be continued.
2014-11-10 14:45:40 +00:00
paulbeach
3a1077b117
Fix visibility problem for:
...
GSEC> add sysdba -pw masterkey
unable to open database
Error loading plugin Srp
Standard plugin entrypoint does not exist in module
/Users/pbeach/firebird30/gen/Release/firebird/plugins/libSrp.dylib
GSEC>
2014-11-10 09:32:08 +00:00
firebirds
e93d9f4330
nightly update
2014-11-10 08:36:28 +00:00
dimitr
d98625b933
Relaxed system tables protection for cases UPDATE ... SET RDB$*_SOURCE = NULL. So far nullification is allowed for views/packages/procedures/functions/triggers only. I'm not sure somebody really needs hiding sources for defaults and check constraints, but this can be supported later, if required. This is a temporary solution, intended to be replaced with something more clever (e.g. special permissions or new DDL command) in v4.
2014-11-09 16:40:52 +00:00
asfernandes
e6941eca21
Fixed CORE-4599 - REPLACE function works incorrectly with multibyte charsets.
2014-11-09 01:58:15 +00:00
firebirds
77aff5315b
nightly update
2014-11-08 08:46:36 +00:00
mapopa
c824ee7c2f
Apollo computers are long gone
2014-11-07 15:30:24 +00:00
mapopa
bca66ed3b1
Fix comment non-VMS to non-Windows
2014-11-07 15:22:08 +00:00
firebirds
9bc3c290ce
nightly update
2014-11-07 08:03:56 +00:00
asfernandes
ad5c46b139
Improvement CORE-4590 - Change type of returning value of CHAR_LENGTH, BIT_LENGTH and OCTET_LENGTH of BLOBs to bigint.
2014-11-05 00:35:57 +00:00
firebirds
3e3a51dc9c
nightly update
2014-11-04 01:08:44 +00:00
mapopa
a8b476f85e
Apply CORE-4595 fbguard lock file permission patch
2014-11-03 09:17:30 +00:00