alexpeshkoff
c98ccc6f4c
Fixed CORE-3944: SuperClassic crashes when running script that delete attachments and move database to offline
2012-12-27 13:26:31 +00:00
firebirds
562620dd7d
nightly update
2012-12-27 04:05:51 +00:00
dimitr
95047dd88f
Easy fix for the crash reported by Alex privately. More generic solution is desirable.
2012-12-26 10:27:30 +00:00
firebirds
4a9dffec26
nightly update
2012-12-25 03:34:40 +00:00
dimitr
654b668434
Favor quick search over quick add/remove. This is more important in our code, especially in the debug build.
2012-12-24 14:26:02 +00:00
firebirds
72ede8a0cc
nightly update
2012-12-24 03:34:01 +00:00
dimitr
88635bfc4a
Corrected the check_database() logic.
2012-12-23 06:52:07 +00:00
firebirds
5f12ef1d9b
nightly update
2012-12-23 03:37:43 +00:00
dimitr
8ef43e01dc
Moved the statement cancellation logic from the transaction level to the attachment level. It reuses the already existing ATT_cancel_raise handling and simplifies the code.
...
Also, encapsulated the shutdown/cancellation signaling code.
2012-12-22 16:56:36 +00:00
dimitr
4d8273fe11
Fixed the missing dbb flags, especially DBB_security_db.
2012-12-22 15:02:18 +00:00
dimitr
e432c56660
We don't need the new flags for these tasks.
2012-12-22 12:55:34 +00:00
dimitr
916828a19e
Fixed the crash that appears after PublicHandle became an inherited class (thus containing vtable).
2012-12-22 12:30:13 +00:00
firebirds
ae650b596e
nightly update
2012-12-21 03:51:39 +00:00
alexpeshkoff
4c3978ea22
Backported fix for CORE-3995: Slight problem with GBAK parameter checking
2012-12-20 15:28:25 +00:00
firebirds
af103214d5
nightly update
2012-12-19 09:24:18 +00:00
dimitr
72fd24bf66
Slightly refactored the error handling.
2012-12-18 19:35:51 +00:00
dimitr
b2a6cadd84
Attempted to fix the user savepoint logic I've accidentally broken in a recent commit.
2012-12-18 13:30:16 +00:00
dimitr
1a70da9ff9
Fixed the Windows build.
2012-12-18 11:20:56 +00:00
firebirds
7435a2de81
nightly update
2012-12-15 04:00:52 +00:00
alexpeshkoff
74938ad13e
Fixed CORE-3935 and CORE-3993
2012-12-14 17:45:38 +00:00
firebirds
b37cf969a9
nightly update
2012-12-14 04:05:50 +00:00
dimitr
7a6b9f8966
1) Encapsulated the remaining external looper calls inside a SEH block. It allows to catch async exceptions coming while result set is being fetched. No performance penalty has been noticed.
...
2) Slightly refactored the looper call chain to avoid code duplication.
3) Fixed CORE-4010: Fetch cannot be subsequently interrupted via DELETE FROM MON$STATEMENTS.
2012-12-13 18:00:35 +00:00
firebirds
b422a1736e
nightly update
2012-12-13 04:08:58 +00:00
dimitr
79c9da1c05
Misc.
2012-12-12 08:31:00 +00:00
dimitr
9dbf5dce69
Yet another complementary bugfix for CORE-4004.
2012-12-12 07:46:09 +00:00
firebirds
a37e04ec4a
nightly update
2012-12-12 04:09:08 +00:00
dimitr
c848fc69a8
Avoid garbage to be written to the shadow's header page. It does not really hurt, but anyway.
2012-12-10 05:10:45 +00:00
firebirds
5a1ce71dc7
nightly update
2012-12-07 04:14:40 +00:00
dimitr
ae48c19a87
Another bunch of changes for CORE-4004: Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests. The looper nodes should never ignore req_unwind and transform it to something else.
...
Review and testing would be appreciated, especially in regard to EXE_assignment.
2012-12-06 11:43:48 +00:00
firebirds
5ae85cea08
nightly update
2012-12-05 04:06:14 +00:00
hvlad
543b50779f
Alternative fix for CORE-3034 (Bugcheсk 300 (can't find shared latch)), see also CORE-4004 (Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests)
2012-12-04 10:28:01 +00:00
firebirds
9062a43c89
nightly update
2012-12-04 04:47:17 +00:00
dimitr
65178c062a
Yet another complementary bugfix for CORE-4004 that avoids an index root page remaining locked after cooperative GC has been terminated by user.
2012-12-03 11:04:34 +00:00
dimitr
8d7cce247d
Complementary patch to the prior one. It avoids unnecessary operations (system table lookups) if we don't need index or constraint names to be reported in the error message.
2012-12-03 10:47:11 +00:00
dimitr
1c043b0e46
Fixed one part of CORE-4004: Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests. It's definitely not a good idea to ignore errors coming from inside BTR_key().
2012-12-03 10:44:39 +00:00
dimitr
f760ee4c58
Fixed the partially disabled interruptions, accidentally broken with CORE-3323 in v2.5.1.
2012-12-03 10:33:11 +00:00
firebirds
0499ea88d4
nightly update
2012-12-01 04:06:38 +00:00
hvlad
3e0920857c
Fixed bug CORE-4002 : Error message "index unexpectedly deleted" in database trigger on commit transaction
2012-11-30 08:12:43 +00:00
firebirds
d5decaf997
nightly update
2012-11-30 04:51:52 +00:00
alexpeshkoff
83ba186572
avoid const warnings
2012-11-29 14:37:33 +00:00
firebirds
faf9d908c8
nightly update
2012-11-28 05:08:49 +00:00
dimitr
bebc026b62
Backported CORE-1295: Bad optimization of queries with DB_KEY.
2012-11-27 17:37:14 +00:00
hvlad
8433046836
Backport change from trunk.
...
It fixes bug CORE-3998 : Parametrized execute statement fails
2012-11-27 11:12:50 +00:00
hvlad
12e97c4a07
Make BPB correctly
2012-11-27 11:10:37 +00:00
firebirds
0ef6458bd3
nightly update
2012-11-23 04:28:21 +00:00
dimitr
87c65731bc
Implemented CORE-3994: Improve the limbo transactions scan at the end of the sweep.
2012-11-22 14:05:37 +00:00
dimitr
5eaecbbfc0
Backported (from trunk) more reliable AST handling during the database cleanup.
2012-11-22 12:45:45 +00:00
dimitr
9f60a27a7f
Simplest possible fix for CORE-3989: Bad performance / slow response when many concurrent sorts are executed. It's mostly targeted at SC/CS architectures, as one can hardly have really concurrent sorts in v2.x SS. FB3 is likely to have a more complex solution.
2012-11-22 09:46:29 +00:00
firebirds
b66fb567fd
nightly update
2012-11-21 04:21:01 +00:00
hvlad
fd40f95751
Make sure relation's flags are loaded from disk before analyze them
2012-11-20 12:23:17 +00:00
dimitr
88bdcebaea
Additional fixes for CORE-3981 (Sub-optimal predicate checking while selecting from a view) that also resolve the regression CORE-3986 (GSEC couldn't change user password after fix for CORE-3981).
2012-11-20 10:15:35 +00:00
hvlad
18f91be9c6
FIxed bug CORE-3988 : Engine crashed when trace or audit is active
2012-11-20 09:32:55 +00:00
firebirds
89ccac15ae
nightly update
2012-11-20 04:17:55 +00:00
hvlad
c08c25a723
Make previous fix for CORE-3969 platform independent.
2012-11-19 08:41:50 +00:00
firebirds
4a59ad94ce
nightly update
2012-11-19 04:32:25 +00:00
dimitr
ef258b7712
Fixed CORE-3979: Server crashes while unwinding changes in an autonomous transaction.
2012-11-17 15:17:15 +00:00
firebirds
17b5568478
nightly update
2012-11-15 04:11:36 +00:00
dimitr
cf1212cc09
A more generic solution for CORE-1245: Incorrect column values with outer joins and views. It also fixes CORE-3981: Sub-optimal predicate checking while selecting from a view.
2012-11-14 08:14:35 +00:00
dimitr
ef51f56de4
Fixed CORE-3978: Invalid transaction counters may be reported in firebird.log during the sweep.
2012-11-13 09:38:37 +00:00
firebirds
05b31dcf16
nightly update
2012-11-12 04:39:35 +00:00
dimitr
3c9e272829
Fixed CORE-3977: DELETE FROM MON$STATEMENTS does not interrupt a longish fetch.
2012-11-11 15:26:39 +00:00
robocop
0ef0030c18
Misc.
2012-11-11 06:25:50 +00:00
firebirds
630441efd3
nightly update
2012-11-10 04:46:29 +00:00
firebirds
f10d591989
nightly update
2012-11-09 05:01:02 +00:00
firebirds
a19a912aeb
nightly update
2012-11-07 04:42:37 +00:00
firebirds
2bca9f8b4e
nightly update
2012-11-02 05:46:03 +00:00
hvlad
e1481ec095
Fixed bug CORE-3969 : Memory leak when doing a lot of iterations FBSVCMGR with action_trace_start, _list and _stop
2012-11-01 12:03:18 +00:00
alexpeshkoff
8ddf02f4d8
This should finally fix CORE-3786: Firebird 2.5.1 Hangs on MacOSX 10.7 (Lion) on DB create after reboot
2012-11-01 09:09:31 +00:00
firebirds
249e3d546a
nightly update
2012-11-01 04:38:59 +00:00
dimitr
183c3f9876
Avoid a sweep pass for temporary tables, as the sweeper always sees those tables as empty, but even setting them up as empty has a non-zero cost.
2012-10-31 14:16:00 +00:00
firebirds
7a162d89f2
nightly update
2012-10-15 03:40:58 +00:00
dimitr
e315f5a4a8
Fixed the backporting bug introduced while fixing CORE-3902.
2012-10-14 17:39:47 +00:00
firebirds
822c3262f7
nightly update
2012-10-13 03:45:37 +00:00
asfernandes
36dcd8e561
Backport fix for CORE-3946 - UNICODE collations does not work with ICU 49.
2012-10-12 21:20:30 +00:00
firebirds
c31eeef318
nightly update
2012-10-09 04:19:23 +00:00
hvlad
711ed0426d
Fix compilation
2012-10-08 17:57:47 +00:00
firebirds
1413f70a3c
nightly update
2012-09-30 03:42:38 +00:00
robocop
62dafac5f2
Misc.
2012-09-30 00:23:52 +00:00
firebirds
13ebef2eda
nightly update
2012-09-29 03:38:19 +00:00
hvlad
04fa4cc972
Fixed bug CORE-3940 : I/O error during "GetFileSize" operation for file XXXX
2012-09-28 08:14:07 +00:00
firebirds
9aecf3584d
nightly update
2012-09-25 04:11:40 +00:00
hvlad
0bb689c143
Fixed bug CORE-3934 : Value of log_sweep parameter in trace configuration is ignored by trace plugin (assumed always true)
2012-09-24 07:07:03 +00:00
firebirds
43363777a9
nightly update
2012-09-12 03:44:56 +00:00
dimitr
6900e9cb01
Bumped the version number.
2012-09-11 14:46:51 +00:00
dimitr
f64a328331
Fixed CORE-3924: Bugcheck 291 (cannot find record back version) if GTT is modified concurrently using at least one read-committed read-only transaction.
2012-09-11 13:47:11 +00:00
firebirds
703060fa40
nightly update
2012-09-06 03:39:07 +00:00
hvlad
2aa9c706fc
Fixed bug CORE-3916 : gfix & "Index x is corrupt (missing entries) in table ..." all indexes on large tables
2012-09-05 19:31:39 +00:00
firebirds
63a7253a74
nightly update
2012-09-05 03:41:50 +00:00
hvlad
8dc7b564ca
Improvement CORE-3656 : Support for sweep information in Trace API.
...
Fixed case when sweep cleaned up relation with all records deleted but corresponding event was missed in trace log.
2012-09-04 08:50:54 +00:00
firebirds
b419310c41
nightly update
2012-08-31 10:59:56 +00:00
alexpeshkoff
3216e8bcc3
Better diagnostic (CORE-3786)
2012-08-31 10:34:05 +00:00
alexpeshkoff
6103cb1b2f
Backported fix for CORE-3912: segfault in superclassic
2012-08-31 10:27:13 +00:00
firebirds
3f32a604fa
nightly update
2012-08-30 03:51:38 +00:00
dimitr
161386ee2f
Restored the ODS level compatibility with v2.5.1 index keys, while using the "old good" index key format in new indices. It allows to claim that CORE-3675 and CORE-3853 are fixed (after migration via backup/restore) but still operate almost correctly with keys created in v2.5.1. This is *much* better than silently returning wrong data if a v2.5.1 database is used with v2.5.2 without backup/restore.
2012-08-29 16:22:39 +00:00
alexpeshkoff
94c25bff1e
Use better name from trunk for CORE-3911
2012-08-29 12:34:22 +00:00
alexpeshkoff
ed1a72ba0f
Fixed CORE-3911: API entrypoints Bopen and BLOB_open are not visible on Darwin
2012-08-29 11:35:16 +00:00
alexpeshkoff
755790d8c3
Fixed CORE-3740: SELECT using IN list with >413 elements causes crash on Mac
2012-08-29 11:30:42 +00:00
firebirds
9f5109ca88
nightly update
2012-08-29 03:45:12 +00:00
dimitr
4f506c9efd
Misc.
2012-08-28 18:00:22 +00:00
dimitr
30f37376ae
Fixed the broken (working as no-op) sweep in SuperServer.
...
Minor cleanup and simplification.
2012-08-28 17:58:36 +00:00
firebirds
0d737ccea2
nightly update
2012-08-25 03:42:56 +00:00
alexpeshkoff
04c02049dd
Better fix for CORE-3786: Firebird 2.5.1 Classic (32-bit) Hangs on MacOSX 10.7 (Lion) on DB create after reboot
2012-08-24 13:30:50 +00:00
firebirds
5374b683ce
nightly update
2012-08-21 03:55:10 +00:00
asfernandes
7e2aec6715
Backport fix for CORE-3902 - Derived fields may not be optimized via an index.
2012-08-21 00:53:06 +00:00
firebirds
74e8696858
nightly update
2012-08-17 04:50:55 +00:00
dimitr
cda8b90205
Corrected the arguments. Luckily, their binary values are the same.
2012-08-15 15:22:36 +00:00
alexpeshkoff
1b59032fbd
Fixed CORE-3786: Firebird 2.5.1 Classic (32-bit) Hangs on MacOSX 10.7 (Lion) on DB create after reboot
2012-08-14 10:37:10 +00:00
dimitr
98bc75069d
Fixed the server crash in Stack::assign().
2012-08-13 16:49:33 +00:00
firebirds
da886e266a
nightly update
2012-08-11 04:41:10 +00:00
robocop
ff02d61612
Misc.
2012-08-11 02:39:35 +00:00
firebirds
cfd38c7aef
nightly update
2012-08-09 04:44:33 +00:00
firebirds
8f055e9f4a
nightly update
2012-07-29 04:22:14 +00:00
firebirds
467c11e727
nightly update
2012-07-26 04:50:05 +00:00
alexpeshkoff
edd1b8289e
Mac port
2012-07-25 11:11:55 +00:00
firebirds
85bb950aa6
nightly update
2012-07-24 04:50:53 +00:00
hvlad
f2216519fc
Fixed bug CORE-3895 : High memory usage when PSQL code SELECT's from stored procedure which modified some data
2012-07-23 09:20:57 +00:00
firebirds
100844abf4
nightly update
2012-07-17 04:31:15 +00:00
alexpeshkoff
763937dea0
Removed debugging code
2012-07-16 10:43:27 +00:00
firebirds
a6a78702ec
nightly update
2012-07-13 04:40:59 +00:00
firebirds
c177f2d171
nightly update
2012-07-12 04:49:38 +00:00
firebirds
63463c8f9b
nightly update
2012-07-11 05:07:03 +00:00
asfernandes
87d19fb0c8
More changes related to CORE-3238 and CORE-3887.
2012-07-11 01:38:29 +00:00
asfernandes
e6169577fb
Rework on CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID.
...
Fixed CORE-3887 - CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures - problem similar to CORE-2898.
2012-07-10 16:00:27 +00:00
firebirds
007955fa59
nightly update
2012-07-06 04:37:56 +00:00
hvlad
1d8dc33a8b
Fixed bug CORE-3884 : Server crashes on preparing empty query when trace is enabled
2012-07-05 09:49:23 +00:00
firebirds
242c9fb6a6
nightly update
2012-06-30 04:50:30 +00:00
hvlad
0b46626bb7
Enabled per-table runtime stats for sweeper (necessary for CORE-3656).
...
I don't think it will have noticeable performance penalty on current HW.
2012-06-29 16:29:13 +00:00
alexpeshkoff
94dc5b1e90
Removed unused var - thanks to Adriano
2012-06-29 07:14:39 +00:00
firebirds
28ccd98575
nightly update
2012-06-29 04:33:44 +00:00
hvlad
05dc7aae67
Improvement CORE-2668 : Write note into log when automatic sweep is started
2012-06-28 10:53:54 +00:00
hvlad
53fc571d65
Missed piece (CORE-3656)
2012-06-28 08:29:37 +00:00
hvlad
4f9a670470
Improvement CORE-3656 : Support for sweep information in Trace API
2012-06-28 08:07:56 +00:00
hvlad
23acb0f751
Improvement CORE-3879 : Make fb_lock_print a bit more handy
2012-06-28 07:20:35 +00:00
firebirds
951bb7ae13
nightly update
2012-06-28 04:39:32 +00:00
alexpeshkoff
23016b79e9
Backported fix for posix of CORE-3875: GBak does not check correctly parameters and backups random database with -B ":"
2012-06-27 11:54:03 +00:00
firebirds
b7f230a640
nightly update
2012-06-25 04:38:41 +00:00
hvlad
781d2e322b
Fixed bug CORE-3860 : Trace API: Faulty database filter crashes server
2012-06-24 09:13:53 +00:00
firebirds
cfe2780375
nightly update
2012-06-22 04:39:21 +00:00
dimitr
81ea92cad3
Fixed the second part of CORE-3873: Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache.
2012-06-21 12:16:49 +00:00
dimitr
1636bb06fe
The first part of the fix for CORE-3873: Server crashes while switching to the shadow if the disk I/O fault happens while flushing the cache.
2012-06-21 11:17:57 +00:00
firebirds
5a55774baa
nightly update
2012-06-21 04:48:11 +00:00
hvlad
b8e6e1e303
Backported fix from v3 : backup state lock should be released at latch timeout, else lock state accounting becomes inconsistent.
2012-06-20 18:57:39 +00:00
alexpeshkoff
e74a496acf
Backported implementation of CORE-2666: Make it possible to use API to do remote backups/restores
2012-06-20 11:56:36 +00:00
firebirds
767361cd56
nightly update
2012-06-11 03:42:33 +00:00
dimitr
3f93bb8ff6
Optimizer level solution for CORE-2790/CORE-3449.
2012-06-10 13:22:59 +00:00
firebirds
7b1f80b4e1
nightly update
2012-06-05 03:47:46 +00:00
alexpeshkoff
57293c30cb
Fixed CORE-3769: The message 'Unknown tag (4) in isc_svc_query() results' appears when fbtracemgr is interrupted by Ctrl-C
2012-06-04 16:53:22 +00:00
dimitr
cf6e3d0969
Rolled back the ODS level solution for CORE-2709 as it causes cross-version compatibility issues (CORE-3853) as well as functional regressions (CORE-3675). Another solution is likely to be committed instead.
2012-06-04 08:57:09 +00:00
firebirds
afca604ca3
nightly update
2012-06-01 03:28:44 +00:00
alexpeshkoff
87f4c847f1
Backported fix for 32-bit build
2012-05-31 11:01:20 +00:00
firebirds
1b3c83b086
nightly update
2012-05-30 03:35:30 +00:00
mkubecek
e8f880caaf
isql: fix output if charset is different from locale
2012-05-29 20:25:11 +00:00
firebirds
d0eb7c082a
nightly update
2012-05-27 03:30:47 +00:00
hvlad
6bacb20a9c
Fixed bug CORE-3855 : Blobs, inserted into GLOBAL TEMPORARY TABLE ON COMMIT DELETE ROWS, could be placed into newly allocated pages even if there is enough free place on some existing data page
2012-05-26 21:51:29 +00:00
hvlad
afe802e663
Misc
2012-05-26 21:35:51 +00:00
firebirds
cd2cd55dca
nightly update
2012-05-25 03:35:42 +00:00
alexpeshkoff
4124096666
Postfix for CORE-3612 - send errors to stderr
2012-05-24 09:07:04 +00:00
firebirds
e37aa2721e
nightly update
2012-05-24 03:45:29 +00:00
mkubecek
6d1f6cabb1
Fix broken isql history with libedit 3.0
2012-05-23 09:37:13 +00:00
firebirds
1e960e235d
nightly update
2012-05-23 03:29:12 +00:00
firebirds
68c7d9ce16
nightly update
2012-05-18 03:35:20 +00:00
dimitr
3c87b4dd77
One more correction. This restores the accidentally changed original logic.
2012-05-17 09:10:46 +00:00
dimitr
e2c3eaaec5
Correction.
2012-05-17 08:55:30 +00:00
dimitr
34e13e6189
More fixes for CORE-3557.
2012-05-17 08:08:26 +00:00
firebirds
f5bc3dee8c
nightly update
2012-05-15 03:35:25 +00:00
asfernandes
2da8379cf3
Backport fix for CORE-3611 - Wrong data while retrieving from CTEs (or derived tables) with same column names.
2012-05-14 15:18:40 +00:00
firebirds
8d516daf4c
nightly update
2012-05-13 03:33:49 +00:00
hvlad
3a6a7e1944
Fixed bug CORE-3845 : Interruption of 'heavy query' leads to 0 ms (zero duration) in it`s statistics in trace log
2012-05-12 09:18:02 +00:00
firebirds
ed77b57903
nightly update
2012-05-12 03:34:17 +00:00
hvlad
eda40f7fb3
Fixed bug CORE-3841 : Corrupted database after inserting rows.
...
It should also fix CORE-3839 : Values disappearing from index
2012-05-11 19:34:45 +00:00
hvlad
6cdb7c6c6a
Fixed bug CORE-3844 : Validation not detects one specific case of index corruption
2012-05-11 19:32:50 +00:00
firebirds
de6ec22675
nightly update
2012-05-10 05:21:21 +00:00
dimitr
b266e11a1c
Fixed my patch for CORE-3777 to cure the unexpectedly introduced regression.
2012-05-09 13:55:59 +00:00
firebirds
4ed8969760
nightly update
2012-05-04 04:59:17 +00:00
hvlad
74843be54a
Removed accidentally committed code.
2012-05-03 21:24:13 +00:00
hvlad
7d22e58e1f
Fixed bug CORE-3814 : SuperClassic server crashes when performing a database shutdown (FW=OFF)
2012-05-03 13:48:04 +00:00
hvlad
a2e489ed28
Improvement CORE-3598 : TRACE: add statistics of actions that were after transaction finished
2012-05-03 11:11:44 +00:00
hvlad
ec32e5d006
Trace errors raised by failed ON TRANSACTION ROLLBACK and ON DISCONNECT triggers.
2012-05-02 21:42:53 +00:00
hvlad
1bcb480d8d
Improvement CORE-3539 : TRACE: add ability for logging ERRORs that occur in runtime (lock conflicts, PK/UK/FK violations et al)
2012-05-02 20:53:18 +00:00
firebirds
55344bea87
nightly update
2012-04-28 04:58:21 +00:00
dimitr
cc6d7212d8
Fixed CORE-3834: Usage of a NATURAL JOIN with a derived table crashes the server.
2012-04-27 16:31:24 +00:00
alexpeshkoff
74a5fa0552
Fixed posix build
2012-04-27 13:21:44 +00:00
firebirds
5c3aa3f063
nightly update
2012-04-27 04:59:14 +00:00
firebirds
fe8428312a
nightly update
2012-04-21 04:55:59 +00:00
hvlad
9b840d46b5
Fixed bug CORE-3825 : If an autocommit transaction (i.e. transaction started with isc_tpb_autocommit option) run DDL using EXECUTE STATEMENT it will produce a bugcheck 287 (Too many savepoints)
2012-04-20 20:01:12 +00:00
firebirds
189a1b7807
nightly update
2012-04-17 04:59:13 +00:00
hvlad
f4c4f79d04
Fixed bug CORE-3819 : Wrong service name to port address resolution in database connection string
2012-04-16 15:16:31 +00:00
firebirds
461828f5e8
nightly update
2012-04-14 04:59:12 +00:00
dimitr
3c9d33406f
Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to _win1251 'ABCD' etc. The original code didn't check for charsets/collations but IMHO this was wrong.
2012-04-13 09:09:08 +00:00
firebirds
39dd3120bc
nightly update
2012-04-13 05:25:35 +00:00
dimitr
35b431dc55
For the safety sake, let's not ignore possible OS level errors even if they seem unlikely to happen.
2012-04-12 16:32:05 +00:00
hvlad
d408de8899
Fixed bug CORE-3812 : Connection lost to database during massive dropping and altering primary keys of tables
2012-04-12 10:48:02 +00:00
firebirds
db53636033
nightly update
2012-04-09 04:59:14 +00:00
dimitr
c781f51ecf
Rolled back the optimization committed recently due to the found regressions. A better solution is researched.
2012-04-08 05:57:12 +00:00
firebirds
3e192470ae
nightly update
2012-04-08 05:20:49 +00:00
hvlad
58dfe8adb8
Fixed bug CORE-3810 : isql: zero divide + coredump when use "-pag 0" command switch & set heading on inside .sql script
2012-04-07 18:06:48 +00:00
dimitr
448f1871df
Fixed CORE-3686: Incorrect (zero) values are reported for "acquire blocks" and "mutex wait" counters in the fb_lock_print output.
2012-04-07 09:07:24 +00:00
firebirds
15b739412a
nightly update
2012-04-07 05:02:53 +00:00
firebirds
0e524d6f44
nightly update
2012-04-06 05:07:28 +00:00
dimitr
61b460b13d
Fixed my yesterday's commit.
2012-04-05 09:48:04 +00:00
firebirds
61cb211058
nightly update
2012-04-05 05:11:28 +00:00
dimitr
b587289d81
Fixed CORE-3807: Error "Invalid expression in the select list" can be unexpectedly raised if a string literal is used inside a GROUP BY clause in a multi-byte connection.
2012-04-04 11:00:14 +00:00
firebirds
03b8f80a98
nightly update
2012-04-03 05:04:40 +00:00
dimitr
cfe3bd7cb3
Fixed CORE-3806: Wrong data returned if a sub-query or a computed field refers to the base table in the ORDER BY clause.
2012-04-02 15:19:30 +00:00
firebirds
7a84244e25
nightly update
2012-04-01 05:07:33 +00:00
asfernandes
373ec81807
Fixed CORE-3802 - Firebird runs out of memory while restoring database backup.
2012-03-31 15:59:38 +00:00
firebirds
3b229e1b0c
nightly update
2012-03-30 05:11:05 +00:00
hvlad
9ac7d597a1
Fixed bug CORE-3801 : Warnings could be put twice in status-vector
2012-03-29 13:53:21 +00:00
hvlad
660fa3b651
Fixed bug CORE-3799 : with caller privileges option don't work with autonomous transaction option
2012-03-29 13:25:15 +00:00
firebirds
f79900f9b7
nightly update
2012-03-29 05:02:44 +00:00
firebirds
467a64aa73
nightly update
2012-03-28 04:59:23 +00:00
alexpeshkoff
6080eec2a2
Backported fix for CORE-3770: fbtracemgr loads CPU up to ~55% when no activity is present
2012-03-27 13:17:23 +00:00
dimitr
a57ac8ec23
Optimized the shared counter generator to avoid LM calls if there's no contention on the protecting lock.
2012-03-27 07:11:34 +00:00
dimitr
e085f6008f
Fixed CORE-3791: Performance degrades when actively working with databases bigger than the available RAM amount.
2012-03-27 07:10:19 +00:00
firebirds
bc51183bcd
nightly update
2012-03-25 05:18:27 +00:00
robocop
0dc7e5c10b
Misc.
2012-03-24 21:25:48 +00:00
firebirds
42bfaa0a92
nightly update
2012-03-23 05:05:14 +00:00
dimitr
0895718ad1
Slightly changed the logic to make it easier to understand.
2012-03-22 07:55:12 +00:00
firebirds
f683640e14
nightly update
2012-03-22 04:56:14 +00:00
hvlad
b1c6cfb23a
Undo patch for CORE-3468
2012-03-21 12:55:32 +00:00
firebirds
a9d7f049d1
nightly update
2012-03-20 04:57:12 +00:00
alexpeshkoff
38d3fc7dd3
Removed debugging code
2012-03-19 09:15:52 +00:00
alexpeshkoff
cf0128b304
Postfix for AV due to CORE-3649
2012-03-19 09:10:43 +00:00
alexpeshkoff
c3d90b3a9b
misc
2012-03-19 09:10:20 +00:00
firebirds
e215392854
nightly update
2012-03-16 05:15:06 +00:00
dimitr
4a77cfbc42
Fixed CORE-1992: bad BLR -- invalid stream for union select.
2012-03-15 12:08:57 +00:00
dimitr
12b1853b2e
Fixed CORE-3092: ROW_COUNT is not cleared before the singleton INSERT statement,
2012-03-15 10:39:16 +00:00
dimitr
9bad18069b
Fixed CORE-3625: MON$IO_STATS doesn't report page writes performed asynchronously (at the AST level).
2012-03-15 09:28:18 +00:00
firebirds
32d6b14968
nightly update
2012-03-15 05:02:58 +00:00
dimitr
8f7ab9dbbe
Pleased Paul V. so that CORE-3195 (Concatenation to CHAR(32766/7) impossible) could be resolved.
2012-03-14 17:46:31 +00:00
dimitr
54747cbf38
Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future.
2012-03-14 17:37:20 +00:00
dimitr
ed317170a4
Fixed CORE-2286: Selecting from MON$CALL_STACK within a Trigger or SP sometimes return 0 rows.
2012-03-14 15:24:12 +00:00
firebirds
f699e5460b
nightly update
2012-03-10 04:55:26 +00:00
robocop
774d92e674
Misc.
2012-03-09 08:27:15 +00:00
firebirds
b9ed86fcf8
nightly update
2012-03-08 05:00:12 +00:00
firebirds
23c896d622
nightly update
2012-03-07 04:58:37 +00:00
alexpeshkoff
a38f89cf14
Fixed CORE-3682: Firebird 2.5.1 OSX Lion hangs on attaching to second database
2012-03-06 13:28:02 +00:00
firebirds
5303363f75
nightly update
2012-03-06 04:58:09 +00:00
dimitr
48fe775f98
Fixed the commit mistake.
2012-03-05 13:48:09 +00:00
dimitr
7fcc8b1e05
Fixed CORE-3777: Conversion error from string when using GROUP BY.
2012-03-05 13:47:11 +00:00
firebirds
d9d63ac86f
nightly update
2012-03-04 04:58:08 +00:00
alexpeshkoff
950f499f12
Backported fix for CORE-3649: gbak deletes backup file even if error happens when it's already successfully closed
2012-03-03 16:48:40 +00:00
firebirds
e8ccfa6d0c
nightly update
2012-03-02 04:58:37 +00:00
alexpeshkoff
772ed0f2d3
Backported fix for CORE-3762: gsec returns 0 return code on some errors
2012-03-01 17:13:11 +00:00
firebirds
b6d0e53ea4
nightly update
2012-02-28 05:17:15 +00:00
asfernandes
33b4780605
Backported fix for CORE-2457 - UNICODE_CI internal gds software consistency check.
2012-02-27 15:51:39 +00:00
asfernandes
d16fad4d0f
Backported fix for CORE-1997 - Broken foreign key handling for multi-segmented index using multi-level collations.
2012-02-27 15:51:03 +00:00
hvlad
850683a012
Fixed bug CORE-3778 : AV at connection shutdown
2012-02-27 08:17:20 +00:00
firebirds
cacae34819
nightly update
2012-02-16 04:58:22 +00:00
dimitr
4b38132006
Fixed CORE-3761: Conversion error when using a blob as an argument for the EXCEPTION statement.
2012-02-15 10:01:42 +00:00
firebirds
87b5618de9
nightly update
2012-02-03 04:55:58 +00:00
alexpeshkoff
41e1fc0fba
Fixed CORE-3750: Error increasing limits on posix (thanks to Dmitry Starodubov)
2012-02-02 14:10:25 +00:00
firebirds
838996a587
nightly update
2012-01-20 03:29:47 +00:00
alexpeshkoff
12163ff293
Backported fix for CORE-3736: WITH LOCK clause is allowed for users with read-only rights on some table, thus blocking others from updating this table
2012-01-19 15:34:03 +00:00
robocop
2804bf7fc0
Stop db triggers in qli, from Herr Schlottmann-Gödde
2012-01-19 07:26:14 +00:00
firebirds
44b49e1425
nightly update
2012-01-19 03:27:38 +00:00
alexpeshkoff
f5cc73ac36
Backported fix for CORE-3733: GBAK fails to fix system generators while restoring
2012-01-18 12:05:09 +00:00
firebirds
6986b89662
nightly update
2012-01-18 03:31:57 +00:00
dimitr
dc4e08a8b3
Hopefully, this should fix CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause.
2012-01-17 17:25:39 +00:00
robocop
7d014142ba
Misc.
2012-01-17 06:20:36 +00:00
firebirds
e724a3bf94
nightly update
2012-01-17 03:26:59 +00:00
alexpeshkoff
30d75a117e
Fixed CORE-3732: Segfault when closing attachment to database
2012-01-16 16:38:18 +00:00
alexpeshkoff
dac0827e52
misc
2012-01-16 16:37:24 +00:00
firebirds
2a7e98c1ab
nightly update
2012-01-14 03:32:30 +00:00
alexpeshkoff
4ea9267178
Backported fix for CORE-3599: Possible drop role RDB$ADMIN
2012-01-13 08:23:55 +00:00
firebirds
7a61139909
nightly update
2012-01-13 03:31:00 +00:00
firebirds
bddc2dca2c
nightly update
2012-01-12 03:29:11 +00:00
firebirds
82339f1d2e
nightly update
2012-01-11 03:32:31 +00:00
dimitr
f529cbfbd6
The simplest possible fix for CORE-3722: IS NOT DISTINCT FROM NULL doesn't use index.
2012-01-10 05:27:19 +00:00
firebirds
da83c7e67a
nightly update
2012-01-10 03:29:17 +00:00
dimitr
a59d2c5326
One more index to avoid full table scans on system tables (this time during the column modification).
2012-01-09 08:56:00 +00:00
dimitr
19c1733c0e
Added a system index that helps to avoid a full table scan on RDB$PROCEDURE_PARAMETERS during domain deletion.
2012-01-09 08:27:59 +00:00
firebirds
1949361040
nightly update
2011-12-31 03:34:40 +00:00
asfernandes
beaa96a5a1
Make UUID_TO_CHAR2 returns lower-cased strings, as the RFC specifies.
2011-12-30 14:46:41 +00:00
alexpeshkoff
17378e0e83
Backported fix for CORE-3658: FBSVCMGR connects to server as OS user name rather than value of ISC_USER environment variable
2011-12-30 14:12:36 +00:00
firebirds
d2886b167b
nightly update
2011-12-30 03:26:40 +00:00
alexpeshkoff
7d0d410e92
Fixed CORE-3646: Segmentation fault in Linux
2011-12-29 16:11:28 +00:00
alexpeshkoff
8d4f7cb245
misc
2011-12-29 16:09:39 +00:00
firebirds
aa2285cb66
nightly update
2011-12-29 03:29:55 +00:00
dimitr
493c2a7d17
Misc.
2011-12-28 18:12:23 +00:00
firebirds
a010b4af90
nightly update
2011-12-28 03:27:57 +00:00
firebirds
df2eb92537
nightly update
2011-12-27 03:32:59 +00:00
alexpeshkoff
939a2ae661
misc
2011-12-26 17:11:48 +00:00
firebirds
5f30904530
nightly update
2011-12-25 03:26:14 +00:00
firebirds
ea15a3fae3
nightly update
2011-12-22 03:29:56 +00:00
asfernandes
6b364d8cb3
Backport CORE-3238 - Make GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC.
2011-12-21 14:45:39 +00:00
firebirds
0d2358db2f
nightly update
2011-12-21 03:28:47 +00:00
hvlad
72dc92451e
POSIX related correction for CORE-3671, thanks to Alex
2011-12-20 12:11:15 +00:00
firebirds
9b6c203341
nightly update
2011-12-20 03:28:42 +00:00
hvlad
c7d5265426
Fixed bug CORE-3671 : JVM Access Violation when using Firebird Embedded
2011-12-19 16:01:11 +00:00
dimitr
fb4e19e22b
Backported CORE-3683: Wrong results if the recursive query contains an embedded GROUP BY clause.
2011-12-19 09:59:11 +00:00
firebirds
5ad04f13d7
nightly update
2011-12-15 03:28:00 +00:00
dimitr
529e0bc593
Fixed (methinks) CORE-3697: String truncation error when selecting from a VIEW with UNION inside. It doesn't look like a good idea to modify dsc_length in place, as it can be used afterwards (e.g. MAKE_desc(field) after GEN_expr(rse), see define_view() in ddl.cpp). We only need to ensure that the generated BLR has the real byte length and it can be achieved with a temporary descriptor copy. Other solutions are also possible but this one seems better at the first glance.
2011-12-14 16:08:05 +00:00
firebirds
0732964cf1
nightly update
2011-12-11 03:28:07 +00:00
asfernandes
3b9bdcd3fb
Backported fix for CORE-3601 - Incorrect TEXT BLOB charset transliteration on VIEW with trigger.
2011-12-11 01:26:03 +00:00
firebirds
dfd1b3b5e0
nightly update
2011-12-07 03:27:41 +00:00
dimitr
e304d6d171
Fixed CORE-3692: Cannot drop a NOT NULL constraint on a field participating in the UNIQUE constraint.
2011-12-06 13:12:55 +00:00
dimitr
6706f1059f
Fixed CORE-927: Grants don't work for procedures used inside views.
2011-12-06 10:00:33 +00:00
firebirds
5c980cbe0d
nightly update
2011-12-06 03:28:01 +00:00
hvlad
58ec672c79
Fixed bug CORE-3680 : EXECUTE BLOCK statement and ISC_DSQL_EXECUTE2() problem
2011-12-05 13:52:58 +00:00
hvlad
8be35cdc53
Fixed bug CORE-3690 : Wrong warning message for ambiguous query
2011-12-05 13:08:34 +00:00
firebirds
16d360d481
nightly update
2011-12-02 03:30:35 +00:00
dimitr
b9edd594c4
For a number of reasons, it seems being a good thing to unwind the trigger requests ASAP.
2011-12-01 09:52:50 +00:00
dimitr
48259b539f
Attempted to fix CORE-3490: Concurrency problem when using named cursors. The solution may look sub-optimal but it doesn't seem to affect the performance.
2011-12-01 09:23:53 +00:00
firebirds
fbb5d46087
nightly update
2011-11-15 03:27:33 +00:00
hvlad
8f68602a6c
Update documentation
2011-11-14 23:09:50 +00:00
firebirds
58fa480029
nightly update
2011-11-08 03:28:40 +00:00
hvlad
d760408db0
Additional fix for CORE-3557 : AV in engine when preparing query against dropping table
...
Also fixed CORE-3579 : Can't drop table when computed field depends on later created another field
2011-11-06 23:38:28 +00:00
asfernandes
8ffb3f5296
Fixed CORE-3650 - Recreation of collation leads to FB "death".
2011-11-05 20:51:16 +00:00
firebirds
890231db4b
nightly update
2011-11-01 03:28:33 +00:00
alexpeshkoff
84eedc8787
Fixed CORE-3646: Segmentation fault in multi-threaded program when using 2.5.x client library on Linux
2011-10-31 18:35:59 +00:00
firebirds
99370a52ad
nightly update
2011-10-17 03:26:07 +00:00
hvlad
d3f7c357b3
One more assertion
2011-10-16 14:11:32 +00:00
hvlad
d8951002c2
Missed semicolon
2011-10-16 13:59:48 +00:00
hvlad
a38c03c08e
Fixed bug CORE-3636 : Firebird 2.5.1 server crashes with Trace API
2011-10-16 13:49:54 +00:00
firebirds
b3b7eaf7dd
nightly update
2011-10-14 03:29:18 +00:00
firebirds
2f3a156bd8
nightly update
2011-10-13 03:27:35 +00:00
hvlad
6a942670f0
Backported fix for bug CORE-3631 : Duplicate records with NULLs checked incorrectly
2011-10-12 19:00:54 +00:00
alexpeshkoff
490471d8fb
Fixed CORE-3627: Server crashes with access violation when inserting row into table with unique index
2011-10-12 09:52:07 +00:00
firebirds
e5d252323e
nightly update
2011-10-12 03:26:58 +00:00
alexpeshkoff
1b231f4b03
Backported fix for CORE-3607: Solaris does not define the RLIMIT_NPROC limit
2011-10-11 12:00:18 +00:00
alexpeshkoff
b8433b664a
Fixed CORE-3609: Option -t displayed twice by fb_inet_server -h
2011-10-11 11:51:49 +00:00
alexpeshkoff
a5d1b269a3
Porting - some Debians miss SA_SIGINFO, committed fixing it patch by Samuel Thibault
2011-10-11 10:29:55 +00:00
firebirds
b8987dc5ec
nightly update
2011-10-11 03:27:07 +00:00
dimitr
fbb6dfe91b
Bumped version number.
2011-10-10 08:37:24 +00:00
firebirds
593e4c490d
nightly update
2011-10-07 03:26:43 +00:00
firebirds
53d2921bd9
nightly update
2011-10-06 03:27:36 +00:00
alexpeshkoff
28cfb5751a
Backported posix-only fix for CORE-3600: temp files fb_query_xxxx remains after ISQL has been closed
2011-10-05 10:00:55 +00:00
firebirds
8186a7a06e
nightly update
2011-10-05 03:28:16 +00:00
alexpeshkoff
2689670200
Backported fix for CORE-3612: gfix-related services may loose error value in status vector in isc_service_start()
2011-10-04 13:19:56 +00:00
firebirds
b42ce8e27b
nightly update
2011-10-04 03:37:40 +00:00
firebirds
bc0e24caa5
nightly update
2011-09-30 03:29:59 +00:00
hvlad
5e6696b4d7
misc
2011-09-29 08:01:32 +00:00
hvlad
2affc6808e
Fixed bug CORE-3610 : Can insert DUPLICATE keys in UNIQUE index
2011-09-29 07:45:12 +00:00
firebirds
eefc7c0b87
nightly update
2011-09-29 03:27:33 +00:00
firebirds
67ff0ebed5
nightly update
2011-09-27 03:26:28 +00:00
firebirds
9385755cf0
nightly update
2011-09-22 03:28:39 +00:00
alexpeshkoff
a18689cb71
Fixed unregistered bug - regression, found in 2.5.1 rc1
2011-09-21 13:51:26 +00:00
firebirds
752f8d6a91
nightly update
2011-09-21 03:27:20 +00:00
firebirds
e9a5a96b76
nightly update
2011-09-15 03:33:33 +00:00
firebirds
1094e6f3f0
nightly update
2011-09-12 03:25:07 +00:00
robocop
cd427bb738
Misc.
2011-09-11 05:24:36 +00:00
firebirds
ab21cdb148
nightly update
2011-09-10 03:27:08 +00:00
firebirds
ca708e256c
nightly update
2011-08-31 03:27:21 +00:00
alexpeshkoff
5d9c989fcd
Fixed CORE-3589: Internal shared resource leak
2011-08-30 13:46:36 +00:00
firebirds
ff3485f86c
nightly update
2011-08-20 03:26:25 +00:00
robocop
6f1ee134be
Misc.
2011-08-18 06:50:07 +00:00
firebirds
003db5fb3d
nightly update
2011-08-17 03:26:49 +00:00
dimitr
96ed2f97eb
Better English :-)
2011-08-16 06:47:47 +00:00
firebirds
6c7dec450d
nightly update
2011-08-10 03:28:13 +00:00
dimitr
2e00d413d3
Second part of CORE-3457: Optimize the temporary space manager regarding small chunk allocations.
2011-08-09 11:29:45 +00:00
firebirds
c139dc231e
nightly update
2011-08-09 03:24:55 +00:00
alexpeshkoff
1639e120bc
Removed debugging code, related with CORE-3560 - thanks to Claudio
2011-08-08 07:06:16 +00:00
firebirds
3a9188fb0e
nightly update
2011-08-07 03:24:44 +00:00
firebirds
46609d68e2
nightly update
2011-08-05 03:26:08 +00:00
alexpeshkoff
d0184a5373
Fixed CORE-3560: Firebird 2.5 Classic Server uses more memory than 2.1.5 when caching metadata
2011-08-04 13:13:15 +00:00
firebirds
32f846311e
nightly update
2011-07-25 03:24:19 +00:00
robocop
bb03f43052
Misc.
2011-07-24 06:57:49 +00:00
firebirds
0b7c56f3cd
nightly update
2011-07-23 03:24:44 +00:00
dimitr
a021e4d1a1
Backported CORE-2709: Many indexed reads in a compound index with NULLs. Backward compatibility with existing indices is provided.
2011-07-22 08:17:12 +00:00
dimitr
ac493abad7
Correction. The process name is already converted into UTF8 at this point.
2011-07-22 06:52:47 +00:00
firebirds
ce7eefdf4c
nightly update
2011-07-22 03:24:29 +00:00
dimitr
8cf431c975
Relaxed the rules a bit thus moving some checks to runtime. This fixes the regression in CORE-1812.
2011-07-21 10:19:07 +00:00
firebirds
71c43a665a
nightly update
2011-07-21 03:30:18 +00:00
dimitr
73be4bfbd8
Attempted to have a [more or less] good solution for CORE-3553 (Nested loop plan is chosen instead of the sort merge for joining independent streams using keys of different types). It doesn't optimize all possible cases, but the most common ones.
2011-07-20 10:35:00 +00:00
firebirds
0ea5845d5a
nightly update
2011-07-18 03:25:42 +00:00
hvlad
4695be3cd9
Fixed bug CORE-3549 : Database corruption after end of session : page xxx is of wrong type expected 4 found 7
2011-07-17 09:38:21 +00:00
firebirds
701ecd5861
nightly update
2011-07-17 03:23:34 +00:00
hvlad
757ea1ee8f
Fixed bug CORE-3557 : AV in engine when preparing query against dropping table
2011-07-16 10:01:50 +00:00
firebirds
12a78668bd
nightly update
2011-07-15 03:50:12 +00:00
dimitr
23241eb2d3
Front ported CORE-3554: Server crashes during prepare or throws incorrect parsing error if the remotely passed SQL query is empty.
2011-07-14 15:54:27 +00:00
firebirds
fbcec2ce10
nightly update
2011-07-14 03:23:48 +00:00
dimitr
52cfec0f2b
Added the missing part for CORE-3547, related to BE platforms.
...
Cleaned up the unused SKD_d_float.
2011-07-13 15:10:13 +00:00
firebirds
85cf8538a4
nightly update
2011-07-13 03:23:27 +00:00
hvlad
86adbc35de
Fixed bug CORE-3533 : Firebird memory not released (Using superserver)
2011-07-12 09:06:00 +00:00
firebirds
32d97c593a
nightly update
2011-07-09 04:17:52 +00:00
paulbeach
802055cd3c
Fix problem with fid's and GCD for MacOS 10.7 SuperServer
2011-07-08 11:33:27 +00:00
firebirds
7351527acb
nightly update
2011-07-08 03:42:02 +00:00
dimitr
c27550a6bc
Fixed CORE-3547: Floating-point negative zero doesn't match positive zero in the index.
2011-07-07 16:24:27 +00:00
firebirds
8f4aa8aea2
nightly update
2011-07-01 11:28:52 +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
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
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
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
alexpeshkoff
772f9af937
Backported CORE-3512: Server hangs when trace is running
2011-06-03 14:10:53 +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
38e5124847
Fixed CORE-3487: sometimes fbtracemgr segfaults when ending with ctrl+c
2011-05-30 12:39:11 +00:00
dimitr
e04bf21073
Fixed CORE-3387: Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket.
2011-05-30 09:55:59 +00:00
firebirds
602f749446
nightly update
2011-05-28 03:23:44 +00:00
mapopa
107f789676
Unused inline function
2011-05-27 09:00:25 +00:00
firebirds
74cb8e6ead
nightly update
2011-05-27 03:27:46 +00:00
asfernandes
3cfc3120ad
Missed piece for CORE-3491.
2011-05-27 02:00:41 +00:00
asfernandes
d12b551207
Fixed CORE-3491 - Altering of a TYPE OF COLUMN parameter affects the original column.
2011-05-27 01:13:17 +00:00
firebirds
f6f59b728b
nightly update
2011-05-26 03:25:45 +00:00
alexpeshkoff
63102d01b5
Fixed CORE-3482: nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow)
2011-05-25 11:50:25 +00:00
alexpeshkoff
351324f490
Fixed CORE-3494: Attach fails after shutdown rejected by handler installed in fb_shutdown_callback()
2011-05-25 11:41:34 +00:00
dimitr
8d1abf0939
Fixed CORE-3493: Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'. v2.1 wasn't really affected although the validation sequence was wrong.
2011-05-25 10:56:22 +00:00
dimitr
bdb2e2a356
Fixed the assertion.
2011-05-25 07:48:24 +00:00
firebirds
ae9964723a
nightly update
2011-05-20 03:25:26 +00:00
alexpeshkoff
4682fdcf0d
Fixed CORE-3486: GPRE language modules can't be compiled with gcc 4.4
2011-05-19 17:08:01 +00:00
mapopa
c860d79772
comment cleanup EKU: obsolete, replaced by _FILE_OFFSET_BITS
2011-05-19 11:09:02 +00:00
mapopa
5b2bddde7d
Disabled, not found anywhere function
2011-05-19 09:42:39 +00:00
mapopa
91a9a9b997
eliminate unused anywere defines
2011-05-19 09:38:07 +00:00
mapopa
e9303889ed
Fix license url for IPL 1.0 http://www.firebirdsql.org/index.php?op=doc&id=ipl
2011-05-19 08:33:37 +00:00
mapopa
da56e757f9
License page is hosted here http://www.firebirdsql.org/index.php?op=doc&id=ipl
2011-05-19 08:31:16 +00:00
firebirds
ac0e3b0fcb
nightly update
2011-05-17 03:27:10 +00:00
mapopa
72a494be68
Apply Patch that fixes GNU/Hurd Debian build
...
Firebird FTBFS on GNU/Hurd because MAXPATHLEN is not defined on that
platform.
Attached is a patch which fixes that. Please apply, it is a simple
fix and it blocks php5 build on GNU/Hurd.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626931
2011-05-16 14:38:06 +00:00
firebirds
aa3b02c519
nightly update
2011-05-13 03:25:37 +00:00
dimitr
2e987fcc07
Fixed CORE-3477: Passing non-existing SQL parameters always crash server.
2011-05-12 14:51:12 +00:00
dimitr
ac4efcc497
Reduced memory usage for CORE-3457: Optimize the temporary space manager regarding small chunk allocations.
2011-05-12 09:37:47 +00:00
dimitr
401f31a082
Rolled back the patch for CORE-2812 (Prohibit any improper mixture of explicit and implicit joins) because of being too radical for the point release and because of the found issues that require further investigation. The proper solution will be developed for v3.0 only.
...
This fixes the related regressions CORE-3395 and CORE-3474 reported against v2.5.1.
2011-05-12 08:34:58 +00:00
firebirds
d3b027b883
nightly update
2011-05-11 03:25:47 +00:00
mapopa
bf3d1607f3
Description:fix big-endian mips detection It seems big-endian MIPS defines "MIPSEB"
...
Author: Damyan Ivanov <dmn@debian.org>
Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474773
2011-05-10 13:29:57 +00:00
mapopa
98990e84e8
Description: ensure atomic_ops.h defined AO_REQUIRE_CAS in order to ensure
...
that AO_compare_and_swap is available even if emulated.
This would give poor performance on platforms where no native implementation
is available, but at least it gives some chance of running Firebird
Author: Damyan Ivanov <dmn@debian.org>
Debian-Bug: 565861 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565861
2011-05-10 13:15:20 +00:00
hvlad
c508121278
Backported fix for bug CORE-3468 : Attempt to read after the end of file when nbackup state is stalled
2011-05-10 09:29:13 +00:00
hvlad
4a916be1a3
Backported fix for bug CORE-3466 : Some changes could be lost during the merge of delta file into main database file
2011-05-10 09:18:19 +00:00