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

43876 Commits

Author SHA1 Message Date
alexpeshkoff
b144c0d35e I have a report that this fix makes it possible to have successfull release build on HP-UX B.11.31 with HP C/aC++ A.06.26 compiler 2014-05-22 10:09:53 +00:00
firebirds
a098384e60 nightly update 2014-05-17 00:48:28 +00:00
hvlad
25b1575627 Correct format specifiers 2014-05-16 13:01:44 +00:00
firebirds
cb148258e7 nightly update 2014-05-16 00:42:23 +00:00
hvlad
aaf2a1e659 Fixed bug CORE-4433 : GlobalRWLock could not downgrade EX lock to SH if readers is present 2014-05-15 22:06:44 +00:00
hvlad
87ee6b8c2d 1. Improvement CORE-4431 : Reduce contention for allocation table lock while database is in stalled physical backup state
2. Improvement CORE-4432 : Let attachments to not block others when allocation table is read first time
3. On Windows, file can not be deleted while system writes cached data into it, even if file is not open by anyone.
Therefore flush delta file implicitly before closing it.
2014-05-15 22:05:06 +00:00
firebirds
4eb665ba9c nightly update 2014-05-13 02:34:34 +00:00
paulbeach
39f02e14fb Correct a problem with locating intl dylibs 2014-05-12 09:44:51 +00:00
firebirds
7b4a8b8bfc nightly update 2014-05-01 00:44:53 +00:00
firebirds
dc31228f38 nightly update 2014-04-26 00:52:06 +00:00
alexpeshkoff
cb73693763 Minimal fix for CORE-4303: Possible races while Service destruction 2014-04-25 11:01:51 +00:00
firebirds
58861749b7 nightly update 2014-04-25 00:53:49 +00:00
paulbeach
f1708f2b63 Fix typo in debug routine 2014-04-24 11:43:38 +00:00
firebirds
e938146420 nightly update 2014-04-20 00:38:17 +00:00
hvlad
2d4240b437 Missed return 2014-04-19 07:34:10 +00:00
firebirds
589f54084c nightly update 2014-04-17 00:53:17 +00:00
hvlad
91dcb1ff5b Load icuin30.dll from the same folder as already loaded icuuc30.dll.
It should fix CORE-3183 : FBEmbed.dll does not load icuin30.dll from same folder as itself (icudt30.dll, icuuc30.dll load OK)
2014-04-16 13:13:52 +00:00
firebirds
0a51579121 nightly update 2014-04-09 00:52:26 +00:00
hvlad
b8a58d18a3 Avoid issues with not initialized members of record_param. 2014-04-08 08:18:56 +00:00
firebirds
a101417f12 nightly update 2014-04-08 00:47:01 +00:00
dimitr
a24fa92e74 Simplest solution for CORE-4386: Report more details for "object in use" errors. Also, I've removed the database filename from the error message for security reasons. v3 is going to get a more complete solution. 2014-04-05 18:08:41 +00:00
firebirds
b0076068ff nightly update 2014-04-05 01:39:39 +00:00
hvlad
c0ac8b61a6 Wrong code was committed (for CORE-4252), sorry 2014-04-04 08:52:04 +00:00
hvlad
a73622916a Improvement CORE-4252 : Add table name to text of validation contraint error message, to help identify error context 2014-04-04 08:37:26 +00:00
firebirds
d54f612925 nightly update 2014-03-26 01:22:49 +00:00
hvlad
ef2e6e7ba0 Fixed bug CORE-2848 : "lock conversion denied" or "lock denied" error 2014-03-25 13:32:25 +00:00
hvlad
9b074c7d80 Fixed bug CORE-4372 : Deadlock is possible when two data pages contains record fragments pointing to each other 2014-03-25 10:12:54 +00:00
firebirds
95588a5f1a nightly update 2014-03-14 00:59:52 +00:00
roman-simakov
6ad5e36879 Corrected gfix messages to avoid user's panic. Reviewed by Vlad. 2014-03-13 09:29:04 +00:00
firebirds
4110b0a44c nightly update 2014-02-26 01:01:47 +00:00
dimitr
fd9f3eed8e Fixed CORE-4353: Sorting records are larger than really necessary. 2014-02-25 09:02:35 +00:00
robocop
fd43232bc9 This bug comes from IB, maybe from the dawn of time (PVS-Studio). 2014-02-25 06:23:51 +00:00
firebirds
6cf9c924f4 nightly update 2014-02-24 00:58:46 +00:00
dimitr
d93760ac8f Backported detailed error reporting for conflicts during reading in NORECVER transactions. 2014-02-23 07:10:27 +00:00
firebirds
fdd1910600 nightly update 2014-02-23 00:53:32 +00:00
robocop
86f0cec18c Warning (PVS-Studio). 2014-02-22 22:22:43 +00:00
robocop
ea0df6bdcd Logic error (PVS-Studio). 2014-02-22 22:22:22 +00:00
robocop
217b3f3f1a This bug comes from IB, maybe from the dawn of time (PVS-Studio). 2014-02-22 07:01:44 +00:00
robocop
61482b129b Revert code as it was in FB1.5 (PVS-Studio). 2014-02-22 07:01:20 +00:00
firebirds
fd4a796da3 nightly update 2014-02-04 00:48:26 +00:00
paulbeach
905d02a0f9 Users on Windows are hitting the 1024 FD_SETSIZE socket limit 2014-02-03 08:45:47 +00:00
firebirds
1fa34af586 nightly update 2014-01-31 00:41:42 +00:00
alexpeshkoff
9b983ca62b Backported fix for CORE-4327: Error in QLI when copying NULL blobs between databases 2014-01-30 14:53:19 +00:00
firebirds
eb310d71f5 nightly update 2014-01-25 01:25:54 +00:00
dimitr
3cfe9d54c9 I hope this will finally close the bad planning issue during restore. To be field tested. 2014-01-24 14:38:17 +00:00
firebirds
5bea2ffb39 nightly update 2014-01-23 01:01:07 +00:00
paulbeach
f0a7be4f45 Correct DefaultDbCachePages to include the value for SuperClassic 2014-01-22 11:18:13 +00:00
firebirds
26e63d48fb nightly update 2014-01-21 00:46:55 +00:00
hvlad
12f2a54489 Fixed bug CORE-4319 : Engine crashes when trace config contains line "connection_id=NN" and we attempt to connect to non-existent database/alias 2014-01-20 10:24:01 +00:00
firebirds
6d5f780250 nightly update 2014-01-12 00:49:07 +00:00