hvlad
|
6a942670f0
|
Backported fix for bug CORE-3631 : Duplicate records with NULLs checked incorrectly
|
2011-10-12 19:00:54 +00:00 |
|
alexpeshkoff
|
f8f918d29e
|
Backported fixes for CORE-3605 and CORE-3606
|
2011-10-12 11:58:00 +00:00 |
|
alexpeshkoff
|
490471d8fb
|
Fixed CORE-3627: Server crashes with access violation when inserting row into table with unique index
|
2011-10-12 09:52:07 +00:00 |
|
firebirds
|
e5d252323e
|
nightly update
|
2011-10-12 03:26:58 +00:00 |
|
alexpeshkoff
|
1b231f4b03
|
Backported fix for CORE-3607: Solaris does not define the RLIMIT_NPROC limit
|
2011-10-11 12:00:18 +00:00 |
|
alexpeshkoff
|
b8433b664a
|
Fixed CORE-3609: Option -t displayed twice by fb_inet_server -h
|
2011-10-11 11:51:49 +00:00 |
|
alexpeshkoff
|
a5d1b269a3
|
Porting - some Debians miss SA_SIGINFO, committed fixing it patch by Samuel Thibault
|
2011-10-11 10:29:55 +00:00 |
|
firebirds
|
b8987dc5ec
|
nightly update
|
2011-10-11 03:27:07 +00:00 |
|
dimitr
|
fbb6dfe91b
|
Bumped version number.
|
2011-10-10 08:37:24 +00:00 |
|
firebirds
|
593e4c490d
|
nightly update
|
2011-10-07 03:26:43 +00:00 |
|
alexpeshkoff
|
b1d4d550ee
|
Added license files to linux packages
|
2011-10-06 12:15:29 +00:00 |
|
alexpeshkoff
|
27dfa289d9
|
CORE-3615: add silent_install target to firebird's Makefile
|
2011-10-06 09:25:02 +00:00 |
|
firebirds
|
53d2921bd9
|
nightly update
|
2011-10-06 03:27:36 +00:00 |
|
alexpeshkoff
|
28cfb5751a
|
Backported posix-only fix for CORE-3600: temp files fb_query_xxxx remains after ISQL has been closed
|
2011-10-05 10:00:55 +00:00 |
|
firebirds
|
8186a7a06e
|
nightly update
|
2011-10-05 03:28:16 +00:00 |
|
alexpeshkoff
|
2689670200
|
Backported fix for CORE-3612: gfix-related services may loose error value in status vector in isc_service_start()
|
2011-10-04 13:19:56 +00:00 |
|
firebirds
|
b42ce8e27b
|
nightly update
|
2011-10-04 03:37:40 +00:00 |
|
paul_reeves
|
9bade41df9
|
Sync B2_5_Release branch with changes made to R2_5_1
|
2011-10-03 14:54:55 +00:00 |
|
firebirds
|
bc0e24caa5
|
nightly update
|
2011-09-30 03:29:59 +00:00 |
|
hvlad
|
5e6696b4d7
|
misc
|
2011-09-29 08:01:32 +00:00 |
|
hvlad
|
2affc6808e
|
Fixed bug CORE-3610 : Can insert DUPLICATE keys in UNIQUE index
|
2011-09-29 07:45:12 +00:00 |
|
firebirds
|
eefc7c0b87
|
nightly update
|
2011-09-29 03:27:33 +00:00 |
|
dimitr
|
b312522df5
|
Russian translation adjustments.
|
2011-09-28 10:23:08 +00:00 |
|
paul_reeves
|
838309a2cf
|
use correct language marker for new entries
|
2011-09-28 10:05:22 +00:00 |
|
paul_reeves
|
ae01eede3c
|
Use proper english for place holder text.
|
2011-09-28 09:58:21 +00:00 |
|
paul_reeves
|
0b116569ac
|
Sync B2_5_Release branch with changes made to R2_5_1
|
2011-09-28 09:49:12 +00:00 |
|
paul_reeves
|
92314f785d
|
update pt i18n files for windows installer
|
2011-09-28 09:17:06 +00:00 |
|
paul_reeves
|
a3deafce3a
|
Add/update cz i18n files for windows installer
|
2011-09-28 09:16:26 +00:00 |
|
firebirds
|
67ff0ebed5
|
nightly update
|
2011-09-27 03:26:28 +00:00 |
|
dimitr
|
67dfb71edf
|
Updated docs.
|
2011-09-26 07:14:16 +00:00 |
|
firebirds
|
9385755cf0
|
nightly update
|
2011-09-22 03:28:39 +00:00 |
|
alexpeshkoff
|
a18689cb71
|
Fixed unregistered bug - regression, found in 2.5.1 rc1
|
2011-09-21 13:51:26 +00:00 |
|
firebirds
|
752f8d6a91
|
nightly update
|
2011-09-21 03:27:20 +00:00 |
|
makowski
|
e928cef7fa
|
update french docs
|
2011-09-20 11:50:04 +00:00 |
|
paul_reeves
|
7dc29b3056
|
Add i18n windows installer files for cz and ru.
|
2011-09-20 08:02:10 +00:00 |
|
firebirds
|
e9a5a96b76
|
nightly update
|
2011-09-15 03:33:33 +00:00 |
|
paulbeach
|
51352f5aed
|
fix tmp directory ownership problem on MacOSX reboot
|
2011-09-14 13:08:37 +00:00 |
|
paulbeach
|
6f94f3806b
|
There seems to be an optimisation bug in Apple's implementation of gcc 4.2.1 on MacOSX 10.7 (Lion) when compiling in 32bit mode. The function uuid_to_char returns an error "binary UUID argument for UUID_TO_CHAR must use 16 bytes". Reducing the compiler optimisation flag from -O3 to -O1 fixes the problem.
|
2011-09-14 09:00:48 +00:00 |
|
firebirds
|
1094e6f3f0
|
nightly update
|
2011-09-12 03:25:07 +00:00 |
|
robocop
|
cd427bb738
|
Misc.
|
2011-09-11 05:24:36 +00:00 |
|
firebirds
|
ab21cdb148
|
nightly update
|
2011-09-10 03:27:08 +00:00 |
|
paul_reeves
|
a74674f3d2
|
Bring R2_5_1 tag up to date.
|
2011-09-09 09:07:35 +00:00 |
|
firebirds
|
ca708e256c
|
nightly update
|
2011-08-31 03:27:21 +00:00 |
|
alexpeshkoff
|
5d9c989fcd
|
Fixed CORE-3589: Internal shared resource leak
|
2011-08-30 13:46:36 +00:00 |
|
firebirds
|
ff3485f86c
|
nightly update
|
2011-08-20 03:26:25 +00:00 |
|
robocop
|
6f1ee134be
|
Misc.
|
2011-08-18 06:50:07 +00:00 |
|
firebirds
|
003db5fb3d
|
nightly update
|
2011-08-17 03:26:49 +00:00 |
|
paulbeach
|
006812b549
|
Needed for 2.5.1 build
|
2011-08-16 09:19:27 +00:00 |
|
dimitr
|
96ed2f97eb
|
Better English :-)
|
2011-08-16 06:47:47 +00:00 |
|
firebirds
|
6c7dec450d
|
nightly update
|
2011-08-10 03:28:13 +00:00 |
|