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

55666 Commits

Author SHA1 Message Date
AlexPeshkoff
ba78d91338 Fixed 2 assertions in DEV_BUILD reproted by Dmitry, dont affect releases 2022-01-31 16:54:07 +03:00
firebirds
fa8b2a33d4 increment build number 2022-01-30 00:06:45 +00:00
Vlad Khorsun
b793c488cb Fixed bug #7119 : Database statistics service could not find existing table(s) 2022-01-29 12:24:41 +02:00
firebirds
d63b590a2a increment build number 2022-01-29 00:07:02 +00:00
AlexPeshkoff
a01110eb0e Postfix for #7106: Wrong detection of must-be-delimited user names: avoid bugs with single-character locales 2022-01-28 17:33:48 +03:00
Dmitry Yemanov
409bd1487f Fix the remaining part of #4085: RDB information stored inconsistently after a CREATE INDEX 2022-01-28 11:53:23 +03:00
Dmitry Yemanov
5b31d847d4 Remove incorrect assertion 2022-01-28 11:53:23 +03:00
firebirds
cfaf2d3cfb increment build number 2022-01-28 00:06:58 +00:00
AlexPeshkoff
47d1e8305e Fixed #7106: Wrong detection of must-be-delimited user names 2022-01-27 14:36:40 +03:00
AlexPeshkoff
a4c675342f Fixed #7113: Wrong path in object pascal readme.md 2022-01-27 13:27:37 +03:00
Jonathan Frutos
e0452e5860
Add initial MacOS ARM support (#7116)
Co-authored-by: Jonathan Frutos <>
2022-01-26 22:57:19 -03:00
firebirds
41e233cc1a increment build number 2022-01-27 00:06:40 +00:00
Vlad Khorsun
d0c51cf36e Fixed bug #7103 : FB service hangs and can not be stopped after several 'DELETE FROM MON$STATEMENTS' being issued in order to stop ES/EDS which waits record for updating. 2022-01-26 17:06:43 +02:00
Roman Simakov
e39487175b
Fix #7087: Database downgrade via gbak may be broken (#7097)
* Fix #7087: Database downgrade via gbak may be broken

Depricate existing boolean attributes.
Add length in {put/get}_boolean functions.
Add compatibility to read depricated attributes from earlier backups.

* Fix misspellings
2022-01-26 17:29:35 +03:00
firebirds
91f2f23b1b increment build number 2022-01-26 00:06:41 +00:00
AlexPeshkoff
1de83653f0 Fixed #7099: Incomplete op_batch_cs response with TAG_MULTIERROR 2022-01-25 18:22:58 +03:00
Adriano dos Santos Fernandes
aa48149788 Fix #7112 - Avoid unload of plugins in MacOS due to problematic reload of them. 2022-01-24 21:52:13 -03:00
firebirds
2a82cf7e4a increment build number 2022-01-22 00:06:26 +00:00
Adriano dos Santos Fernandes
f7e7fe107b Postfix for #7108 - Firebird does not find an record when adding a foreign key.
Adjust multi-segmented index path.
2022-01-21 07:38:37 -03:00
Adriano dos Santos Fernandes
eec74b78b6 Fix #7108 - Firebird does not find an record when adding a foreign key. 2022-01-20 22:59:53 -03:00
firebirds
48b414ac02 increment build number 2022-01-21 00:06:16 +00:00
6e444433cd Misc 2022-01-20 17:34:00 +01:00
85228a238d Document part of the solution for one the problems mentioned in #7105 2022-01-20 17:33:47 +01:00
e17e25b519 This should fix #7096 2022-01-20 17:29:57 +01:00
firebirds
2acdb13ad7 increment build number 2022-01-05 00:07:15 +00:00
Adriano dos Santos Fernandes
e8121839a8 Refactor request's timestamp handling. 2022-01-03 22:46:01 -03:00
Adriano dos Santos Fernandes
f1f7880012 Improvement #7092 - Improve performance of CURRENT_TIME. 2022-01-03 22:00:55 -03:00
Adriano dos Santos Fernandes
352dc2b994 Misc. 2022-01-03 22:00:55 -03:00
firebirds
a16daa9778 increment build number 2022-01-04 00:05:57 +00:00
Adriano dos Santos Fernandes
442bdd3104 Fix #7090 - Performance degradation with CURRENT_DATE, LOCALTIME and LOCALTIMESTAMP. 2022-01-03 15:35:12 -03:00
firebirds
436fc4a094 increment build number 2022-01-02 00:06:10 +00:00
Dmitry Yemanov
cc6cee0137 Avoid replicating internal DDL statements (just in case they would exist) 2022-01-01 11:49:08 +03:00
firebirds
6bb433f91b increment build number 2022-01-01 00:06:11 +00:00
Vlad Khorsun
95dc28709d Fixed build issues on win32 with ext auth samples 2021-12-31 17:00:40 +02:00
Vlad Khorsun
5d6b9c3557 Fixed build issues with ext auth samples 2021-12-31 17:00:40 +02:00
firebirds
92081647a3 increment build number 2021-12-28 00:06:18 +00:00
Adriano dos Santos Fernandes
bc4107c9c2 Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. (#7088)
Add FB_DLL_EXPORT to public headers.

Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-27 08:29:04 -03:00
firebirds
976648ad80 increment build number 2021-12-23 00:06:10 +00:00
Adriano dos Santos Fernandes
5718f94ed8 Fixed #7084 - Creating unique constraints on MacOS fails on larger tables.
configure.ac macros were not compiling and returning 1.

That caused FB_ALIGNMENT and FB_DOUBLE_ALIGN to have the wrong value 1.
2021-12-22 15:25:07 -03:00
AlexPeshkoff
7776f552c2 Fixed #7080: Executing batch crashes server 2021-12-22 19:55:24 +03:00
firebirds
a8b6e68c16 increment build number 2021-12-22 00:05:59 +00:00
Dmitry Yemanov
8fe7214bc4 Added the missing items 2021-12-21 07:31:22 +03:00
firebirds
844ad1726d increment build number 2021-12-21 00:06:25 +00:00
Dmitry Yemanov
ca880541e5 Updated the changelog 2021-12-20 10:18:59 +03:00
firebirds
e77263346a increment build number 2021-12-18 00:05:59 +00:00
Adriano dos Santos Fernandes
c9cbd8eb3d Add rpath to empbuild in MacOS. 2021-12-17 08:58:51 -03:00
firebirds
f5038a84ba increment build number 2021-12-17 00:05:35 +00:00
Dmitry Yemanov
ca4b393793 This should fix #7070: Error 'BLOB is not found' while replication converts INSERT into UPDATE for a conflicting record 2021-12-16 21:23:30 +03:00
firebirds
d2837bbe85 increment build number 2021-12-16 00:05:46 +00:00
AlexPeshkoff
ecb86a2804 Fixed #7069: Errors in chacha plugin displayed incorrectly 2021-12-15 15:24:57 +03:00