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

43168 Commits

Author SHA1 Message Date
firebirds
e9c730dc88 nightly update 2011-07-02 03:23:47 +00:00
firebirds
8f4aa8aea2 nightly update 2011-07-01 11:28:52 +00:00
alexpeshkoff
b66f6ac350 updated 2011-07-01 10:39:39 +00:00
alexpeshkoff
9017640095 This appears to fix CORE-3400: Server crash every 3 hour (FreeBSD8.2R), but I did not get final confirmation from the reporter too long 2011-07-01 10:15:49 +00:00
alexpeshkoff
3f5521e68b Fixed CORE-3544: make install fails 2011-07-01 09:22:23 +00:00
dimitr
1084b2fce8 Misc. 2011-07-01 08:35:58 +00:00
firebirds
cca732c615 nightly update 2011-06-27 03:22:53 +00:00
hvlad
37c6106cda Fixed bug CORE-3509 : Alter procedure allows to add the parameter with the same name. 2011-06-26 22:27:07 +00:00
firebirds
fc14e88057 nightly update 2011-06-26 03:23:48 +00:00
robocop
2f87497b77 Misc. 2011-06-25 03:33:03 +00:00
firebirds
66c61c9d71 nightly update 2011-06-25 03:24:04 +00:00
hvlad
d5faade0ab Backport improvement CORE-3537 : There is no need to undo changes made in GTT created with ON COMMIT DELETE ROWS option when transaction is rolled back. 2011-06-24 13:14:27 +00:00
hvlad
08842c35c9 Backport improvement CORE-3536 : Garbage collection in GTT is unnecessary delayed by active transactions in another attachments 2011-06-24 13:08:59 +00:00
hvlad
7a00577864 Delete deferred work when savepoint is cleaned up after failure even if no records was modified. Else DFW task will be repeated at commit making system tables logically inconsistent. 2011-06-24 11:52:00 +00:00
hvlad
bfaab762ac Backported : don't try to undo changes when invalidated transaction is rolled back. I.e. force rollback via TIP if transaction was invalidated. 2011-06-24 11:48:06 +00:00
hvlad
9408973ff5 Additional fix for correct Nbackup state lock accounting. See also CORE-3465 2011-06-24 11:42:22 +00:00
hvlad
44fad53bdb Fixed bug CORE-3535 : Write target of dirty page could be undefined if error happens when nbackup state is changed.
Also prevent overwriting of first page of allocation table by data page contents.
2011-06-24 08:56:43 +00:00
hvlad
7466ac35e8 Additional patch for CORE-3521.
When CCH_flush() is called after last disconnect there is no attachment.
2011-06-24 08:17:38 +00:00
firebirds
8a9d851e96 nightly update 2011-06-22 03:25:43 +00:00
alexpeshkoff
d26f1c5c19 Fixed CORE-3532: Server hangs starting new session when trace is running 2011-06-21 09:06:43 +00:00
dimitr
734b950a93 Updated docs. 2011-06-20 08:41:56 +00:00
dimitr
74d59ec7a6 Updated docs. 2011-06-19 13:59:11 +00:00
asfernandes
6a46929634 Backported fix for CORE-3140 - Preserve comments for parameters after altering procedures. 2011-06-18 18:49:58 +00:00
hvlad
86a63f71e8 Fixed bug CORE-3524 : Compiling stored procedure while in use shutdown database 2011-06-17 12:41:06 +00:00
asfernandes
c25b2d84ea Backported fix for CORE-3523 - SIMILAR TO: False matches on descending ranges. 2011-06-17 01:20:41 +00:00
hvlad
87ba139bb3 Backport fix for bug CORE-3521 : Delta file contents is not flushed to disk 2011-06-16 09:11:07 +00:00
hvlad
ecb52d34a1 Fixed bug CORE-3525 : Autonomous transactions should not inherit run-time flags of "parent" transaction 2011-06-16 08:44:27 +00:00
paulbeach
263bbe344b Fix typo 2011-06-15 08:30:49 +00:00
robocop
b388d0de0f Misc. 2011-06-11 06:06:16 +00:00
hvlad
2e214d5c7d Backport fix for two related bugs
CORE-3502 : DROP VIEW ignores the existing non-column dependencies, and
CORE-3503 : ALTER VIEW crashes the server if the new version has an artificial (aggregate or union) stream at the position of a regular context in the older version.
2011-06-08 08:57:00 +00:00
firebirds
cb2a44a03d nightly update 2011-06-06 03:21:37 +00:00
hvlad
5ac9733073 Fixed bug CORE-3515 : Index corruption. Validation put "missing entries" message into firebird.log 2011-06-05 08:17:04 +00:00
firebirds
e97bd14d78 nightly update 2011-06-05 03:22:58 +00:00
asfernandes
59d841e92e Backport fix for CORE-3511 - Unquoted role names with non-ASCII characters passed in DPB are upper-cased wrongly. 2011-06-04 18:43:10 +00:00
asfernandes
c644ccd699 Backport fix for CORE-3479 - ASCII_VAL raises error instead of return 0 for empty strings. 2011-06-04 18:42:37 +00:00
firebirds
ce5be1f386 nightly update 2011-06-04 03:31:14 +00:00
dimitr
af561dd578 Updated the docs. 2011-06-03 16:58:18 +00:00
alexpeshkoff
772f9af937 Backported CORE-3512: Server hangs when trace is running 2011-06-03 14:10:53 +00:00
alexpeshkoff
c4f522cadf Fixed CORE-2921: 'make install' does not work on freebsd 2011-06-03 09:52:28 +00:00
firebirds
605de72bd9 nightly update 2011-06-03 03:24:35 +00:00
dimitr
17be2f24d6 Fixed CORE-3508: MON$DATABASE_NAME and MON$ATTACHMENT_NAME fields contain question marks instead of non-ASCII characters regardless of the connection charset. 2011-06-02 13:48:11 +00:00
alexpeshkoff
f698d32265 Fixed CORE-3151: memory allocated in sqlda_sup may be not released in some cases 2011-06-02 08:42:50 +00:00
alexpeshkoff
093179e11f Fixed CORE-3150: segmentation fault in gbak when interrupted with Ctrl-C 2011-06-02 07:45:08 +00:00
firebirds
a854973c49 nightly update 2011-06-02 03:25:02 +00:00
alexpeshkoff
016fd3b757 Backported CORE-3199: nackup fails due to O_NOATIME flag in database open 2011-06-01 12:17:13 +00:00
alexpeshkoff
cd603486ca Backported CORE-3462: Add metadata only restore to Services API 2011-06-01 10:39:29 +00:00
alexpeshkoff
843dfc2c49 Backported CORE-3461: DDL operations fail after backup/restore 2011-06-01 08:55:06 +00:00
firebirds
ea80516246 nightly update 2011-05-31 03:29:57 +00:00
asfernandes
0bda6ba36f Fixed CORE-3489 - Blob transliteration may not happen inside the union. 2011-05-31 00:54:35 +00:00
alexpeshkoff
66545fdb17 Fixed CORE-3467: provide a silent install switch 2011-05-30 15:50:59 +00:00