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

53127 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
d147f99fd3 Remove verbose option from tar. 2019-11-30 22:09:31 -03:00
Adriano dos Santos Fernandes
6aaa523bd0 Cleanup about equiv file. 2019-11-30 21:53:24 -03:00
Adriano dos Santos Fernandes
b1993a6dbc Improvement/correction in the GitHub Actions Windows build. 2019-11-27 13:29:49 -03:00
Adriano dos Santos Fernandes
3cf5aa4c66 Remove S-bit from firebird executable. 2019-11-27 11:11:26 -03:00
Adriano dos Santos Fernandes
fc1aead017 Remove duplicated MacOS file in wrong place. 2019-11-27 11:10:30 -03:00
Adriano dos Santos Fernandes
9ed0e28b09 Add Travis MacOS build, GitHub Actions MacOS/Windows build and adjust MacOS build to be (almost) relocatable.
While MacOS people seems to be ok with fixed locations for applications and libraries, this complicates a lot the (post)
build process, needing to change each id and rpaths in a very error prone process.

Relocatable binaries makes this a lot easier, but unfortunately "restricted" (chmod +s, like firebird executable)
programs cannot use @loader_path or @executable_path in its rpath.

So the solution has to make internal libraries relocatable and make rpath of firebird fixed. Also, as the ecosystem
seems to use fixed path, the id of fbclient.dylib has set to its fixed path.

Also MacOS post build makefile has adjusted to allow creation of packages for the debug build.

The MacOS build could still be improved with some scripts to build ICU (instead of done directly in the CI scripts,
but I leave that for now) and copies its files to our lib path. However situation seems to be better than before in
relation to ICU and TomMath.

