AlexPeshkoff
f989c6226b
An example of accessing DECFLOAT data in UDR
2018-03-07 20:22:33 +03:00
firebirds
951438e59b
increment build number
2018-03-03 00:02:08 +00:00
hvlad
fca4da841e
Return back lost checkouts at sorting module.
...
It allows to handle AST requests during long sorts.
2018-02-28 18:38:50 +02:00
AlexPeshkoff
6e461ec1c5
Fixed CORE-5762: Wrong transaction number in RDB$PAGES relation may cause infinite recusrion in engine and segfault
2018-02-27 15:19:08 +03:00
hvlad
42630c1c83
Fixed bug CORE-5760 : Server process crashes while restoring database
2018-02-26 18:54:35 +02:00
AlexPeshkoff
1888eab6f3
Fixed CORE-5757: deadlock with events
2018-02-25 20:06:33 +03:00
firebirds
f7a663f3a0
increment build number
2018-02-22 00:04:43 +00:00
Dmitry Yemanov
9afef198c1
Postfix for CORE-2284/CORE-5677, fixes regression CORE-5756
2018-02-21 10:49:40 +03:00
firebirds
3947506346
increment build number
2018-02-21 00:04:14 +00:00
AlexPeshkoff
b88a968dbf
Print new message only in verbose mode
2018-02-20 19:37:18 +03:00
AlexPeshkoff
f6419f235c
Fixed CORE-5742: Incorrect error message in iSQL when trying to create database with wrong password
2018-02-20 18:18:36 +03:00
Adriano dos Santos Fernandes
8eee0ce39a
Misc.
2018-02-20 11:42:15 -03:00
AlexPeshkoff
7b61282da5
Fixed INF processing
2018-02-20 13:59:02 +03:00
firebirds
e17a0fac76
increment build number
2018-02-20 00:04:18 +00:00
AlexPeshkoff
05d79bed81
Added new messages for gbak
2018-02-19 20:30:17 +03:00
Roman Simakov
4163b7f028
Fixed CORE-5754: ALTER TRIGGER check privilege for alter database instead of table
2018-02-19 17:07:47 +03:00
Roman Simakov
caff163fe2
Fixed CORE-5753: Parser allows to use GRANT OPTION for FUNCTION and PACKAGE.
2018-02-19 17:03:54 +03:00
Roman Simakov
578a83a858
Fixed CORE-5747: User can grant USAGE privilege by himself. Error messages were corrected. Note: GRANT OPTION is being checked taking into account currently used ROLES
2018-02-19 15:48:14 +03:00
Alexander Peshkov
a6d57fc4d8
Gbak ( #139 )
...
* Rewritten gbak using OO API
* Make gbak correctly work with wide records (if record format to be made > 64K)
* Improve gbak performance over network using batch interface
* Enhanced template AutoPtr to make use of it more comfortable
2018-02-19 13:38:28 +03:00
AlexPeshkoff
95cd9d1908
Hopefully better test for ICU presence
2018-02-19 09:48:17 +03:00
firebirds
3da584e505
increment build number
2018-02-17 00:04:03 +00:00
Adriano dos Santos Fernandes
0b0af90393
Misc.
2018-02-16 15:47:48 -02:00
Adriano dos Santos Fernandes
bee3105b47
Revert wrong push (branch gbak) to master.
2018-02-16 15:42:41 -02:00
Adriano dos Santos Fernandes
988f13dcd7
Misc
2018-02-16 13:06:16 -02:00
Adriano dos Santos Fernandes
a8f30581db
Corrections.
2018-02-16 13:06:16 -02:00
AlexPeshkoff
520a28fc19
Improve gbak performance over network using batch interface
2018-02-16 13:06:16 -02:00
AlexPeshkoff
0a1b23004e
Make gbak correctly work with wide records when -nt and -e flags are used
2018-02-16 13:06:16 -02:00
AlexPeshkoff
dd45e49f4b
Backup/restore of wide records works using transportable format
2018-02-16 13:06:16 -02:00
Dmitry Yemanov
763f96a409
Raised max record size (to test new gbak implementation)
2018-02-16 13:06:16 -02:00
AlexPeshkoff
54607bbce4
Build gbak using OO API
2018-02-16 13:06:16 -02:00
AlexPeshkoff
2703470749
Added check for presence of ICU when installing
2018-02-16 13:13:20 +03:00
AlexPeshkoff
5e6f90fbed
deprecated UDF cleanup
2018-02-16 13:09:04 +03:00
firebirds
e4a78ce3fe
increment build number
2018-02-16 00:04:26 +00:00
Maciej S. Szmigiero
6c65ccfc8b
ARM needs MSG_NOSIGNAL in FB_SEND_FLAGS, too ( #140 )
...
We need to add MSG_NOSIGNAL to FB_SEND_FLAGS for ARM, too, otherwise
clients get killed with SIGPIPE when server connection breaks, just like
commit 37bcd38740
did for other platforms.
Use this opportunity to also split out common build flags to COMMON_FLAGS
variable, as the above commit did.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
2018-02-15 15:26:21 +03:00
firebirds
1a6bb8c342
increment build number
2018-02-13 00:04:15 +00:00
Dmitry Yemanov
7d942c0607
Avoid reading the page buffer after it was released
2018-02-12 19:17:48 +03:00
firebirds
35dff679f2
increment build number
2018-02-10 00:04:09 +00:00
Adriano dos Santos Fernandes
90c072f3e4
Fixed CORE-5743 - Query parsing failed.
2018-02-09 13:12:59 -02:00
firebirds
7c8a46cf41
increment build number
2018-02-09 00:04:17 +00:00
AlexPeshkoff
d4d40c367f
Misc
2018-02-08 20:23:26 +03:00
AlexPeshkoff
9bb4ce764b
Fixed cross build for android/arm 32-bit
2018-02-08 20:21:48 +03:00
AlexPeshkoff
2c30ddfab0
Cleanup hand-made isinf()
2018-02-08 13:21:02 +03:00
firebirds
3d412da26c
increment build number
2018-02-08 00:04:29 +00:00
AlexPeshkoff
854e1f5208
Android build - work in progress
2018-02-07 20:16:57 +03:00
AlexPeshkoff
c70cc39b62
Front-ported android-related fix from FB3
2018-02-07 19:14:42 +03:00
AlexPeshkoff
5289997053
Misc
2018-02-07 19:13:48 +03:00
AlexPeshkoff
a686559fba
Fresh tools version
2018-02-07 19:11:42 +03:00
firebirds
cec4be840e
increment build number
2018-02-07 00:04:26 +00:00
Paul Reeves
cf7fd05070
Correct spelling of env var is FIREBIRD_LOCK.
2018-02-06 11:45:45 +01:00
Paul Reeves
7a4a6067d1
Correct spelling of env var in comment.
2018-02-06 11:34:45 +01:00