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

38759 Commits

Author SHA1 Message Date
hvlad
6d9f5e255a Fixed bug CORE-2943 : parsing error recursive query with two recursive parts 2010-03-25 13:50:16 +00:00
alexpeshkoff
2e4fea1c04 Fixed CORE-2942: Huge (>10Gb) memory consumption by some fb_inet_server processes 2010-03-25 10:33:28 +00:00
hvlad
b9ea5ee00c Fixed bug CORE-2934 : Memory leak in FB2.5 trace plugin 2010-03-24 12:29:15 +00:00
hvlad
035e567c37 Fixed bug CORE-2940 : Trace output could contain garbage data left from filtered out statements 2010-03-23 20:06:07 +00:00
hvlad
dba4d51c98 Fixed bug CORE-2936 : Wrong page type (expected 7 found N) error 2010-03-22 22:48:19 +00:00
asfernandes
7b1c7db1ee Fixed CORE-2923 - Problem with dependencies between a procedure and a view using that procedure 2010-03-20 19:12:51 +00:00
asfernandes
050646b6f4 Fixed CORE-2930 - DROP VIEW drops output parameters of used stored procedures 2010-03-19 00:50:33 +00:00
hvlad
2d74ff8c72 Fixed bug CORE-2907 : Exception handling with EXECUTE STATEMENT 2010-03-18 10:29:07 +00:00
alexpeshkoff
522fa7fd9a Backported fix for CORE-2928: Buffer overflow in gsec 2010-03-17 10:08:32 +00:00
hvlad
eb7abe4939 Fixed bug CORE-2628 : FB 2.5-beta2-win32 denied FreeAdhocUDF library functions 2010-03-16 14:56:40 +00:00
alexpeshkoff
5098340106 Fixed CORE-2859: Security database remains locked after replacing database 2010-03-16 10:21:46 +00:00
dimitr
b149388cb6 Correction for one of my prior optimizer commits. 2010-03-16 05:00:33 +00:00
alexpeshkoff
2519440c2b Backported fix for CORE-2876: Wrong backup mode when using "alter database add difference file" 2010-03-14 15:27:44 +00:00
dimitr
961531e45e Update. 2010-03-13 10:41:42 +00:00
hvlad
1ef4fd61d8 Fixed bug CORE-2920 : Incorrect execution of volatile SQL statements inside EXECUTE STATEMENT 2010-03-12 15:32:03 +00:00
dimitr
3004534e27 Correction. 2010-03-10 18:43:38 +00:00
dimitr
e26e17c00e Fixed CORE-2914: Server crashes while restoring a database having an expression index referencing a non-existent UDF. 2010-03-10 18:35:22 +00:00
dimitr
7b613c441d Misc. 2010-03-10 18:08:55 +00:00
dimitr
dcc66e0baf Fixed CORE-2916: Broken error handling in the case of a conversion error happened during index creation. 2010-03-10 18:06:06 +00:00
asfernandes
05b983be1d Backport change that fix CORE-2910, found by Dmitry 2010-03-09 18:55:13 +00:00
hvlad
108acc7aa4 Fixed bug CORE-2908 : Engine could crash or raise not expected errors working with ODS 8.x database 2010-03-06 14:26:40 +00:00
asfernandes
c25eaf2d49 Backport fix for CORE-2898 - CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures 2010-03-05 02:00:54 +00:00
asfernandes
eb705dbc6e Backport fix for CORE-2888 - A memory corruption cause incorrect query evaluation and may crash the server 2010-02-28 14:42:04 +00:00
asfernandes
1f121838c4 Fixed CORE-2886 - Query with "NOT IN <subselect from view>" fails 2010-02-27 18:22:04 +00:00
dimitr
767a819321 This should fix CORE-2833: Changing data that affects an expression index that contains references to null date fields fails. 2010-02-26 07:53:52 +00:00
dimitr
a74cde93f7 Update. 2010-02-25 16:21:59 +00:00
dimitr
bab92d279a Update. 2010-02-25 16:21:34 +00:00
dimitr
d6872b326e Fixed the accidentally broken security on system tables. 2010-02-25 10:04:38 +00:00
robocop
4059c77204 Backport CORE-2750: Physical backup cannot restart operations after the explicit difference file has been dropped. 2010-02-23 07:08:13 +00:00
hvlad
d940b8ce4f Fixed bug CORE-2879 : Sweep could raise error : page 0 is of wrong type (expected 6, found 1) 2010-02-22 10:16:06 +00:00
hvlad
4acd0f8e0c Misc: wrong line ends 2010-02-22 10:12:26 +00:00
asfernandes
84185f2f83 Fixed CORE-2875 - String right truncation error when char column longer than 4096 bytes is compared with string constant 2010-02-19 10:10:55 +00:00
dimitr
f81532645e Fixed CORE-1089: Wrong ordering with views, distinct, left join and order by
and CORE-2871: Outer ORDER BY clause has no effect.
2010-02-16 14:35:35 +00:00
hvlad
45db74ba08 Fixed bug CORE-2867 : SuperClassic leaks semaphores on disconnect 2010-02-14 22:56:41 +00:00
hvlad
2cf6410ad8 Fixed bug CORE-2864 : Listener process of Classic Server leak handles.
The code, removed in rev. 1.296, was and is relevant :)
2010-02-14 12:14:00 +00:00
robocop
051e69c1d4 Backport CORE-2858: Possible memory trashing when raising some exceptions to signal failed security checks. Thanks Dmitry. 2010-02-12 11:23:35 +00:00
robocop
d685208a58 Misc. 2010-02-11 06:45:12 +00:00
dimitr
223f875162 Fixed CORE-2846: Cannot connect to the database if GFIX -shut <mode> -attach <timeout> fails after the specified timeout (because of connections being still active).
Backport into v2.5.
2010-02-10 15:23:39 +00:00
hvlad
0ba7ae6f1c Fixed bug CORE-2586 : Non-NULL key in unique index could be not found when key is removed 2010-02-10 14:33:33 +00:00
hvlad
b3a3268e34 Fixed bug CORE-2852 : Server crash when executing syntactical wrong SQL statement with an active trace session 2010-02-08 14:49:24 +00:00
hvlad
dca2ffc2c6 Fixed bug CORE-2851 : problem with fb_cancel_operation 2010-02-08 13:30:07 +00:00
alexpeshkoff
7aeaf3e2ac Fixed copy of cstring in status vector 2010-02-07 10:29:08 +00:00
robocop
6e38a97064 Totally misc. 2010-02-06 04:13:30 +00:00
alexpeshkoff
b2fc9d8633 Backported fix for CORE-195: Bugcheck 291 2010-02-05 11:04:54 +00:00
paulbeach
208275d0e8 Additional re. Solaris 256 fd issue In 2.5+ this affects superclassic 2010-02-04 12:44:49 +00:00
paulbeach
b53f197e22 Correct the define. the 256 fd issue is 32bit and SuperServer specific 2010-02-04 12:23:55 +00:00
paulbeach
9ec2076aff Solaris and the 256 file descriptor issue 2010-02-04 12:20:10 +00:00
alexpeshkoff
97b210a87e Partially applied Damyan's patches from CORE-2825 2010-02-03 11:56:01 +00:00
alexpeshkoff
9f0a189cbd Corrected fix for CORE-2842 - thanks to Vlad 2010-02-02 12:19:42 +00:00
alexpeshkoff
a28178b402 Fixed CORE-2842: Timeout with latchs in CCH does not work 2010-02-02 10:35:08 +00:00
dimitr
474b15b1b2 Update. 2010-02-02 08:34:22 +00:00
dimitr
24977239d4 Fixed CORE-2840: Engine crashes if the NULL attachment handle is passed from the Y-valve. 2010-02-02 08:22:48 +00:00
hvlad
5146487627 Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is not worked 2010-02-01 14:34:23 +00:00
alexpeshkoff
dafa1ee544 Fixed CORE-2836: fb_cancel_operation() incorrectly modifies rdb_status_vector 2010-02-01 14:27:50 +00:00
hvlad
543e1d561a Improvement CORE-2821 : Add indication about log size limit for trace API 2010-02-01 10:38:10 +00:00
paul_reeves
aaeb2ac14a CORE-2828
On further thought, there is no need to have a version number here at all. And there is no precedent in the system control panel to display version numbers at this level.
2010-02-01 10:36:29 +00:00
paul_reeves
27df447bb1 Temporary fix for CORE-2828
Update major.minor version string that displays in the system-level Control Panel screen
2010-02-01 10:14:31 +00:00
alexpeshkoff
3d0222b806 Fixed regression when missing --prefix switch in configure.
Fixed FreeBSD built, install on FreeBSD is in progress.
2010-01-29 11:34:25 +00:00
robocop
31848bfc14 Backport CORE-2735: isql hangs when trying to show a view based on a procedure. 2010-01-28 08:18:31 +00:00
robocop
b12b0858fb Backport CORE-2831: isql shouldn't display db and user name when extracting a script. 2010-01-28 08:04:21 +00:00
alexpeshkoff
ddbaf00cf9 Cleanup unix shmat() - not needed any more for any OS 2010-01-27 10:42:58 +00:00
alexpeshkoff
4f8f8ef534 Avoid extra space in the end of version string 2010-01-27 10:39:36 +00:00
robocop
41ee5b33bb Backport: fix misinterpretation of MET_get_dependencies's parameters done years ago with conversion to MetaName class. 2010-01-27 10:31:38 +00:00
dimitr
c4064c2856 Update. 2010-01-26 09:12:29 +00:00
hvlad
4f59764b1c Additional patch for bug CORE- 2824 : Small memory and handles leak at every connect\disconnect 2010-01-25 14:54:42 +00:00
robocop
ca46f09d7f Misc. 2010-01-25 08:42:13 +00:00
hvlad
03eb447f36 Fixed bug CORE-2824 : Small memory and handles leak at every connect\disconnect 2010-01-23 16:13:05 +00:00
dimitr
a908fbec76 Fixed CORE-2822: Error "no current row for fetch operation" when subquery includes a non-trivial derived table. 2010-01-22 14:09:00 +00:00
hvlad
b5bbe96423 Fixed bug CORE-2817 : If stored procedure or trigger contains query with PLAN ORDER it could fail after disconnect of attachment where procedure\trigger executed first time
and bug CORE-2820 : Small memory leak in query with PLAN ORDER
2010-01-20 10:21:17 +00:00
hvlad
908f4bd102 Fixed bug CORE-2185 : PIP page could be marked after it was really changed 2010-01-19 08:50:51 +00:00
hvlad
577a3b8e9a Fixed bug CORE-2184 : Bus error on SPARC 2010-01-19 08:24:26 +00:00
dimitr
103c92c800 Fixed a typo. 2010-01-15 10:10:33 +00:00
dimitr
12015ddefe Fixed CORE-2793: Binary representation of the backup file is inconsistent among subsequent backup/restore cycles. 2010-01-15 10:07:10 +00:00
dimitr
2537234198 Fixed CORE-2811: 'Unsuccessful execution' error when updating a record.
The first BLR after blr_label must be blr_begin.
2010-01-15 08:11:17 +00:00
dimitr
944658da61 Support the -D switch on Windows. 2009-12-29 10:56:49 +00:00
dimitr
88f110da85 Update. 2009-12-28 14:53:55 +00:00
asfernandes
9e3ebc4807 Fix problem with table reservation and views based in procedures 2009-12-24 14:43:54 +00:00
asfernandes
094320e2f1 Fixed CORE-2735 - isql hangs when trying to show a view based on a procedure 2009-12-21 00:50:44 +00:00
asfernandes
99c45a25e5 Care about non-existing charset as seen by Claudio 2009-12-19 01:55:59 +00:00
asfernandes
acc3efb19e Backported fix for unregistered bug: Query string crashes 2.5RC1 2009-12-19 01:45:40 +00:00
asfernandes
5ec709a2c3 Fixed unregistered bug: ALTER VIEW drops permissions 2009-12-18 10:21:59 +00:00
alexpeshkoff
aea4490e71 Detect missing/invalid parameter in fbsvcmgr 2009-12-17 13:10:24 +00:00
alexpeshkoff
dceffbf006 Fixed delivery of status vector from service thread 2009-12-17 12:32:32 +00:00
alexpeshkoff
0ce66da575 Add On/Off parameter to switch -D(irect) 2009-12-17 11:00:47 +00:00
robocop
2adbcaa018 Correction (some message ranges were marked as reserved to not conflict with FB3) 2009-12-17 09:20:14 +00:00
alexpeshkoff
961f5ebc09 gsecswi.h 2009-12-17 09:18:28 +00:00
asfernandes
69b1834f81 Remove wrong comment part, seen by Claudio 2009-12-17 01:46:17 +00:00
alexpeshkoff
d25a675c0a Added switch to nbackup, controlling direct access to database file 2009-12-16 17:30:25 +00:00
alexpeshkoff
c0e5c2965d correct switch length 2009-12-16 13:57:11 +00:00
alexpeshkoff
e51b5a1141 Some more changes suggested by Claudio 2009-12-16 13:49:49 +00:00
alexpeshkoff
055b77fecc Make libib_util usable with old server versions 2009-12-16 13:11:08 +00:00
alexpeshkoff
9dcd0c64f1 Backported fix for gsec compatibility 2009-12-16 12:41:17 +00:00
robocop
df3b3d5a75 Misc. 2009-12-15 06:36:14 +00:00
asfernandes
d129eec633 Fixed CORE-2804 - Problems with COMMENT ON and strings using introducer (charset) 2009-12-14 14:53:14 +00:00
alexpeshkoff
e38dfdf347 Backported fix for CORE-2807: Problem with tracing on linux 2009-12-14 14:39:21 +00:00
robocop
fb7ec7d780 Misc. 2009-12-14 13:07:40 +00:00
dimitr
b560538c9a Fixed CORE-2806: Views based on procedures can't be created if the proc's output fields participate in an expression. 2009-12-14 12:32:48 +00:00
hvlad
b31f3bc8c5 Backport fix for bug CORE-2797 : Problem with default value of SP parameter 2009-12-12 17:22:20 +00:00
hvlad
5fa620a7d6 Fixed bug CORE-2783 : AV using recursive query as subquery in SELECT list and ORDER'ing by them 2009-12-10 15:35:15 +00:00
dimitr
5e787a29bc Fixed (hopefully) CORE-2798: Incomplete plan output (lack of view names) when selecting from views containing procedures inside. 2009-12-10 14:25:12 +00:00
dimitr
ad11dd07d5 Fixed the interactive lock print header for waits. It was showing non-supported columns. 2009-12-07 16:17:38 +00:00
alexpeshkoff
04020c05ff Fixed issue detected by QA - non-members of group 'firebird' cannot access remote server 2009-12-07 10:33:06 +00:00
robocop
d2013e66bf Backport CORE-2792: Bad extraction syntax for procedure's parameter based on table's field 2009-12-05 12:52:23 +00:00
alexpeshkoff
71089253d1 Fixed an issue, detected during 2.5.0.RC1 QA - bad message when user had no rights to access /tmp/firebird 2009-12-04 17:48:07 +00:00
alexpeshkoff
4c07ec430b Fixed an issue, detected during 2.5.0.RC1 QA - a lot of same messages in the log 2009-12-04 15:15:07 +00:00
hvlad
85531a3b49 Fixed bug CORE-2670 : FB 2.5 freezes during data pump operations 2009-12-04 11:44:01 +00:00
dimitr
0f5a971f58 Update. 2009-12-04 09:00:56 +00:00
robocop
6ab27b290d Misc. 2009-12-04 07:56:48 +00:00
asfernandes
667b32ea6a Fixed CORE-2785 - Transliteration error with COMMENT statement 2009-12-03 17:58:04 +00:00
robocop
6f630129bd Misc. 2009-12-03 03:33:51 +00:00
hvlad
ae74f8e9cd Fixed bug CORE-2781 : AV in fbtracemgr when command line swithes set wrongly 2009-12-01 14:32:45 +00:00
hvlad
0335e1c119 Implement improvement CORE-2767 : Add ability to the trace plugin to configure traced services events on per-service name basis 2009-12-01 14:13:12 +00:00
hvlad
d757f2e1d8 Cleanup 2009-12-01 14:11:57 +00:00
alexpeshkoff
e585442383 Backported fix for CORE-2779: User list header is displayed at the end of each returning data call to fbsvcmgr 2009-12-01 12:04:40 +00:00
alexpeshkoff
b36c7310ec Backported fix for CORE-2778: SegFault in services when using same handle in different threads 2009-12-01 11:50:35 +00:00
robocop
543538d847 Misc. 2009-12-01 05:28:32 +00:00
alexpeshkoff
3a9931e870 Backported fix for CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 13:05:41 +00:00
hvlad
1bc759e857 Improve performance a bit. 2009-11-30 09:23:13 +00:00
robocop
fabcf41e1f Misc. 2009-11-30 09:21:15 +00:00
hvlad
c87dfdd7f4 Implement improvements CORE-2773 : Let "Start trace session" service report ID of newly created trace session
and CORE-2774 : Let "Start trace session" service report if there was no trace plugin's loaded by the engine
2009-11-30 09:01:18 +00:00
alexpeshkoff
3606706fae Backported fix for CORE-2765: Use of RDB$ADMIN role does not provide SYSDBA rights in GRANT/REVOKE 2009-11-29 15:41:42 +00:00
dimitr
2625263dda Fixed bug in my recent commit. 2009-11-28 22:28:22 +00:00
dimitr
7e36023c67 Update. 2009-11-28 13:10:21 +00:00
dimitr
a71b515bc9 Fixed CORE-2769: Make XNET_CONNECT_TIMEOUT in xnet.h user configurable. 2009-11-28 12:41:32 +00:00
dimitr
40bcd07cd1 An attempt to fix CORE-2766: page 0 is of wrong type (expected 6, found 1).
Mutex is used just to wait on a event with allowed recursive execution.
2009-11-27 13:27:10 +00:00
alexpeshkoff
eae60f47f3 Make it build on gcc/solaris/sparc again 2009-11-26 16:03:10 +00:00
alexpeshkoff
667bcb1e50 Backported fix for CORE-2768: ALTERING OR DROPPING PROCEDURE which has type of domain parameter leads to attempt to delete that domain 2009-11-26 15:56:16 +00:00
hvlad
0379a58f63 Fixed bug CORE-2771 : AV at backup of database with GTT 2009-11-25 10:48:31 +00:00
alexpeshkoff
22cbbfdad6 Fixed untracked bug (was not reported for any public version) - trace did not work with non-3.0 icu version 2009-11-24 15:05:40 +00:00
asfernandes
f783e62594 Backport improvement CORE-2754 - Hint the user about -FIX_FSS_METADATA and -FIX_FSS_DATA when restore fail with malformed string error 2009-11-19 14:27:11 +00:00
asfernandes
3c6b6dc81f Backport fix for CORE-2755 - SIMILAR TO works wrongly 2009-11-18 18:58:53 +00:00
hvlad
c7c21b3c5e Correction of example 2009-11-16 14:22:10 +00:00
asfernandes
3b9e9936e4 Fix typo 2009-11-15 18:53:16 +00:00
alexpeshkoff
0e5f6b033b Additions for CORE-2748 - thanks to Adriano and Claudio 2009-11-15 12:43:59 +00:00
robocop
88e1756a9b Misc. 2009-11-14 07:22:16 +00:00
alexpeshkoff
bd9fb75df8 Improvement CORE-2748: allow gsec to grant RDB$ADMIN role in the security database 2009-11-13 18:09:29 +00:00
dimitr
86e3dd62bd Update. 2009-11-09 09:54:16 +00:00
dimitr
c122909ec6 Fixed CORE-2742: Server may stop responding to a particular client attachment under some conditions.
Credits belong to Vlad ;-)
2009-11-09 09:32:17 +00:00
alexpeshkoff
f3f41c5bf0 Fixed linux packages build 2009-11-09 09:31:05 +00:00
robocop
58becc1d6d CORE-2741 and a special case of the ancient CORE-932 2009-11-09 07:26:09 +00:00
robocop
b58ac3f91d Adriano says we shouldn't assume argv[argc] is null. 2009-11-09 06:19:47 +00:00
asfernandes
ee1e7aa529 Backport fix for CORE-2739 - ASSERT at parse.cpp line 22885 2009-11-07 19:21:03 +00:00
robocop
ade3c62b6d Misc. 2009-11-06 08:43:34 +00:00
robocop
27a618e9c3 Misc. 2009-11-06 05:46:43 +00:00
dimitr
ca7e46e889 Update. 2009-11-06 05:31:23 +00:00
hvlad
dc3cb55183 Backport fix for bug CORE-2731 : Recursive EXECUTE STATEMENT works wrong 2009-11-05 22:44:48 +00:00
alexpeshkoff
39f3ec8018 Backported fix for CORE-2578: select rdb$db_key from a view with a more than 1 table joined, results in conversion error 2009-11-05 16:24:11 +00:00
alexpeshkoff
0ac8725bc4 Fixed CORE-2730: Bus error when working with DB_KEY on RISC machines 2009-11-05 09:27:36 +00:00
robocop
d9fed5766e Backport Adriano's correction. 2009-11-05 08:33:44 +00:00
hvlad
209767cc82 Backport fix for bug CORE-2729 : Current connection may be used by EXECUTE STATEMENT instead of creation of new attachment 2009-11-04 14:49:57 +00:00
alexpeshkoff
f90a43acfc Fixed CORE-2725: Server crashes when sending wrong BLR for parameters in op_execute 2009-11-02 11:10:52 +00:00
asfernandes
ba8166521c Backport fix for CORE-2722 - Storage of malformed blob is allowed when copying from a blob with NONE/OCTETS charset 2009-11-01 17:00:20 +00:00
asfernandes
ba9231d48c Backport fix for CORE-2721 - Issue with SIMILAR TO and UTF8 on 2.5 Beta 2 (and 1) 2009-11-01 13:58:42 +00:00
hvlad
494aaa7965 Backport fix for bug CORE-2720 : Wrong evaluation result with divide and unary plus\minus operations 2009-10-31 20:03:53 +00:00
alexpeshkoff
bb5a238d29 Fixed build with Sun Studio after making SCH_ast() dummy function. Does not require mentioning in whats new and release notes. 2009-10-30 09:09:10 +00:00
verbguy
2263810f47 shared libraries have ".sl" suffix on HP-UX HPPA. A more complete fix using configure.in and autoconfig.h will be committed later to HEAD 2009-10-28 13:16:07 +00:00
verbguy
784c78e919 hpux corrections for rpath issues and atomic library 2009-10-27 19:47:07 +00:00
alexpeshkoff
d42b2553dd Fixed CORE-2465: SCH_ast symbol no longer exported 2009-10-20 11:21:37 +00:00
asfernandes
d5f1cacaa6 Fix for my previous commit (CORE-2685) 2009-10-17 16:34:46 +00:00
asfernandes
6abdc465cf Fixed CORE-2685 - ALTER VIEW does not remove the system triggers of view with check option 2009-10-16 15:43:08 +00:00
hvlad
2c59722bc7 Backport fix for bug CORE-2684 : Error page NNN is of wrong type (expected 7, found N) 2009-10-15 09:32:47 +00:00
asfernandes
db03f406d3 Misc 2009-10-15 02:07:33 +00:00
robocop
5ab832c54f Totally misc. 2009-10-14 10:23:27 +00:00
hvlad
a2017b7298 Correct order of searching for ib_util.dll 2009-10-14 09:00:44 +00:00
dimitr
6325a3e759 Backported CORE-2675: Small memory leak per every blob transliteration. 2009-10-13 17:39:06 +00:00
hvlad
5e4b0eccfc Better fix for bug CORE-2656 : Error reading data from the connection. On disconnect. 2009-10-12 14:52:50 +00:00
dimitr
7c5117ce10 Optimization for the large number of columns, basically mirroring the one inside var_info() (backport). 2009-10-12 06:46:32 +00:00
dimitr
1493cf5c27 Let's better use a context pool, if required (backport). 2009-10-12 06:44:21 +00:00
dimitr
28a820bdd1 Update. 2009-10-12 05:26:41 +00:00
hvlad
4243817df9 increment build number 2009-10-11 22:15:52 +00:00
hvlad
789b069820 Improvement CORE-2672 : Reduce precedence writes 2009-10-11 22:15:51 +00:00
hvlad
cb545a7865 increment build number 2009-10-11 19:54:06 +00:00
hvlad
d2c89f53f3 Fixed bug CORE-2656 : Error reading data from the connection. On disconnect
Thanks to Oleg Matveyev for test case and assistance
2009-10-11 19:54:04 +00:00
asfernandes
a64bb88435 increment build number 2009-10-11 15:59:07 +00:00
asfernandes
4596f7c8bf increment build number 2009-10-11 03:51:18 +00:00
asfernandes
4e5a122bad increment build number 2009-10-10 22:10:32 +00:00
fsg
156d12ce83 increment build number 2009-10-08 12:52:51 +00:00
alexpeshkoff
186497888d increment build number 2009-10-08 08:51:52 +00:00
alexpeshkoff
c74b04d60e increment build number 2009-10-08 08:51:51 +00:00
alexpeshkoff
2e0203d53a increment build number 2009-10-08 08:51:50 +00:00
alexpeshkoff
fd1a52e199 increment build number 2009-10-08 08:51:48 +00:00
alexpeshkoff
2b9eeb88d5 increment build number 2009-10-08 08:20:45 +00:00
alexpeshkoff
34b7d3b5dc increment build number 2009-10-08 08:20:44 +00:00
alexpeshkoff
2d78f5fe30 increment build number 2009-10-08 08:20:43 +00:00
alexpeshkoff
586302d271 increment build number 2009-10-08 08:20:41 +00:00
alexpeshkoff
7717e22756 increment build number 2009-10-08 08:02:41 +00:00
alexpeshkoff
992219c1ad increment build number 2009-10-08 08:02:40 +00:00
alexpeshkoff
34738892dd increment build number 2009-10-08 07:59:38 +00:00
alexpeshkoff
47f78b2351 increment build number 2009-10-08 07:59:37 +00:00
alexpeshkoff
85cdbb4e63 increment build number 2009-10-08 07:59:35 +00:00
asfernandes
b72197af00 increment build number 2009-10-08 00:21:28 +00:00
asfernandes
5f852e3bd1 Misc 2009-10-08 00:21:27 +00:00
alexpeshkoff
0816ff96c7 increment build number 2009-10-07 13:29:19 +00:00
alexpeshkoff
5624d085f3 increment build number 2009-10-07 13:29:18 +00:00
alexpeshkoff
23b4e0767e Port to Renesas SH (linux) by Nobuhiro Iwamatsu 2009-10-07 13:29:17 +00:00
fsg
4c9d5f0d93 increment build number 2009-10-07 12:52:41 +00:00
robocop
c710d90c09 increment build number 2009-10-07 09:39:52 +00:00
robocop
6027255ad5 Misc comments. 2009-10-07 09:39:51 +00:00
alexpeshkoff
aa3118c2ee increment build number 2009-10-07 08:22:02 +00:00
alexpeshkoff
7d08867e27 Fixed CORE-2669: Enhance diagnostics in case of status vector overflow 2009-10-07 08:22:01 +00:00
fsg
61ee55967a increment build number 2009-10-06 12:54:25 +00:00
fsg
16cab31c6d increment build number 2009-10-06 12:54:24 +00:00
fsg
89ef360645 increment build number 2009-10-06 12:53:20 +00:00
fsg
1157232a27 increment build number 2009-10-06 12:52:41 +00:00
alexpeshkoff
7f3c69bff3 increment build number 2009-10-06 12:51:35 +00:00
alexpeshkoff
749675cf6d Cleanup 2009-10-06 12:51:34 +00:00
hvlad
e3abd293a5 increment build number 2009-10-06 10:57:55 +00:00
dimitr
fd59dd2b1b increment build number 2009-10-06 07:40:11 +00:00
paul_reeves
ae500f7e45 increment build number 2009-10-06 06:00:38 +00:00
hvlad
bfd72d7238 increment build number 2009-10-05 21:04:48 +00:00
dimitr
67291dcf8e increment build number 2009-10-05 16:06:46 +00:00
dimitr
d60030074d Just a consistency with other variables. 2009-10-05 16:06:44 +00:00
hvlad
f0d75cbdd4 increment build number 2009-10-05 15:53:56 +00:00
asfernandes
f4fd195b99 increment build number 2009-10-05 15:52:34 +00:00
asfernandes
6224fd4fd6 increment build number 2009-10-05 15:52:33 +00:00
asfernandes
44c409a327 Fixed CORE-2642 - ICU initialization for properly work in MT environment 2009-10-05 15:52:32 +00:00
paulbeach
2ff05f654a increment build number 2009-10-05 15:42:53 +00:00
paulbeach
8b13eebdec increment build number 2009-10-05 15:42:52 +00:00
paulbeach
2a666d7a3b increment build number 2009-10-05 15:39:43 +00:00
paulbeach
3110bdc8fa increment build number 2009-10-05 15:35:47 +00:00
dimitr
5869442248 increment build number 2009-10-05 14:29:40 +00:00
dimitr
38edeee1ce Fixed regression for test "bugs.core_1076" introduced by some cleanup.
User first/middle/last names have nothing to do with SQL identifiers and their length is limited by 32 characters.
2009-10-05 14:29:39 +00:00
hvlad
a6f41a5cab increment build number 2009-10-05 13:22:47 +00:00
hvlad
58fa67ac12 increment build number 2009-10-05 13:22:46 +00:00
hvlad
a3b1fec3d5 increment build number 2009-10-05 13:21:15 +00:00
hvlad
3541bb73b2 increment build number 2009-10-05 13:19:40 +00:00
fsg
4c4d11cce1 increment build number 2009-10-05 12:55:01 +00:00
fsg
253636c267 increment build number 2009-10-05 12:54:05 +00:00
hvlad
26f945b350 increment build number 2009-10-05 10:27:03 +00:00
hvlad
fd15d59ac8 1. Pass explicit role to the security database attachment
2. Better error messages - append original error occured in security database after primary error code
2009-10-05 10:27:02 +00:00
alexpeshkoff
6fbd82ac71 increment build number 2009-10-05 10:27:00 +00:00
alexpeshkoff
fbda7f245e Fixed CORE-2439: Add FIX_FSS_DATA and FIX_FSS_METADATA into the server 2009-10-05 10:26:59 +00:00
alexpeshkoff
95d7c5a7a1 increment build number 2009-10-05 10:26:58 +00:00
alexpeshkoff
af7c4b2bf0 increment build number 2009-10-05 10:26:57 +00:00
alexpeshkoff
8992546674 increment build number 2009-10-05 10:26:56 +00:00
alexpeshkoff
3a14e9f15c increment build number 2009-10-05 10:26:54 +00:00
dimitr
6f7100f17b increment build number 2009-10-05 08:28:05 +00:00
dimitr
7df0f31474 Avoid polluting firebird.log with "error 534" when 32-bit binaries run on a 64-bit host. 2009-10-05 08:28:04 +00:00
dimitr
22c8cd42c6 increment build number 2009-10-05 07:50:48 +00:00
dimitr
c05d0e850f increment build number 2009-10-05 07:50:47 +00:00
dimitr
dd5785711c increment build number 2009-10-05 07:49:54 +00:00
dimitr
2b65a8c6bd increment build number 2009-10-05 07:49:19 +00:00
dimitr
31f029e72b increment build number 2009-10-05 07:46:01 +00:00
dimitr
e7f0504418 increment build number 2009-10-05 07:45:23 +00:00
dimitr
5bbb1c5f15 increment build number 2009-10-05 07:44:58 +00:00
dimitr
9027b68851 increment build number 2009-10-05 07:40:18 +00:00
alexpeshkoff
3d118f7c8e increment build number 2009-10-05 07:06:58 +00:00
asfernandes
241935c24c increment build number 2009-10-04 21:47:55 +00:00
asfernandes
d6266054b7 Fixed CORE-2660 - COUNT(*) incorrectly returns 0 when a condition of an outer join doesn't match 2009-10-04 21:47:52 +00:00
fsg
b5aa22194f increment build number 2009-10-04 12:52:13 +00:00
dimitr
516f412dd6 increment build number 2009-10-04 11:27:43 +00:00
dimitr
7a0aa8afd6 Restored the legacy enable/disable subsystem logic. 2009-10-04 11:27:42 +00:00
fsg
635a8cda19 increment build number 2009-10-03 12:53:23 +00:00
dimitr
31029e96fd increment build number 2009-10-03 11:37:47 +00:00
dimitr
3a3512da8e Fixed CORE-2659: Sub-optimal (not indexed) query plan for outer joins involving complex views.
We don't need to validate all the view streams inside the optimizer, just those inside the e_derived_expr_expr argument.
2009-10-03 11:37:46 +00:00
asfernandes
e356aaeae1 increment build number 2009-10-03 00:52:25 +00:00
asfernandes
77c8510390 increment build number 2009-10-03 00:52:24 +00:00
asfernandes
dbed23fafc Misc 2009-10-03 00:52:23 +00:00
asfernandes
feb0479e0c increment build number 2009-10-03 00:52:22 +00:00
asfernandes
5710bbf939 increment build number 2009-10-03 00:52:21 +00:00
asfernandes
be4e2c985a increment build number 2009-10-03 00:52:20 +00:00
asfernandes
cec0183f59 increment build number 2009-10-03 00:52:19 +00:00
asfernandes
e2f7e26a72 increment build number 2009-10-03 00:52:18 +00:00
asfernandes
133458f888 increment build number 2009-10-03 00:52:16 +00:00
dimitr
f9b41c7ccc increment build number 2009-10-02 19:16:41 +00:00
dimitr
c175687923 Misc. 2009-10-02 19:16:36 +00:00
alexpeshkoff
34e6ca6512 increment build number 2009-10-02 16:44:02 +00:00
alexpeshkoff
178d1af371 increment build number 2009-10-02 16:44:01 +00:00
alexpeshkoff
dbbea09f2b Fixed CORE-2657: Ability to get any permissions (including SYSDBA) working with services 2009-10-02 16:44:00 +00:00
alexpeshkoff
6d1a30521c increment build number 2009-10-02 16:43:59 +00:00
alexpeshkoff
b4e2a28943 increment build number 2009-10-02 16:43:58 +00:00
alexpeshkoff
a440d8a5bc increment build number 2009-10-02 16:43:57 +00:00
alexpeshkoff
5cf17ed674 increment build number 2009-10-02 16:43:56 +00:00
alexpeshkoff
52c65a6910 increment build number 2009-10-02 16:43:55 +00:00
alexpeshkoff
681174aea7 increment build number 2009-10-02 16:43:54 +00:00
alexpeshkoff
eacb11d8f4 increment build number 2009-10-02 16:43:52 +00:00
alexpeshkoff
53bdc3724d increment build number 2009-10-02 16:43:51 +00:00
alexpeshkoff
351ca52147 increment build number 2009-10-02 16:43:50 +00:00
alexpeshkoff
e1ec0277e4 increment build number 2009-10-02 16:43:48 +00:00
alexpeshkoff
8d6a871a7a increment build number 2009-10-02 16:19:34 +00:00
alexpeshkoff
5ae3502555 Linux intel compiler port 2009-10-02 16:19:31 +00:00
hvlad
36bd7c4865 increment build number 2009-10-02 13:24:23 +00:00
hvlad
7a1c8ba52e increment build number 2009-10-02 13:24:22 +00:00
hvlad
02b9ac8fd8 No need to report full path of the failed traced plugin module as we load it from only one and well known location 2009-10-02 13:24:21 +00:00
hvlad
03140dd920 increment build number 2009-10-02 13:22:09 +00:00
hvlad
10d185d653 Report alias (if present) instead of expanded file name at failed attach event 2009-10-02 13:22:08 +00:00
hvlad
75ec27f7ad increment build number 2009-10-02 13:20:53 +00:00
hvlad
70c4a4e7e9 Catch AdminException and re-throw known for us Firebird::Exception descendant 2009-10-02 13:20:51 +00:00
fsg
94c7f0fa4c increment build number 2009-10-02 12:54:41 +00:00
hvlad
bdb8d944aa increment build number 2009-10-02 08:46:05 +00:00
asfernandes
87bb7bce4d increment build number 2009-10-02 02:17:38 +00:00
asfernandes
4bb98c3c51 increment build number 2009-10-02 02:17:37 +00:00
asfernandes
eb059b8403 Misc 2009-10-02 02:17:36 +00:00
fsg
4f7fbea849 increment build number 2009-10-01 12:52:52 +00:00
hvlad
13750978c5 increment build number 2009-10-01 09:14:27 +00:00
hvlad
96b5309e03 Remove double quotes around value of AuditTraceConfigFile setting, if present 2009-10-01 09:14:26 +00:00
hvlad
c632ce75f9 increment build number 2009-10-01 09:12:51 +00:00
hvlad
653a3f2e02 Make better XNET's error messages in firebird.log 2009-10-01 09:12:49 +00:00
sboyd
3d25d642fc increment build number 2009-09-30 15:28:55 +00:00
sboyd
52cf6fad66 Some more parameter conversion problems in the event intialization routines.
Fixed a bug in the parameter pool cleanup routines.  I was freeing the entire pool table rather than the individual pool items.
2009-09-30 15:28:52 +00:00
fsg
462604a599 increment build number 2009-09-30 12:52:42 +00:00
verbguy
812fd2ece0 increment build number 2009-09-30 11:40:18 +00:00
alexpeshkoff
a7a0cad448 increment build number 2009-09-30 08:51:05 +00:00
alexpeshkoff
d0f2c3a623 Assertion added 2009-09-30 08:51:04 +00:00
robocop
18cef45ff1 increment build number 2009-09-30 06:09:06 +00:00
robocop
514fe7355f Misc. 2009-09-30 06:09:05 +00:00
asfernandes
a6d871184b increment build number 2009-09-30 02:16:20 +00:00
asfernandes
9b11713517 Fixed the problem reported in fb-devel about wrong "string right truncation" error 2009-09-30 02:16:18 +00:00
asfernandes
5c2d56bc71 increment build number 2009-09-30 01:10:14 +00:00
asfernandes
402bb17cb6 increment build number 2009-09-30 01:10:13 +00:00
asfernandes
a583f2e0b7 increment build number 2009-09-30 01:10:12 +00:00
asfernandes
90dfb9a411 Misc 2009-09-30 01:10:11 +00:00
asfernandes
2e14aeab73 increment build number 2009-09-30 01:10:10 +00:00
asfernandes
4e7c733890 increment build number 2009-09-30 01:10:09 +00:00
asfernandes
3ab442a439 increment build number 2009-09-30 01:10:08 +00:00
verbguy
c343c4c906 increment build number 2009-09-29 19:13:54 +00:00
verbguy
1079e8073a increment build number 2009-09-29 19:13:53 +00:00
verbguy
9dea769e63 increment build number 2009-09-29 19:13:52 +00:00
verbguy
56f291e05f HP-UX changes - 64-bit atomic counters, support for HP-UX 11 v2, and small tweak of build options 2009-09-29 19:13:51 +00:00
verbguy
87efcfb88b increment build number 2009-09-29 19:13:50 +00:00
verbguy
a61e87af15 increment build number 2009-09-29 18:55:51 +00:00
sboyd
8d2a33813b increment build number 2009-09-29 18:43:57 +00:00
sboyd
92c008ff52 Fixed bad parameter conversion in event registration routines. 2009-09-29 18:43:56 +00:00
skidder
a15fe785d0 increment build number 2009-09-29 16:55:27 +00:00
skidder
0070f2342b Implement RemoteFileOpenAbility on Windows. This also implements CORE-1038 improvement 2009-09-29 16:55:26 +00:00
skidder
6191d63dc6 increment build number 2009-09-29 16:53:52 +00:00
verbguy
965c13836e increment build number 2009-09-29 15:16:48 +00:00
verbguy
844f5111f9 increment build number 2009-09-29 14:54:35 +00:00
alexpeshkoff
330398abb9 increment build number 2009-09-29 12:57:32 +00:00
fsg
591f1c6e94 increment build number 2009-09-29 12:54:06 +00:00
fsg
61987b7664 increment build number 2009-09-29 12:53:07 +00:00
alexpeshkoff
a41e0855ae increment build number 2009-09-29 12:13:41 +00:00
alexpeshkoff
516448ffc0 increment build number 2009-09-29 10:35:18 +00:00
alexpeshkoff
2810337ff2 increment build number 2009-09-29 10:35:17 +00:00
alexpeshkoff
b19dacee16 Ported fix for CORE-2634: Performance regression when restoring database with big metadata 2009-09-29 10:35:16 +00:00
hvlad
13ee7923d3 increment build number 2009-09-29 10:34:34 +00:00
alexpeshkoff
06fcf5169a increment build number 2009-09-29 10:33:11 +00:00
hvlad
f3044ae3cc increment build number 2009-09-29 10:23:13 +00:00
robocop
2c61dc3d56 increment build number 2009-09-29 10:17:40 +00:00
robocop
c3b5fb6bea Misc. 2009-09-29 10:17:39 +00:00
hvlad
7f7243f916 increment build number 2009-09-29 09:24:41 +00:00
hvlad
a31cd4c4e6 Fixed bug CORE-2648 : Nbackup's delta file ignored Forced Writes database setting 2009-09-29 09:24:40 +00:00
hvlad
0b16751a31 increment build number 2009-09-29 09:13:38 +00:00
hvlad
e669598b32 Fixed bug CORE-2647 : Race condition during detach database can lead to AV 2009-09-29 09:13:37 +00:00
alexpeshkoff
a483bdc4e1 increment build number 2009-09-29 09:13:25 +00:00
alexpeshkoff
ca4d671b05 increment build number 2009-09-29 09:13:24 +00:00
alexpeshkoff
1c90dd6deb increment build number 2009-09-29 09:13:22 +00:00
alexpeshkoff
9b8de966a5 increment build number 2009-09-29 09:09:12 +00:00
alexpeshkoff
9804446255 increment build number 2009-09-29 09:07:11 +00:00
hvlad
d2b827e32c increment build number 2009-09-29 08:13:49 +00:00