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

53690 Commits

Author SHA1 Message Date
firebirds
5cffb24993 increment build number 2018-08-23 00:03:18 +00:00
Alex Peshkoff
87c306e966 Fixed CORE-5900: Banned during engine shutdown threads cause unwanted delays when shutting server 2018-08-22 19:15:08 +03:00
Alex Peshkoff
7a6c06a50b Minor changes in memory leaks debugging code 2018-08-22 16:29:36 +03:00
Alex Peshkoff
3831b18e03 Fixed CORE-5899: Memory leak in GBAK code when used as service 2018-08-22 16:29:36 +03:00
firebirds
9770650c8d increment build number 2018-08-16 00:03:15 +00:00
Alex Peshkoff
0ca8d61b66 Fixed CORE-5893:gbak may crash database when mixing alias with full database name 2018-08-15 16:08:42 +03:00
firebirds
637ea328ba increment build number 2018-08-14 00:03:15 +00:00
Alex Peshkoff
26192efca4 Fixed regression caused when fixing CORE-5883 2018-08-13 19:53:17 +03:00
Alex Peshkoff
75b4443fae Fixed CORE-5891: Invalid events are released in mapping shared memory when dead process is detected 2018-08-13 19:02:23 +03:00
Alex Peshkoff
f6b33b9310 Rollback changes accidentially committed in 5883 instead CORE-5891 2018-08-13 18:55:24 +03:00
firebirds
f44097cc67 increment build number 2018-08-11 00:03:14 +00:00
Adriano dos Santos Fernandes
3909a7ec97 Improvement CORE-5887 - Allow the use of management statements in PSQL blocks. 2018-08-10 12:22:09 -03:00
Alex Peshkoff
d77e318b58 Fixed segfault in special build. Great thanks to Vlad. Cause this bug never affects users I do not poison tracker. 2018-08-10 17:18:54 +03:00
firebirds
7503dbfc88 increment build number 2018-08-10 00:03:30 +00:00
Adriano dos Santos Fernandes
a8bbfbdf7f Fix warning. 2018-08-08 23:11:01 -03:00
Adriano dos Santos Fernandes
980432a12a After usage of is_lock_free, Linux debug (at least with clang) build started failing. 2018-08-08 23:10:20 -03:00
Adriano dos Santos Fernandes
18edaa66e7 Port CVT2_compare_priority from work/time-zone-support to fix regression in 3acc93f.
The codes for yet unmerged TZ support should not be a problem.

Regressions verified by Pavel Zotov, where these statements were not raising exception anymore:

select cast('true' as blob) > false as result from rdb$database;
select list(b, '') > false as result from (select 'true' as b from rdb$database);
2018-08-08 22:55:43 -03:00
firebirds
611bf97eb3 increment build number 2018-08-09 00:03:15 +00:00
hvlad
7c8b4725de Assert, per Adriano requiest 2018-08-09 00:01:36 +03:00
hvlad
5b9dfe92b6 Removed few casts, fixed typo, changed parameter name.
Thanks to Adriano for review.
2018-08-08 12:12:21 +03:00
hvlad
558ffd541a Let trace plugin know about read consistency transactions 2018-08-08 09:48:59 +03:00
Adriano dos Santos Fernandes
60857739c4 Misc. 2018-08-07 23:06:43 -03:00
firebirds
034d969562 increment build number 2018-08-07 00:03:15 +00:00
Adriano dos Santos Fernandes
c5aea12432 Fix clang 6.0.0-1ubuntu2 build. 2018-08-06 13:03:31 -03:00
Adriano dos Santos Fernandes
a9983cf812 Make appveyor fail when build script fail and disable Visual Studio 2017 build. 2018-08-06 13:03:31 -03:00
hvlad
aac17a3f5e Update docs 2018-08-06 16:00:23 +03:00
hvlad
9769bf5b59 Comments per Adriano requiest 2018-08-06 15:44:39 +03:00
hvlad
614ce5ccf8 Update MSVC builds 2018-08-06 15:09:15 +03:00
Alex Peshkoff
e5b0930d15 Postfix for CORE-5808: fixed code as suggested by Adriano 2018-08-06 14:20:10 +03:00
Adriano dos Santos Fernandes
a3e24613e8 Misc. 2018-08-05 22:39:28 -03:00
firebirds
04a410542e increment build number 2018-08-03 00:03:10 +00:00
Alex Peshkoff
a965ee0995 Fixed CORE-5884: Initial global mapping from srp plugin does not work 2018-08-02 19:01:20 +03:00
firebirds
6224dbf62b increment build number 2018-08-02 00:03:12 +00:00
Alex Peshkoff
4ec57b11e6 Warnings 2018-08-01 18:22:56 +03:00
Alex Peshkoff
71b63156b1 Implemented CORE-5883: Services version 1 cleanup 2018-08-01 18:22:56 +03:00
hvlad
bc0f26a79b Added missed record into RDB$TYPES. 2018-08-01 14:02:38 +03:00
firebirds
de8f6b57e1 increment build number 2018-08-01 00:03:17 +00:00
Alex Peshkoff
1a40ca680d Fixed CORE-5876: Provide name of udf function for "arithmetic exception, numeric overflow, or string truncation" 2018-07-31 16:08:46 +03:00
firebirds
16997015ac increment build number 2018-07-31 00:03:17 +00:00
hvlad
4bc5c8c704 This should restore old pre-committed logic when working with GTT's in RCRO transactions. 2018-07-31 00:46:57 +03:00
Alex Peshkoff
9493802c1c Comment 2018-07-30 19:29:15 +03:00
Alex Peshkoff
7a7367e1a4 Fixed CORE-5881: Network server ignores any error that took place in KeyHolderPlugin when establishing initial callback with client 2018-07-30 14:08:44 +03:00
firebirds
e05b6ca155 increment build number 2018-07-29 00:03:57 +00:00
Vlad Khorsun
6a16e9e99b
Merge pull request #105 from red-soft-ru/read_consistency
Read consistency
2018-07-28 22:36:13 +03:00
firebirds
c06632572e increment build number 2018-07-28 00:03:16 +00:00
Adriano dos Santos Fernandes
8a0ec269b6 Fix CORE-5862 - Varchar computed column without explicit type does not populate RDB$CHARACTER_LENGTH. 2018-07-27 13:30:00 -03:00
firebirds
ac873c3373 increment build number 2018-07-27 00:03:11 +00:00
Adriano dos Santos Fernandes
366356d5b5 Added appveyor badge. 2018-07-26 12:25:23 -03:00
Adriano dos Santos Fernandes
3c7a7c802c VS Code setting to not screw up markdown files. 2018-07-26 12:24:11 -03:00
hvlad
edce1bd1bc This should fix bug CORE-5844 : Firebird freeze for new connections 2018-07-26 11:12:21 +03:00