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

26804 Commits

Author SHA1 Message Date
paul_reeves
6a3a46f6e2 Display correct version number within control panel menu. 2008-06-13 11:36:34 +00:00
dimitr
9a933202f2 A better implementation of my prior commit. 2008-06-12 15:48:41 +00:00
dimitr
5bf78a1c81 An attempt to fix the installer issue. To be tested by Paul Reeves. 2008-06-12 09:14:11 +00:00
dimitr
973c433f39 Correction. 2008-06-11 14:48:37 +00:00
alexpeshkoff
597a2a258a Backported fix for CORE-1843: gbak with service manager don't allow path with space 2008-06-11 11:18:48 +00:00
hvlad
9736166018 Backport fix for bug CORE-1930 : Possible AV in engine if procedure was altered to have no outputs and dependent procedures was not recompiled 2008-06-10 10:35:13 +00:00
paulbeach
224a700089 Support 64bit Darwin PPC 2008-06-09 11:16:51 +00:00
dimitr
669ec152e3 Fixed CORE-1926: MON$DATABASE returns outdated transaction counters. 2008-06-07 11:36:28 +00:00
alexpeshkoff
422be30ca2 fixed broken public API 2008-06-06 13:46:46 +00:00
alexpeshkoff
8e37192129 Backported fix for CORE-1922: Trusted Authentication is not working with the Services API 2008-06-05 13:10:38 +00:00
paulbeach
351e83523a Use Firebird's own delete call rather than system wide delete 2008-06-04 11:18:40 +00:00
asfernandes
4e37a55dcc Fixed CORE-1919 - Memory corruptions in EXECUTE STATEMENT may crash the server 2008-06-01 01:22:11 +00:00
asfernandes
60b84222ef Misc 2008-05-31 02:33:49 +00:00
alexpeshkoff
e18423c2c2 Fixed services on MacOS 2008-05-29 16:04:10 +00:00
asfernandes
17334c3b8d Linux IA-64 port 2008-05-22 15:01:30 +00:00
alexpeshkoff
79d2df530e Backported fix for CORE-1909: Garbage in firebird.log on linux/amd64 2008-05-22 12:28:32 +00:00
asfernandes
ff80913a1b Fixed CORE-1802 - Maximum key size using PXW_CSY collation 2008-05-17 18:18:17 +00:00
robocop
7bc95f13fc Clean the sources from VC6 hacks. 2008-05-14 12:25:38 +00:00
robocop
9ba5c84103 Update iberror.h after Adriano's misc changes. 2008-05-14 12:23:21 +00:00
asfernandes
60f5cd190e Misc 2008-05-14 02:29:31 +00:00
asfernandes
01ab301547 Backport the latest changes to not throw error with the file opened 2008-05-14 02:12:09 +00:00
hvlad
3156defb7d Backport fix for bug CORE-1830 2008-05-13 08:04:03 +00:00
dimitr
1720fe5056 Update. 2008-05-12 17:04:54 +00:00
dimitr
77575fca63 Fixed CORE-1890. 2008-05-08 11:30:54 +00:00
robocop
93c3dd5248 Fix indentation. 2008-05-08 07:55:19 +00:00
robocop
2d20412339 Misc. 2008-05-08 07:54:43 +00:00
alexpeshkoff
a0488e136e Bacported fix for CORE-1887: New created databases have wrong access rights 2008-05-07 12:40:25 +00:00
alexpeshkoff
c1f5e79fd3 Backported fix for CORE-1810: strip quotes around user name in gsec to make it behave consistense with SQL 2008-05-06 13:44:59 +00:00
asfernandes
b9565f3f13 Better message - thanks to Paul Vinkenoog 2008-05-06 13:36:23 +00:00
alexpeshkoff
365b9e148e Backported fix for CORE-1844: Valgrind often reports "Conditional jump or move depends on uninitialised value(s)" in check_status_vector() 2008-05-06 13:10:39 +00:00
hvlad
afa53da160 Backport fix for bug CORE-1884 : Random AVs using stored procedures with expressions as default values of input parameters 2008-05-06 13:00:11 +00:00
alexpeshkoff
31af3c8b22 Backported fix for CORE-1845:Some standard calls show server installation directory to regular users 2008-05-06 12:56:36 +00:00
dimitr
46836efcc1 Fixed CORE-1812. 2008-05-06 09:37:52 +00:00
dimitr
ce7baa7fcd Fixed CORE-1881. 2008-05-06 09:09:33 +00:00
skidder
0ce5358d84 Backport fix for regression CORE-1876. Incremental backups with NBACKUP broken in 2.1 2008-05-02 20:38:05 +00:00
hvlad
66028207da Backport subtask CORE-1819 : More efficient solution for CORE-1300 (Lower level index pages is missed from parent page) 2008-05-02 13:42:24 +00:00
hvlad
79c9100a79 Backport fix for CORE-1817 : The RelaxedAliasChecking parameter has no effect concerning RDB$DB_KEY 2008-05-02 11:23:13 +00:00
hvlad
512e626473 Fixed bug CORE-1841 : If some VIEW used derived tables and long table names\aliases, It is possible to overflow RDB$VIEW_RELATIONS.RDB$CONTEXT_NAME 2008-05-02 07:28:23 +00:00
hvlad
f808459285 Sub-task CORE-1779 : backport fix for CORE-1775 2008-05-02 07:04:36 +00:00
asfernandes
92cea80897 Backport fix for CORE-1781 - LIKE, STARTING WITH and CONTAINING may incorrect return true 2008-05-01 15:11:05 +00:00
robocop
955272b1e5 Delete useless files. 2008-05-01 11:56:36 +00:00
hvlad
f4fe2974db Update DSQL_pretty to print nod_src_info contents even more correctly :) Noted by Adriano. Also make DSQL_pretty to not loop endlessly on nod_return. 2008-05-01 07:31:05 +00:00
hvlad
359b18a72f Corrected fix for bug CORE-1875. Noted by Adriano. 2008-05-01 07:30:10 +00:00
hvlad
4e9499560f Update DSQL_pretty to print nod_src_info contents correctly 2008-04-30 19:58:07 +00:00
hvlad
d5e68f6617 Fixed bug CORE-1875 : Error on script with current_date 2008-04-30 19:55:46 +00:00
alexpeshkoff
512621feed Make firebird buildable on solaris 10 2008-04-30 17:27:21 +00:00
alexpeshkoff
02179bf74e Backported fix for CORE-1854: Value of CURRENT_USER may be not in upper case when using unix OS auth. 2008-04-29 13:27:08 +00:00
asfernandes
5bacc887d3 Fixed CORE-1859 - Arithmetic overflow or division by zero has occurred. in MAX function 2008-04-26 15:49:26 +00:00
robocop
dec27dc97d Backport fix for CORE-1862. 2008-04-26 10:33:52 +00:00
alexpeshkoff
b474ff21f9 Backported fix for CORE-1868: AV in isc_dsql_free_statement() 2008-04-25 10:04:57 +00:00