alexpeshkoff
|
d4fdc5d9a7
|
Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
2010-11-19 17:36:57 +00:00 |
|
alexpeshkoff
|
e6ae6b7d9d
|
Backported fix for CORE-3249: gbak file is not truncated during backup operation
|
2010-11-19 15:13:41 +00:00 |
|
alexpeshkoff
|
8815bbb63d
|
Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
2010-11-19 15:11:52 +00:00 |
|
hvlad
|
6af971d5f2
|
Fixed bug CORE-3219 : trace manager crash server with DSQL_unprepare
|
2010-11-19 14:33:30 +00:00 |
|
dimitr
|
18a9e37dd3
|
Second attempt to fix CORE-2812. The prior one introduced regressions.
|
2010-11-19 12:14:06 +00:00 |
|
firebirds
|
5eb9570d14
|
nightly update
|
2010-11-19 03:18:00 +00:00 |
|
alexpeshkoff
|
dfd62ed1ab
|
Misc
|
2010-11-18 16:19:35 +00:00 |
|
firebirds
|
09ffc404a5
|
nightly update
|
2010-11-14 03:18:16 +00:00 |
|
dimitr
|
363cabb31d
|
This is a poor man's extension to the solution for CORE-1038 (Remote shadows on NT-based systems) that's expected to fix CORE-3059 (RemoteFileOpenAbility fails on Windows).
|
2010-11-13 06:40:38 +00:00 |
|
dimitr
|
f9f4f90392
|
Backport CORE-2812: Prohibit any improper mixture of explicit and implicit joins.
|
2010-11-13 06:34:17 +00:00 |
|
firebirds
|
ac2077d8a7
|
nightly update
|
2010-11-13 03:17:09 +00:00 |
|
alexpeshkoff
|
88a841e379
|
Backported fix for CORE-3229: Records: "operating system directive open failed, Too many links" in firebird.log
|
2010-11-12 12:20:31 +00:00 |
|
firebirds
|
dbdff636a9
|
nightly update
|
2010-11-12 03:19:09 +00:00 |
|
alexpeshkoff
|
1b259c777a
|
Backported fix for CORE-3212: Error compile 2.5 for FreeBSD
|
2010-11-11 13:56:38 +00:00 |
|
alexpeshkoff
|
5f03d1994c
|
Added LSB header
|
2010-11-11 07:50:25 +00:00 |
|
firebirds
|
b388718882
|
nightly update
|
2010-11-10 03:19:00 +00:00 |
|
asfernandes
|
f8a665bbdf
|
Fixed CORE-3222 - View with "WITH CHECK OPTION" doesn't like TRIM function in WHERE
|
2010-11-09 17:27:55 +00:00 |
|
firebirds
|
8ec39fbf41
|
nightly update
|
2010-11-09 03:19:48 +00:00 |
|
dimitr
|
db756441ce
|
Avoid destructing the temporary transaction twice. This is expected to fix the crash reported in CORE-3207.
|
2010-11-08 19:43:53 +00:00 |
|
dimitr
|
8886291062
|
Comment.
|
2010-11-08 16:32:38 +00:00 |
|
dimitr
|
12dac02bb7
|
Fixed CORE-3029: Bugcheck "Too many savepoints (287)" at rollback after exception at EXECUTE BLOCK with exception handler.
|
2010-11-08 16:30:43 +00:00 |
|
alexpeshkoff
|
eb5414af46
|
Backported fix for CORE-3220: isc_info_svc_get_users returns error message in the result cluster
|
2010-11-08 16:17:25 +00:00 |
|
dimitr
|
959fcfc181
|
Fixed unregistered crash when database pools are being printed into the file. We don't have such code enabled by default, so this isn't going to affect production systems.
|
2010-11-08 10:34:14 +00:00 |
|
dimitr
|
5903323d92
|
Fixed an old error which handles aggregates wrongly. So far it seems harmless for versions prior to v3.0 where it has been fixed, but let's be on the safe side.
|
2010-11-08 10:31:44 +00:00 |
|
dimitr
|
475f873682
|
Fixed CORE-3217: Server crashes inside the lock manager when multiple connections attaching/detaching simultaneously.
|
2010-11-08 10:10:29 +00:00 |
|
dimitr
|
c45d0e5cdb
|
Fixed CORE-3218: Statement cancellation request might be silently ignored by the currently running SQL code.
|
2010-11-08 09:16:14 +00:00 |
|
dimitr
|
e7ade52371
|
Hopefully, this should fix a (supposedly rare) crash I've seen in the debugger once.
|
2010-11-08 08:48:50 +00:00 |
|
dimitr
|
07a932f7c9
|
If we swallow the exception, let's zap it inside the status vector as well. This fixes the assertion in the debug build.
|
2010-11-08 07:22:06 +00:00 |
|
firebirds
|
0a3dde0687
|
nightly update
|
2010-11-04 03:16:54 +00:00 |
|
asfernandes
|
fd68563a7e
|
Fixed CORE-3211 - String truncation occurs when selecting from a view containing NOT IN inside
|
2010-11-04 01:10:59 +00:00 |
|
firebirds
|
177f2b9654
|
nightly update
|
2010-11-03 03:23:15 +00:00 |
|
dimitr
|
85ba1c7719
|
Fixed CORE-3210: The cursor identified in the UPDATE or DELETE statement is not positioned on a row. no current record for fetch operation in SELECT query.
|
2010-11-02 11:20:01 +00:00 |
|
firebirds
|
9b84466870
|
nightly update
|
2010-11-02 03:25:11 +00:00 |
|
dimitr
|
52ed454bc9
|
Fixed CORE-3208: Significant memory leaks with recursive queries.
|
2010-11-01 19:22:55 +00:00 |
|
firebirds
|
6a908577da
|
nightly update
|
2010-11-01 03:17:07 +00:00 |
|
dimitr
|
1ee06e52cd
|
Fixed CORE-3205: isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err.
Also, restore the legacy behavior for EXECUTE PROCEDURE and RETURNING queries. This is expected to fix CORE-3203.
|
2010-10-31 08:47:41 +00:00 |
|
firebirds
|
a7150ae37f
|
nightly update
|
2010-10-29 03:20:18 +00:00 |
|
dimitr
|
5b2c35b3e3
|
Fixed CORE-3202: execute_immediate API call family may crash the remote server.
|
2010-10-28 18:09:39 +00:00 |
|
firebirds
|
ac48bc9250
|
nightly update
|
2010-10-27 03:18:06 +00:00 |
|
asfernandes
|
dfb7ee4af5
|
Fixed CORE-3157 - COMMENT ON PARAMETER - Statement leads in a consumption of 1.7 GB RAM and a runtime of more than 1 Minute
|
2010-10-26 23:34:46 +00:00 |
|
firebirds
|
9cc25a77cf
|
nightly update
|
2010-10-20 03:18:07 +00:00 |
|
alexpeshkoff
|
15132bc4a6
|
Backported fix for CORE-3148: possible segfault in SQZ_apply_differences
|
2010-10-19 13:28:18 +00:00 |
|
firebirds
|
aebad12f40
|
nightly update
|
2010-10-19 03:18:59 +00:00 |
|
alexpeshkoff
|
67e1a2eab4
|
Make it build using clang++ - thanks to marius
|
2010-10-18 17:23:26 +00:00 |
|
hvlad
|
9ddc0ef468
|
Fixed bug CORE-3188 : page 0 is of wrong type (expected 6, found 1)
|
2010-10-17 21:35:24 +00:00 |
|
asfernandes
|
98bf701126
|
Fixed CORE-3180 - ALTER VIEW with not matched columns in declaration and selection crashs the server
|
2010-10-17 14:32:04 +00:00 |
|
firebirds
|
a85fd4cfa8
|
nightly update
|
2010-10-16 03:24:37 +00:00 |
|
alexpeshkoff
|
3871d93629
|
Fixed issues, found by clang
|
2010-10-15 15:18:35 +00:00 |
|
alexpeshkoff
|
84aef755e2
|
Backported CORE-3185: Firebird compilation on a box, already running firebird server
|
2010-10-15 14:54:45 +00:00 |
|
alexpeshkoff
|
0c139f1f55
|
CORE-3184: Committed Damyan's patch - port for linux/hppa and linux/alpha
|
2010-10-15 09:07:13 +00:00 |
|