dimitr
|
5725a784e8
|
Misc.
|
2011-02-06 15:39:37 +00:00 |
|
firebirds
|
e829802128
|
nightly update
|
2011-02-05 03:14:15 +00:00 |
|
asfernandes
|
7800060e22
|
Misc
|
2011-02-04 23:58:10 +00:00 |
|
dimitr
|
c398168403
|
Slightly clearer output.
|
2011-02-04 12:13:46 +00:00 |
|
dimitr
|
e967ba7ba4
|
Correction.
|
2011-02-04 10:02:20 +00:00 |
|
dimitr
|
0985f15236
|
Make all aggregates aware of big tables (more than 2^31 rows).
|
2011-02-04 07:53:25 +00:00 |
|
dimitr
|
69e6fdd8d3
|
Corrections, thanks to Adriano.
|
2011-02-04 07:45:01 +00:00 |
|
firebirds
|
854f3b54fd
|
nightly update
|
2011-02-04 03:15:45 +00:00 |
|
asfernandes
|
f26d9a4b14
|
Fixed CORE-3201 - ATAN2 returns incorrect value for (0, 0).
|
2011-02-03 14:51:50 +00:00 |
|
firebirds
|
ac6ac972d5
|
nightly update
|
2011-02-03 13:05:45 +00:00 |
|
dimitr
|
6de88387c7
|
Simplification. Adriano, please review.
|
2011-02-03 09:35:57 +00:00 |
|
dimitr
|
d5b24b77fb
|
Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache.
|
2011-02-03 08:01:22 +00:00 |
|
dimitr
|
e3831d1061
|
Fixed the cache logic (manifested itself as infinite loops) after Alex's SLONG->ULONG changes for page numbers. There's still room for further changes. While being there, performed some related cleanup.
|
2011-02-02 17:47:11 +00:00 |
|
asfernandes
|
681c542480
|
Fixed CORE-3330 - Server crashes while recreating the table with a NULL -> NOT NULL change.
|
2011-02-02 14:41:28 +00:00 |
|
dimitr
|
6449c942e7
|
Implemented CORE-3332: Provide more detailed information about the query execution plan. Some details are still to be worked on.
|
2011-02-02 11:31:04 +00:00 |
|
alexpeshkoff
|
491ce86c72
|
Fixed CORE-3329:Windows administrator gets RDB$ADMIN role when this is not expected
|
2011-02-02 11:30:55 +00:00 |
|
hvlad
|
12ada43e38
|
Front ported improvement CORE-3323 : Ability to cancel waiting in lock manager
LM part will be changed to not rely on engine internals.
|
2011-02-02 11:20:52 +00:00 |
|
firebirds
|
b6e62c016a
|
nightly update
|
2011-02-02 03:15:58 +00:00 |
|
firebirds
|
5e57ccc0d8
|
nightly update
|
2011-02-01 03:16:41 +00:00 |
|
hvlad
|
e04bd813f8
|
Fixed bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction
|
2011-01-31 10:40:00 +00:00 |
|
asfernandes
|
f27d60369e
|
Refactor nod_relation_name and nod_rel_proc_name.
|
2011-01-30 00:25:46 +00:00 |
|
asfernandes
|
a85ff223b1
|
Correction
|
2011-01-29 17:30:30 +00:00 |
|
asfernandes
|
ccaaca7c72
|
Misc
|
2011-01-29 17:24:29 +00:00 |
|
dimitr
|
6e6d341d4f
|
Front ported CORE-3312: Sub-optimal join plan when the slave table depends on the master one via the OR predicate.
|
2011-01-29 11:34:25 +00:00 |
|
dimitr
|
e0f5a68da0
|
More work on enlarging the message buffers. To be continued.
|
2011-01-28 18:50:27 +00:00 |
|
dimitr
|
fcf42108da
|
Refactoring. Mostly short->long replacements for various buffer sizes.
|
2011-01-28 17:12:22 +00:00 |
|
dimitr
|
20eb1c8bfc
|
Finalize my prior commit.
|
2011-01-28 16:07:08 +00:00 |
|
dimitr
|
cdeed9d652
|
Favor a direct call instead of dealing with information buffers.
|
2011-01-28 15:54:28 +00:00 |
|
hvlad
|
b512958a44
|
Fixed bug CORE-3315 : Audit plugin records a sencond *FAILED* EXECUTE_STATEMENT_FINISH after a "normal" one
|
2011-01-28 10:27:11 +00:00 |
|
firebirds
|
818d5a691b
|
nightly update
|
2011-01-28 03:17:09 +00:00 |
|
asfernandes
|
248ddfa04a
|
Misc
|
2011-01-28 00:58:32 +00:00 |
|
alexpeshkoff
|
742b308173
|
Avoid to early shutdown of engine
|
2011-01-26 18:06:01 +00:00 |
|
dimitr
|
4a8b34fef7
|
Misc.
|
2011-01-26 11:20:01 +00:00 |
|
alexpeshkoff
|
eb11598570
|
Implement Thread::kill for posex threads. Do not support separate Thread::closeHandle - move it inside kill and waitForCompletion
|
2011-01-24 16:36:29 +00:00 |
|
hvlad
|
1e6135ec40
|
Fixed main reason of AV at engine DLL unload time. More fixes will follow soon.
|
2011-01-24 13:20:25 +00:00 |
|
hvlad
|
dca44e309d
|
Make it compiles on Windows after Alex's changes. MSVC10 build will follow later.
|
2011-01-24 12:51:32 +00:00 |
|
hvlad
|
8e47db4154
|
Warning
|
2011-01-24 12:43:04 +00:00 |
|
asfernandes
|
f0586b01eb
|
Refactor DSQL's nod_join and nod_union.
|
2011-01-22 20:40:04 +00:00 |
|
asfernandes
|
ffb28dfc3d
|
Misc
|
2011-01-22 17:15:52 +00:00 |
|
firebirds
|
5f1c19f539
|
nightly update
|
2011-01-22 03:26:36 +00:00 |
|
alexpeshkoff
|
f89ac854ef
|
Getting ready to use 32 (not 31) page and transaction numbers
|
2011-01-21 17:55:04 +00:00 |
|
alexpeshkoff
|
7ccb8e73c7
|
Better logic when working with flags in case of i/o error. Enhanced diagnostics.
|
2011-01-21 16:35:24 +00:00 |
|
asfernandes
|
1a2710c153
|
Fix recursive query with ORDER BY.
It was broken since Aug-2010 with commit "Refactor nod_rse, nod_relation,
nod_procedure, nod_union, nod_aggregate and nod_window."
|
2011-01-21 15:06:26 +00:00 |
|
firebirds
|
7130421c45
|
nightly update
|
2011-01-21 03:28:15 +00:00 |
|
firebirds
|
c50d7459fc
|
nightly update
|
2011-01-20 03:20:31 +00:00 |
|
dimitr
|
def057b0e2
|
Fixed a small regression caused by myself.
|
2011-01-19 05:47:11 +00:00 |
|
firebirds
|
20b3d67eb0
|
nightly update
|
2011-01-19 03:17:13 +00:00 |
|
firebirds
|
1366d72e62
|
nightly update
|
2011-01-18 03:32:00 +00:00 |
|
alexpeshkoff
|
86df15917b
|
Fixed calling conventions in interfaces - thanks to Dmitry Kovalenko
|
2011-01-17 14:13:57 +00:00 |
|
alexpeshkoff
|
ddaddccb97
|
Fixed bug, found by Adriano - destructor of statically allocated factory should better never be called
|
2011-01-17 12:17:24 +00:00 |
|