alexpeshkoff
|
fe7472a5c4
|
cleanup
|
2010-06-28 09:46:25 +00:00 |
|
alexpeshkoff
|
ab75577b9f
|
Fixed some bugs, related with remapping fo events shared memory - thanks to Adriano
|
2010-06-28 09:38:00 +00:00 |
|
asfernandes
|
69fea5a49c
|
MSVC10 support
|
2010-06-27 03:47:40 +00:00 |
|
asfernandes
|
fc00a3d58d
|
Cleanup
|
2010-06-26 02:50:07 +00:00 |
|
asfernandes
|
7851a943c3
|
Misc
|
2010-06-26 02:30:01 +00:00 |
|
asfernandes
|
f2c938d9fa
|
Refactor CREATE/DROP COLLATION
|
2010-06-26 01:52:06 +00:00 |
|
asfernandes
|
5baf890a21
|
Misc
|
2010-06-26 01:18:53 +00:00 |
|
hvlad
|
82e3505af8
|
Cleanup
|
2010-06-25 12:16:28 +00:00 |
|
alexpeshkoff
|
6cbefa1f46
|
Introduced class SharedMemory - base class for everything, using IPC. Related to CORE-3035.
|
2010-06-25 11:55:11 +00:00 |
|
hvlad
|
eabfade321
|
Update MSVC8 build
|
2010-06-25 06:45:10 +00:00 |
|
hvlad
|
3271bbae3a
|
Disable hard limit on number of worker threads. Something more smart should be implemented instead.
|
2010-06-23 13:36:52 +00:00 |
|
asfernandes
|
49f4b30879
|
Misc
|
2010-06-22 00:56:53 +00:00 |
|
asfernandes
|
75af3ccf65
|
Misc/cleanup
|
2010-06-22 00:53:35 +00:00 |
|
asfernandes
|
56c738c09d
|
Misc
|
2010-06-20 23:11:17 +00:00 |
|
asfernandes
|
dd5940a616
|
Improvement CORE-3057 - Allow the usage of blobs in COMPUTED BY expressions
|
2010-06-20 14:49:34 +00:00 |
|
asfernandes
|
6249162c4e
|
Fixed CORE-3047 - Wrong logic is used to resolve EXECUTE BLOCK parameters collations
|
2010-06-20 03:11:05 +00:00 |
|
asfernandes
|
d7883e750d
|
Fixed CORE-3047 - Wrong logic is used to resolve EXECUTE BLOCK parameters collations
|
2010-06-20 03:09:25 +00:00 |
|
asfernandes
|
fbd5ef3f96
|
Cleanup
|
2010-06-18 16:48:33 +00:00 |
|
asfernandes
|
087b3c8fba
|
Misc
|
2010-06-18 13:13:37 +00:00 |
|
asfernandes
|
08bbc59f03
|
Fixed CORE-3056 - Problems may happen when issuing DDL commands in the same transaction after CREATE COLLATION was issued
|
2010-06-18 12:49:31 +00:00 |
|
asfernandes
|
79029ac87d
|
Misc
|
2010-06-18 12:41:59 +00:00 |
|
asfernandes
|
3e4a71f8ad
|
Fix problem seen by Vlad where crash happens when our older ICU is found
|
2010-06-18 11:15:57 +00:00 |
|
asfernandes
|
4b8301fb52
|
Change suggested by Claudio
|
2010-06-17 16:06:54 +00:00 |
|
asfernandes
|
d2161dc6ff
|
Fixed CORE-3055 - Variable/argument name could be absent or be wrong in error messages when more than 256 variables are used
|
2010-06-17 15:32:11 +00:00 |
|
dimitr
|
01c57892e8
|
Fixed a lock-up when connecting locally to the missing database file. The issue is old, but it could never fire prior to v3.0.
|
2010-06-17 14:27:01 +00:00 |
|
alexpeshkoff
|
b6c0bbcd41
|
frontported fix for CORE-3021: Segfault in DEV_BUILD
|
2010-06-17 07:34:15 +00:00 |
|
asfernandes
|
12079f5ece
|
Created class BlrWriter and reorganization (move BLR generation from statement to scratch)
|
2010-06-17 01:18:40 +00:00 |
|
dimitr
|
9a694c4c73
|
Fixed unregistered error in the BLR printer output.
|
2010-06-16 16:28:09 +00:00 |
|
alexpeshkoff
|
a9446e6740
|
Fixed segfault during DEV_BUILD
|
2010-06-16 12:44:43 +00:00 |
|
asfernandes
|
a9adf6d626
|
1) Refactor PSQL support in DSQL. This started as subprocedure implementation, but I'm now separating things.
2) Fix thrown of isc_bad_default_value
|
2010-06-15 16:07:58 +00:00 |
|
asfernandes
|
162ad97d38
|
Do not remove cpp files generated from epp ones
|
2010-06-15 15:20:09 +00:00 |
|
alexpeshkoff
|
f28f040e0f
|
Fixed CORE-3024: Error "no current record for fetch operation" after ALTER VIEW (and a lot of other possible inconsistencies)
|
2010-06-15 12:27:33 +00:00 |
|
alexpeshkoff
|
8d2b140459
|
Fixed CORE-3046: Assertion after ALTER TABLE
|
2010-06-15 11:57:13 +00:00 |
|
asfernandes
|
0d71f0d52d
|
Misc
|
2010-06-12 16:32:46 +00:00 |
|
asfernandes
|
ab834d2ec1
|
Fixed CORE-3038 - The insert failed because a column definition includes validation
|
2010-06-12 16:28:11 +00:00 |
|
asfernandes
|
d890ce1231
|
Fix debug code
|
2010-06-10 16:08:18 +00:00 |
|
alexpeshkoff
|
e562c8f1df
|
frontported fix for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1
|
2010-06-10 08:41:13 +00:00 |
|
asfernandes
|
22e99e49ce
|
Improvement CORE-3020 - Add clause RETURNING ... INTO ... to MERGE statement
|
2010-06-10 02:03:03 +00:00 |
|
alexpeshkoff
|
46c6383371
|
frontported fix for CORE-3019: Startup failure of SS and SC on linux gentoo
|
2010-06-09 11:53:59 +00:00 |
|
paulbeach
|
14824da4b2
|
Grand Central Dispatch - 10.6 Darwin only
|
2010-06-08 14:44:45 +00:00 |
|
alexpeshkoff
|
c985b0a87d
|
Mac port - use dispatch semaphores
|
2010-06-08 13:35:46 +00:00 |
|
alexpeshkoff
|
95cc2526a5
|
misc
|
2010-06-08 13:35:24 +00:00 |
|
hvlad
|
96c1c7ca93
|
Update ChangeLog from latest CVS version
|
2010-06-06 22:24:10 +00:00 |
|
asfernandes
|
e5559a90a1
|
Current build no (ported from CVS)
|
2010-06-05 00:48:45 +00:00 |
|
asfernandes
|
3940feef1f
|
Port from CVS Vlad's fixes for CORE-3015, CORE-3016 and CORE-3017
|
2010-06-05 00:48:06 +00:00 |
|
asfernandes
|
8d8413da02
|
Set svn:eol-style to native
|
2010-06-04 23:14:48 +00:00 |
|
fsg
|
661cc2f360
|
increment build number
|
2010-05-22 12:59:55 +00:00 |
|
fsg
|
2d5afa6f2f
|
increment build number
|
2010-05-22 12:59:20 +00:00 |
|
fsg
|
1e0c3558ea
|
increment build number
|
2010-05-22 12:59:19 +00:00 |
|
fsg
|
ee9b3f2aae
|
increment build number
|
2010-05-22 12:58:07 +00:00 |
|