firebirds
|
9da1c0eae6
|
nightly update
|
2012-03-20 04:49:05 +00:00 |
|
alexpeshkoff
|
0afd11b7ee
|
Postfix for AV due to CORE-3649
|
2012-03-19 09:09:21 +00:00 |
|
firebirds
|
014d071c1c
|
nightly update
|
2012-03-19 04:48:08 +00:00 |
|
asfernandes
|
b4ef002042
|
Fix a parser conflict.
|
2012-03-18 22:22:43 +00:00 |
|
asfernandes
|
456af220a8
|
Refactor nod_def_index.
|
2012-03-18 22:22:14 +00:00 |
|
asfernandes
|
3e81925010
|
Refactor DDL nodes removing references to non-value/-rse dsql_nod.
|
2012-03-18 21:37:13 +00:00 |
|
firebirds
|
8f449a70c4
|
nightly update
|
2012-03-18 04:48:39 +00:00 |
|
asfernandes
|
a0194aeaf3
|
Simplificate CastNode. There is no need for a format there.
|
2012-03-17 16:06:05 +00:00 |
|
asfernandes
|
f3ee441533
|
Misc.
|
2012-03-17 15:35:53 +00:00 |
|
firebirds
|
4a63dc6573
|
nightly update
|
2012-03-17 04:50:51 +00:00 |
|
asfernandes
|
dd46c387fb
|
Misc.
|
2012-03-17 02:26:59 +00:00 |
|
asfernandes
|
870f03877a
|
Corrections.
|
2012-03-17 02:26:26 +00:00 |
|
alexpeshkoff
|
e92f494e72
|
Finished with conversions of all strings in both kinds of SPBs (attach/start) to UTF8
|
2012-03-16 17:10:31 +00:00 |
|
alexpeshkoff
|
55cb58fd32
|
System to UTF8 conversion on non-Windows systems
|
2012-03-16 17:08:24 +00:00 |
|
alexpeshkoff
|
42e1763d37
|
Misc
|
2012-03-16 17:05:56 +00:00 |
|
alexpeshkoff
|
4f4998a9b5
|
Misc
|
2012-03-16 12:46:32 +00:00 |
|
firebirds
|
c2041a276e
|
nightly update
|
2012-03-16 04:50:25 +00:00 |
|
alexpeshkoff
|
e0eda0c873
|
Fixed use of UTF8 strings in services
|
2012-03-15 15:05:31 +00:00 |
|
alexpeshkoff
|
a82cc97e5e
|
Fixed delivery of errors from gstat service
|
2012-03-15 15:03:19 +00:00 |
|
alexpeshkoff
|
016d95d133
|
Fixed assertion at client side in service logon
|
2012-03-15 14:39:38 +00:00 |
|
dimitr
|
8780116b38
|
Fixed CORE-1992: bad BLR -- invalid stream for union select.
|
2012-03-15 12:10:11 +00:00 |
|
dimitr
|
0ea7ae11f3
|
Fixed CORE-3092: ROW_COUNT is not cleared before the singleton INSERT statement,
|
2012-03-15 10:40:45 +00:00 |
|
alexpeshkoff
|
6a45fe32a1
|
Better track file dependencies
|
2012-03-15 09:52:55 +00:00 |
|
dimitr
|
2ac95b9982
|
Fixed CORE-3625: MON$IO_STATS doesn't report page writes performed asynchronously (at the AST level).
|
2012-03-15 09:29:33 +00:00 |
|
alexpeshkoff
|
a23cc5f472
|
Misc
|
2012-03-15 08:14:19 +00:00 |
|
firebirds
|
f79a00b91f
|
nightly update
|
2012-03-15 04:50:08 +00:00 |
|
dimitr
|
d0fe0bdf93
|
Pleased Paul V. so that CORE-3195 (Concatenation to CHAR(32766/7) impossible) could be resolved.
|
2012-03-14 17:46:57 +00:00 |
|
dimitr
|
d7deadbd5a
|
Totally misc.
|
2012-03-14 17:39:01 +00:00 |
|
dimitr
|
7c14588baf
|
Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future.
|
2012-03-14 17:38:32 +00:00 |
|
dimitr
|
8080bb2100
|
Front-ported CORE-3553: Nested loop plan is chosen instead of the sort merge for joining independent streams using keys of different types.
|
2012-03-14 16:04:06 +00:00 |
|
dimitr
|
d6c745b83d
|
Fixed CORE-2286: Selecting from MON$CALL_STACK within a Trigger or SP sometimes return 0 rows.
|
2012-03-14 15:26:06 +00:00 |
|
dimitr
|
c3a3ccfb8f
|
Integrated the jumping information natively into the index bucket.
WARNING: This is an ODS change, databases must be recreated.
|
2012-03-14 14:35:55 +00:00 |
|
dimitr
|
05c27aa212
|
Integrated the jumping information natively into the index bucket.
WARNING: This is an ODS change, databases must be recreated.
|
2012-03-14 14:33:41 +00:00 |
|
dimitr
|
455c4c82d6
|
Front-ported CORE-3457: Optimize the temporary space manager regarding small chunk allocations.
|
2012-03-14 14:00:38 +00:00 |
|
alexpeshkoff
|
5da425d788
|
Comments
|
2012-03-14 13:46:17 +00:00 |
|
alexpeshkoff
|
2f7c526728
|
Implemented CORE-3788: Make all utilities follow same rules when expanding database name
|
2012-03-14 08:46:27 +00:00 |
|
firebirds
|
481f9a5e0a
|
nightly update
|
2012-03-14 04:49:29 +00:00 |
|
dimitr
|
4dffb2c624
|
Made the jump nodes unconditional. To be continued.
|
2012-03-13 10:31:28 +00:00 |
|
firebirds
|
4db9432168
|
nightly update
|
2012-03-12 04:50:36 +00:00 |
|
alexpeshkoff
|
cd88decf37
|
Avoid code duplication in yvalve. Always store expanded filename in YAttachment.
|
2012-03-11 15:32:58 +00:00 |
|
alexpeshkoff
|
d0cb084f32
|
Fixed my old error done when applying providers interface in yValve
|
2012-03-11 15:17:19 +00:00 |
|
firebirds
|
ba298dab36
|
nightly update
|
2012-03-11 04:48:47 +00:00 |
|
asfernandes
|
1758b1fdbe
|
Misc.
|
2012-03-10 15:37:52 +00:00 |
|
alexpeshkoff
|
ced1e89661
|
Mac port
|
2012-03-10 14:01:38 +00:00 |
|
alexpeshkoff
|
8a33676a05
|
Misc
|
2012-03-10 12:28:27 +00:00 |
|
alexpeshkoff
|
1d18be26d5
|
Changed order of args as requested by Claudio
|
2012-03-10 12:07:47 +00:00 |
|
firebirds
|
e18c700024
|
nightly update
|
2012-03-08 04:48:58 +00:00 |
|
alexpeshkoff
|
61bee1449c
|
Make createDatabase() work with config and national characters like attachDatabase()
|
2012-03-07 15:20:37 +00:00 |
|
alexpeshkoff
|
a91319462b
|
Fixed CORE-3721: Multiuser server startup (/etc/init.d) script picks up the ISC_ variables if set.
|
2012-03-07 12:04:43 +00:00 |
|
firebirds
|
e37f620b2a
|
nightly update
|
2012-03-07 04:51:02 +00:00 |
|