Adriano dos Santos Fernandes
5727c86ff4
Postfix for #7169 and MacOS build.
2022-04-22 21:23:43 -03:00
Adriano dos Santos Fernandes
953f42bbdd
Postfix for #7169 - Add LD_lookup_texttype_with_status in fbintl.vers.
2022-04-21 22:34:10 -03:00
Ilya Eremin
040db0e05a
Add OnDisconnectTriggerTimeout parameter to firebird.conf
2022-04-06 19:44:51 +03:00
Adriano dos Santos Fernandes
4c9fffd9b9
Compiled statement cache.
2022-03-18 08:17:35 -03:00
Adriano dos Santos Fernandes
f4bc127704
Add class DoublyLinkedList.
...
It internally uses std::list with PoolAllocator.
2022-03-18 08:17:35 -03:00
7f3494c9cf
Add support for testing scripted client and devinst installs
...
Update documentation
Fix miscellaneous bugs.
2022-02-28 13:13:56 +01:00
877a8443dd
Forward port from v4 branch
...
Fix #6917
Fix #6943
Fix #6979
2022-02-28 12:48:58 +01:00
Adriano dos Santos Fernandes
68783f0971
Rename src/jrd/JrdStatement.* files to Statement.*
2022-02-09 15:47:58 -03:00
dyemanov
2b2f66c001
Fixed the filter for optimizer files.
2022-02-09 10:40:45 +03:00
Dmitry Yemanov
19f2bfdd01
Refactored the optimizer. Better debug logging.
2022-02-09 10:20:16 +03:00
Adriano dos Santos Fernandes
391e7ef4fc
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
...
Pave the ground for compiled statement cache.
2022-02-07 15:52:12 -03:00
AlexPeshkoff
249dbc9fd4
Fixed #7113 : Wrong path in object pascal readme.md
2022-01-27 13:25:14 +03:00
Jonathan Frutos
b9e1051446
Add initial MacOS ARM support ( #7116 )
...
Co-authored-by: Jonathan Frutos <>
2022-01-26 22:59:41 -03:00
Dmitry Yemanov
82da31ccfd
Remove the WNET protocol ( #7082 )
...
* Wiped out the WNET support
* Remove the WNET files
2022-01-05 10:34:07 +03:00
Adriano dos Santos Fernandes
d2ba43ad25
Add rpath to empbuild in MacOS.
2021-12-17 09:25:09 -03:00
AlexPeshkoff
c7f10bf221
Postfix for #7065 : Connection hangs after delivery of 256 Gb; reworked according to java requirements
2021-12-14 11:30:10 +03:00
AlexPeshkoff
84656f1de8
Take care about running linux installer on non-intel platform
2021-12-13 20:32:16 +03:00
Adriano dos Santos Fernandes
d54f5f1ad2
Docker builder for Windows.
2021-12-07 07:11:09 -03:00
Adriano dos Santos Fernandes
f0f42765a5
Docker builder for Linux.
2021-12-07 07:11:09 -03:00
AlexPeshkoff
4cc5a9e824
Update
2021-12-03 13:59:09 +03:00
AlexPeshkoff
6e91b9f4f2
Fixes for 64-bit android build
2021-11-18 15:07:19 +03:00
Adriano dos Santos Fernandes
59f0d23c26
Postfix for #7037 for MacOS.
2021-11-02 17:04:14 -03:00
Adriano dos Santos Fernandes
94479776de
Fix #7037 - Build problem when using both --with-builtin-tommath and --with-builtin-tomcrypt.
2021-11-02 16:32:39 -03:00
Adriano dos Santos Fernandes
e64c3aacad
Merge pull request #6991 from FirebirdSQL/work/external-pool
...
Introduce the external memory pool.
2021-10-30 20:08:24 -03:00
Adriano dos Santos Fernandes
5381f8e0c0
Merge pull request #7028 from asfernandes/work/vs-2019-2022
...
Visual Studio 2019 and 2022 builds with same files as VS 2017.
2021-10-30 20:05:08 -03:00
Damyan Ivanov
70bbc0e7a5
add Documentation
key to systemd service file
2021-10-29 19:42:44 +03:00
real-dam
da33c229ab
use be.zip for timezone data source on big-endian platforms ( #7030 )
...
resolves "FIXME: For big-endian, be.zip must be used" in Makefile.in
the configure.ac usage of AC_C_BIGENDIAN is expanded so apart from
defining `WORDS_BIGENDIAN` on big-endian platforms, it also defines
`TZDATA_ZIP` to be `be.zip` or `le.zip` and that substitution is used later
in the makefiles
my initial attempt was to use the result of the plain `AC_C_BIGENDIAN`
check, but that is not propagated to the makefiles, just to `autoconf.h`
2021-10-29 08:08:25 -03:00
Adriano dos Santos Fernandes
ea8732fc80
Use SDK 10.0 for VS >= 2019.
...
See https://developercommunity.visualstudio.com/t/windowstargetplatformversion-makes-it-impossible-t/140294#T-N548052
2021-10-28 20:43:53 -03:00
Adriano dos Santos Fernandes
801784db69
Add support for VS 2022 build.
2021-10-28 14:31:45 -03:00
Adriano dos Santos Fernandes
440433fc7c
Add support for VS 2019 build.
2021-10-28 14:31:45 -03:00
Adriano dos Santos Fernandes
56adbc7ab6
Remove remains of help.fdb after QLI removal.
2021-10-26 14:00:37 -03:00
e6a33454e8
Cascading replication option ( #284 )
...
* Option to enable cascade replication
* Requested changes
2021-10-26 08:31:17 +03:00
Adriano dos Santos Fernandes
ab42db972a
Introduce the external memory pool.
...
Standard new operator will alloc memory from the external pool.
FB_NEW will alloc memory from the default pool.
The difference of the external pool to the default pool is that
the external pool is only freed during unload when there is no
memory allocated from it.
If the external pool destructor is called before objects that
allocated memory from it, it's placed in special DYING state.
When in DYING state its desallocation is deferred to the moment
the last memory allocated is freed from it.
2021-10-05 11:24:08 -03:00
Adriano dos Santos Fernandes
46616c6f4f
Change absl build after #6970 .
2021-09-27 16:24:26 -03:00
Adriano dos Santos Fernandes
0cec1e65d6
Improve build of external projects using same tools and flags specified by user. ( #6970 )
...
When using different tools in configure (CC= CXX=) these tools were not passed
to external projects, making them using different tools.
2021-09-27 15:40:42 -03:00
Vlad Khorsun
7bfeeb9fb9
Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running.
...
WIP
2021-09-22 13:47:06 +03:00
AlexPeshkoff
cc1950a156
Fix for #6978 : FB4 build fails on big endian
2021-09-22 13:11:49 +03:00
real-dam
615c034957
add --with-system-boost configure option for using system-wide boost headers ( #6972 )
2021-09-17 09:19:53 -03:00
Adriano dos Santos Fernandes
fca0c841f8
Fix Windows kit.
2021-09-17 09:05:49 -03:00
Adriano dos Santos Fernandes
ee088c22e3
Rework messages processing, simplifying the build and avoiding store generated files in git. ( #6958 )
2021-09-15 08:37:17 -03:00
Damyan Ivanov
cdf8410db5
drop StandartError=syslog from firebird.service
...
`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).
The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
2021-09-14 14:38:09 +03:00
real-dam
f6cb4a7aa9
add --with-system-re2 configure option for using system-wide libre2 ( #6964 )
2021-09-14 08:08:46 -03:00
Adriano dos Santos Fernandes
0e75c5ad59
Fix Windows empbuild build in DEBUG configuration.
2021-09-07 14:16:36 -03:00
Adriano dos Santos Fernandes
dd70263c99
Avoid wipe out others path because of spaces in path.
2021-09-07 14:16:36 -03:00
Adriano dos Santos Fernandes
b32f96f2a9
Feature #6815 - Support multiple rows for DML RETURNING.
2021-08-25 14:56:20 -03:00
Adriano dos Santos Fernandes
c46f6cd344
Fix problem happening when epp file is modified after initial build.
...
Problem introduced with QLI removal.
2021-07-25 17:09:40 -03:00
Adriano dos Santos Fernandes
c16a3cf571
Turn warning "deleting pointer to incomplete type may cause undefined behavior" in error in posix build.
2021-07-08 14:30:17 -03:00
AlexPeshkoff
11f69dee65
Avoid any files in gen after 'make clean_all'
2021-07-01 15:34:13 +03:00
Adriano dos Santos Fernandes
184bab6083
Do not remove versioned filed with make clean.
2021-06-21 14:15:02 -03:00
Adriano dos Santos Fernandes
39afbeb7f1
Remove old MSVC projects.
2021-06-08 14:59:39 -03:00