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

52835 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
bf284274f4 Misc. 2017-05-02 23:07:08 -03:00
firebirds
c19f51302f increment build number 2017-05-03 00:02:19 +00:00
Adriano dos Santos Fernandes
54cfde5e83 Fixed problem with SHOW DOMAIN and SHOW PACKAGE with names greater than 31 characters. 2017-05-02 16:34:10 +00:00
firebirds
7060652164 increment build number 2017-05-02 00:02:23 +00:00
Adriano dos Santos Fernandes
7b1b3af467 Fixed CORE-5526 and CORE-5527.
CORE-5526: External routines receives parameters with incorrect length or datatype.
CORE-5527: External routines does not receive default values for they output parameters.
2017-04-30 23:47:21 -03:00
firebirds
3338a9f752 increment build number 2017-04-29 00:02:31 +00:00
hvlad
e09746879d Fixed bug CORE-5528 : internal Firebird consistency check (limbo impossible (184), file: vio.cpp line: 2379)
Also, make all 3 in-limbo transaction handlers equal (at VIO_chase, VIO_get_current and prepare_update) to be
more consistent
2017-04-28 11:35:12 +03:00
firebirds
ecf9243b87 increment build number 2017-04-26 00:02:42 +00:00
hvlad
4170686caa Fixed MSVC build and some warnings. 2017-04-25 13:52:25 +03:00
firebirds
0a95f34821 increment build number 2017-04-22 00:03:32 +00:00
16649d488f Implemented CORE-5525: Create new datatype that will be used a base type for high precision NUMERIC 2017-04-21 18:58:31 +03:00
Dmitry Yemanov
4dea6a9fa1 Remove redundant stats call 2017-04-21 17:37:33 +03:00
firebirds
5a585eba05 increment build number 2017-04-17 00:02:49 +00:00
hvlad
de09fa3fcb This should fix bug CORE-5516 : Firebird service crashes when stopping 2017-04-17 01:42:45 +03:00
firebirds
c9dd0f0cdc increment build number 2017-04-11 00:02:42 +00:00
hvlad
368c552767 This should fix race condition when two different events could use same instance of unused Rvnt.
Details at fb-devel, thread "Concurrency bugs in posting events?" by Mark Rotteveel.
Thanks to Adriano for discovering issue.
2017-04-11 01:41:53 +03:00
56b70d34db Renamed functions in new interfaces according to Vlad's suggestion 2017-04-05 19:39:55 +03:00
1b8b7d37f5 Enhanced support of decimal float numbers in the client: use better names for SQL_ constants, added interfaces supporting access to decimal float fields in native format, use them in isql instead direct library access, added decimal float support in messages and a sample of it 2017-04-04 13:00:27 +03:00
firebirds
1d45a7bb55 increment build number 2017-04-04 00:02:22 +00:00
hvlad
de191b78f9 Fixed bug CORE-5416 : FB does not release memory after load tests 2017-04-03 23:58:51 +03:00
hvlad
46bb9210c3 Fixed memory leak in fbintl 2017-04-03 23:46:04 +03:00
f995ed4408 Merges changes from master 2017-04-02 19:12:18 +03:00
firebirds
adfa38476f increment build number 2017-04-01 00:02:23 +00:00
hvlad
4ab0306631 Corrected wrong define 2017-03-31 12:16:08 +03:00
firebirds
e87b3dff54 increment build number 2017-03-31 00:02:19 +00:00
a1425f7383 Brief description of DECFLOAT datatype 2017-03-30 21:05:30 +03:00
e508bc2a5d Added missing conversions 2017-03-30 19:40:43 +03:00
Adriano dos Santos Fernandes
ac401d0c70 Revive travis scripts and build badge in README.md with build+install only. If one knows how to make the tests run, feel free to adjust or comment. 2017-03-30 10:45:11 -03:00
firebirds
92a9e56723 increment build number 2017-03-30 00:02:19 +00:00
Paul Reeves
e1232d8015 Small change to allow isql to pipe output 2017-03-29 17:14:03 +02:00
firebirds
f100a8f811 increment build number 2017-03-29 00:02:18 +00:00
de4381fc52 Support DECFLOAT literals 2017-03-28 20:54:44 +03:00
Adriano dos Santos Fernandes
d731f5d571 Misc. 2017-03-27 23:10:48 -03:00
firebirds
c7e2da7911 increment build number 2017-03-28 00:02:19 +00:00
Roman Simakov
e18a30b433 Small correction suggested by Vlad 2017-03-27 13:38:46 +03:00
Roman Simakov
d87c731c78 Fixed CORE-5510: 3+ versions may send status vector with more then 20 items to old clients and cause disconnect 2017-03-27 11:09:17 +03:00
firebirds
9e8549e41c increment build number 2017-03-27 00:02:18 +00:00
hvlad
90400c8d19 Reimplement broken blob filter for rdb$format 2017-03-27 00:51:27 +03:00
hvlad
58f04397c1 Refactoring: make class Printer ready for usage not only in btr.cpp 2017-03-27 00:49:48 +03:00
bb17096fcc comment 2017-03-26 16:12:12 +03:00
firebirds
539575904a increment build number 2017-03-25 00:02:18 +00:00
hvlad
edcac34f81 Update docs after fix for CORE-5508 2017-03-24 10:31:12 +02:00
hvlad
9f7e241832 Fixed bug CORE-5508 : Problem with establishing connect using client 3.0.2.32708 to server 4.0.0.572 2017-03-24 10:16:09 +02:00
firebirds
d40ebbcd51 increment build number 2017-03-23 00:02:20 +00:00
Dmitry Yemanov
15fa0affb5 Partial fix for CORE-5489: Bad performance for NULLs filtering inside a navigational index scan. More generic solution will be committed to master. 2017-03-22 13:04:42 +03:00
Dmitry Yemanov
ee55a2fa02 Make lock key prints a bit more user-friendly 2017-03-22 13:04:32 +03:00
Dmitry Yemanov
5dd8daf181 Yet another attempt to address CORE-5456 / CORE-5457 properly. This time sub-routines should be fixed too. 2017-03-22 13:04:12 +03:00
Dmitry Yemanov
111296268b Temporary fix for CORE-5481, a more complete solution is being developed. 2017-03-22 13:03:58 +03:00
Dmitry Yemanov
214921b3e6 Rework CORE-5456 / CORE-5457 by reverting back to the v2.5 logic. Previous attempts succeeded only partially. 2017-03-22 13:03:46 +03:00
firebirds
04b7e4eb14 increment build number 2017-03-22 00:02:21 +00:00