Note: Linux build is not working in GitHub Actions. It segfaults when running (exiting) utilities.
I had this problem lot's of time in the past, maybe it's not completely fixed in v3.
2019-11-26 13:11:55 -03:00
Dmitry Starodubov
78510edbf2 Fixed CORE-6198: Wrong error checking for pread / pwrite calls 2019-11-26 15:21:19 +03:00
firebirds
973991d726 increment build number 2019-11-25 00:04:53 +00:00
Adriano dos Santos Fernandes
db635c9dcd Fix CORE-6197 - Memory leak in INET_connect(). 2019-11-24 20:25:21 -03:00
firebirds
64a1ba948e increment build number 2019-11-14 00:07:04 +00:00
hvlad
62ef3c6edf MSVC declare uintXXX_t types at stdint.h 2019-11-13 19:19:25 +02:00
Adriano dos Santos Fernandes
9007a085b1 Try to fix VS 2015 build. 2019-11-13 13:01:56 -03:00
Adriano dos Santos Fernandes
21cdc0a79f Fixed CORE-5902 - Add Firebird Event fails with error (#232)
* Fixed CORE-5902 - Add Firebird Event fails with error
"While isc_que_events - Failed to establish a secondary connection for event processing".
2019-11-13 12:11:28 -03:00
firebirds
83098ce6eb increment build number 2019-11-07 00:04:44 +00:00
hvlad
1c13dbbe45 Fixed bug CORE-6182 : ExtConnPoolLifeTime acts as countdown for activity in MOST RECENT database (of several) rather then separate for each of used databases 2019-11-06 16:18:43 +02:00
firebirds
437e5f2c4c increment build number 2019-10-30 00:05:01 +00:00
Dmitry Yemanov
c05df456f9 Fixed CORE-6171: No current record for fetch operation with queries with aggregated subselect 2019-10-29 14:48:50 +03:00
firebirds
e9c89ec6da increment build number 2019-10-28 00:04:02 +00:00
Dmitry Yemanov
5c2579eefb Simplification as suggested by Adriano 2019-10-27 09:26:07 +03:00
firebirds
fb320be12c increment build number 2019-10-26 00:04:39 +00:00
Dmitry Yemanov
1304b312ad Fixed races during attach/detach to the monitoring shared file (similarly to how it was done for other shmem files) 2019-10-25 14:40:27 +03:00
firebirds
8bd2339b41 increment build number 2019-10-20 00:04:38 +00:00
Alex Peshkoff
c3aea14d1d Backported CORE-6163: Generator pages are not encrypted 2019-10-19 14:49:32 +02:00
firebirds
23bddfe706 increment build number 2019-10-12 00:04:36 +00:00
AlexPeshkoff
66742f8849 Backported CORE-6000: gbak issues "Your user name and password are not defined" when command switch "-fe(tch_password) ..." is specified when run as service 2019-10-11 19:59:08 +03:00
firebirds
2a33ed93c7 increment build number 2019-10-02 00:05:05 +00:00
dd0dc8a340 fix issue finding libEngine12.dylib 2019-10-01 11:09:31 +02:00
75876b380b update location of intl dylib 2019-10-01 11:09:31 +02:00
ff8f45f48d Update embedded makefile for Firebird 3 2019-10-01 11:09:31 +02:00
firebirds
a0a2dc18df increment build number 2019-10-01 00:04:22 +00:00
hvlad
25148074f6 This should fix double close of srcBlob if extBlob->close() failed 2019-09-30 14:43:11 +03:00
hvlad
6f96daf168 This should fix broken LRU pending chain 2019-09-30 14:36:36 +03:00
hvlad
53c0bd7664 Fixed bug CORE-6150 : Bugcheck when PK\UK\FK constraint check read record already marked as damaged 2019-09-30 14:36:12 +03:00
firebirds
738e3de1cf increment build number 2019-09-20 00:04:28 +00:00
Ilya Eremin
eb31af0f38 Fixed CORE-6144: Inconsistent behaviour of the NEW context variable in AFTER UPDATE OR DELETE triggers (#225)
* Fixed CORE-6144: Inconsistent behaviour of the NEW context variable in AFTER UPDATE OR DELETE triggers

* MET_current() is used to get relation current format
2019-09-19 09:34:56 +03:00
firebirds
4d001c9e1c increment build number 2019-09-15 00:04:04 +00:00
hvlad
7e70c013ee Fixed bug CORE-6138 : Inconsistent behavior regarding visibility of master record on detail inserts
Dmitry, please review
2019-09-14 14:25:17 +03:00
firebirds
5d64979bdf increment build number 2019-09-14 00:04:24 +00:00
Alex Peshkoff
cdbb04dd57 Backported CORE-6143: Error 'Multiple maps found for ...' is raised in not appropriate case 2019-09-13 20:31:50 +03:00
hvlad
2c7fcdb993 Port forward fix for bug CORE-6142 : Error "connection lost to database" could happen when application creates few local attachments (using XNET) simultaneously 2019-09-13 11:54:09 +03:00
firebirds
535b2a3add increment build number 2019-09-06 00:04:42 +00:00
hvlad
83396d5b19 Fixed bug CORE-6137 : Server crashes when it run SQL 2019-09-05 22:08:05 +03:00
Alex Peshkoff
d8f449d1a2 An attempt to fix CORE-6134: Win_Sspi in the list of auth plugins leads message about failed login to be changed (from 'Your user name and password are not defined...' to 'Missing security context ...') 2019-09-05 16:56:32 +03:00
firebirds
874bdb7337 increment build number 2019-09-04 00:04:18 +00:00
Adriano dos Santos Fernandes
47f0659a1f Fix usage of C++11 in v3. 2019-09-03 13:34:30 -03:00
Adriano dos Santos Fernandes
da7a3cc554 Fixed CORE-6108 - Regression: FB3 throws "Datatypes are not comparable in expression" in procedure parameters. 2019-09-03 12:48:15 -03:00
Adriano dos Santos Fernandes
e98f05fe70 Fixed CORE-6087 - Problem with casting within UNION. 2019-09-03 12:20:39 -03:00
Adriano dos Santos Fernandes
04deca31dd Fix CORE-6068 - Server hangs when compiling big package with error. 2019-09-03 12:15:23 -03:00
firebirds
0a7f078b93 increment build number 2019-08-14 00:04:10 +00:00
46c797f238 CORE-6122 2019-08-13 14:06:47 +02:00