8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00
Commit Graph

49252 Commits

Author SHA1 Message Date
asfernandes
d46207d2aa Correction. 2013-05-04 18:10:15 +00:00
dimitr
18ac6284b7 Fixed bug in my recent refactoring, thanks to Adriano. 2013-05-04 16:19:07 +00:00
firebirds
80fd447426 nightly update 2013-05-04 00:39:27 +00:00
dimitr
921e28d136 Misc. 2013-05-03 15:01:05 +00:00
dimitr
941029af90 Correction as per Claudio's request. 2013-05-03 13:29:21 +00:00
dimitr
693fb84510 Documented bugfixes. 2013-05-03 13:12:47 +00:00
firebirds
443eb62521 nightly update 2013-05-01 00:42:36 +00:00
dimitr
040650b750 One more bugfix for full outer joins. 2013-04-30 15:27:51 +00:00
firebirds
116d28e3ab nightly update 2013-04-30 00:42:07 +00:00
asfernandes
64790222ed Document CORE-1180 and CORE-3085. 2013-04-29 15:54:03 +00:00
firebirds
1488f83f1e nightly update 2013-04-29 00:42:49 +00:00
dimitr
cd03ccddb8 Corrected the target buffer length. 2013-04-28 14:11:17 +00:00
dimitr
bdbc5ea9e0 Simple fix for CORE-4093: Server crashes while converting an overscaled numeric to a string. It assumes the resulting string being limited in length by the scale (value <= 128). A more generic solution (e.g. disallow overflowing scales) would be appreciated for the trunk. 2013-04-28 13:40:37 +00:00
dimitr
6d7b9184cf Fixed CORE-4091 (Incorrect full join result with ROW_NUMBER() Function in CTE) and one part of CORE-4083 (full outer join in subrequest with coalesce). 2013-04-28 11:52:02 +00:00
firebirds
a6aeb5b00c nightly update 2013-04-27 00:30:51 +00:00
alexpeshkoff
f6dd12b0c7 Make it resistant to races (avoid violating array boundaries) 2013-04-26 15:59:19 +00:00
asfernandes
b7a00b6044 Docs. 2013-04-26 15:52:23 +00:00
asfernandes
9f16366d27 Finish MERGE improvements documentation (CORE-2005, CORE-3020, CORE-3639). 2013-04-26 15:29:48 +00:00
firebirds
492e4b588f nightly update 2013-04-26 02:11:05 +00:00
asfernandes
d88b5cf335 Document window functions: CORE-2090, CORE-2133, CORE-2823, CORE-2830, CORE-2869, CORE-3619, CORE-3620, CORE-3621. 2013-04-25 16:30:58 +00:00
firebirds
0cf7e23c62 nightly update 2013-04-25 01:32:16 +00:00
asfernandes
51565beebd Added FROM FIRST/LAST clause to NTH_VALUE (CORE-3621). 2013-04-24 15:31:13 +00:00
firebirds
cb8a89a234 nightly update 2013-04-24 00:28:22 +00:00
dimitr
4d0258c659 Added databases.conf to the Windows kits. 2013-04-23 17:32:52 +00:00
dimitr
b9ea496690 Updated the docs. 2013-04-23 17:26:47 +00:00
firebirds
0e433f8304 nightly update 2013-04-23 00:49:18 +00:00
alexpeshkoff
508d61bba3 Cleanup 2013-04-22 09:43:34 +00:00
firebirds
5a9a5cb416 nightly update 2013-04-22 00:33:55 +00:00
asfernandes
f2b24d02ca Misc. 2013-04-21 02:09:45 +00:00
asfernandes
f91bc11492 Correction. 2013-04-21 01:52:37 +00:00
firebirds
5ae04f81a6 nightly update 2013-04-20 02:05:13 +00:00
dimitr
d274c0287b Refactoring: isolated the singularity checking logic and simplified the whole RSB beast. 2013-04-19 09:22:58 +00:00
firebirds
0a0eccae1e nightly update 2013-04-19 00:40:07 +00:00
alexpeshkoff
ac4da0e515 First draft of plugins readme file 2013-04-18 13:51:28 +00:00
firebirds
30ff272314 nightly update 2013-04-18 00:40:00 +00:00
asfernandes
2b52e34f3e Fixed CORE-4084 - GROUP BY fails if subselect-column is involved. 2013-04-17 15:54:00 +00:00
alexpeshkoff
b9a96911ca Avoid extra atomic operations when assigning pointer to the object with pre-incremented counter (like returned from the function) to reference-counted pointer holder 2013-04-17 11:16:06 +00:00
alexpeshkoff
6f5fedec9a Fixes related with CORE-3993 2013-04-17 08:04:02 +00:00
firebirds
6f530d30f9 nightly update 2013-04-17 00:41:48 +00:00
asfernandes
81fb7546c4 Document CORE-726 - Boolean data type. 2013-04-16 16:13:38 +00:00
asfernandes
520280f44a Replace my e-mail. 2013-04-16 16:13:18 +00:00
alexpeshkoff
a4fa821ec4 Fixed assertion in services when talking to pre-FB3 server 2013-04-16 08:54:48 +00:00
firebirds
ff1218a336 nightly update 2013-04-16 01:02:27 +00:00
alexpeshkoff
3746843930 Postfix for CORE-3935 and CORE-3993: avoid opening same database file twice 2013-04-15 16:51:20 +00:00
alexpeshkoff
f7f798f4e7 Fixed a bug in one of my recent commits - thanks to Claudio 2013-04-15 15:58:52 +00:00
alexpeshkoff
5fec042c74 Documented configuration file changes in distributed .conf files 2013-04-15 12:10:10 +00:00
alexpeshkoff
30eb092d48 Make numbers parser behave traditionally - no spaces inside the number 2013-04-15 11:07:30 +00:00
alexpeshkoff
3687048bc2 Misc 2013-04-15 06:54:07 +00:00
firebirds
399737c40e nightly update 2013-04-14 00:46:15 +00:00
dimitr
5e5514107d Misc and small cleanup. 2013-04-13 16:31:12 +00:00