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

51962 Commits

Author SHA1 Message Date
Dmitry Yemanov
761fdf98ab Updated the docs. 2016-04-02 14:12:33 +03:00
Dmitry Yemanov
dc31f92cea Postfix for CORE-5067. It prevents deadlocks involving the header page
and some data pages (due to disabled AST delivery).
2016-04-02 13:19:48 +03:00
Dmitry Yemanov
1472ab87b8 Relax heuristics for FIRST ROWS strategy. This should fix CORE-5146
(Suboptimal join order if one table has a selective predicate and MIN is
calculated for the other one).
2016-04-02 13:19:35 +03:00
Dmitry Yemanov
b52671d907 Misc cleanup after my prior commit. 2016-04-02 13:19:17 +03:00
Dmitry Yemanov
a441ea9a87 Refactored database-level info to be retrieved directly into the MON$
snapshot, without intermediate storage in shmem. This should also fix
CORE-5179 (Database-level statistics (MON$STAT_GROUP = 0) may contain
multiple rows under concurrent load).
2016-04-02 13:18:46 +03:00
firebirds
8faac7ddc9 increment build number 2016-04-02 00:02:44 +00:00
bb1e68552c Work in progress 2016-04-01 21:37:45 +03:00
6e9a2f7344 Little examples fix 2016-04-01 16:04:47 +03:00
33c3275358 Merge branch 'B3_0_Release' of ssh://github.com/FirebirdSQL/firebird into B3_0_Release 2016-04-01 16:03:09 +03:00
4d58ea8dce Added services example 2016-04-01 16:02:51 +03:00
Paul Reeves
161500c4ca Deploy fbclient to <sys> by default.
Now that we are deploying the msvc10 runtimes to <sys> it makes sense to deploy the client library to <sys> as well. this will make things easier for users that do a standard firebird install and expect their favourite 3rd-party tools to 'just work'.

In addition, revert to deploying the guardian by default. Until we modify instsvc to configure the firebird service to automatically restart we are more or less stuck with the guardian.
2016-04-01 10:34:11 +02:00
Paul Reeves
c826af58d5 Force file to use CRLF as windows still seems to have problems with call :label. 2016-04-01 10:01:40 +02:00
firebirds
1ea0b77b24 increment build number 2016-04-01 00:02:53 +00:00
ab4b68b754 Work in progress 2016-03-31 18:39:26 +03:00
4a7fae5dee Backported fix for CORE-5181: Build fails when HAVE_MMAP is not defined 2016-03-31 16:22:55 +03:00
c4a63b7e69 Backported events usage sample 2016-03-31 15:17:07 +03:00
hvlad
f381270f6f Correction 2016-03-31 11:24:11 +03:00
hvlad
b792847d1f This should fix examples build issue (VC10-14). 2016-03-31 11:13:01 +03:00
firebirds
cfe81b51fc increment build number 2016-03-31 00:02:48 +00:00
f272387c40 Backported fix for CORE-5180: Do not require root rights to build linux package 2016-03-30 21:03:22 +03:00
firebirds
c25e3fbe9d increment build number 2016-03-29 00:02:44 +00:00
Adriano dos Santos Fernandes
3dc7f7998b Fixed CORE-5166 - Wrong error message with UNIQUE BOOLEAN field. 2016-03-28 12:46:23 -03:00
d43debb1e1 Added generated pascal unit with OO API declarations 2016-03-28 12:44:13 +03:00
f4be64f3e2 -m 2016-03-28 12:05:01 +03:00
firebirds
e7616ca6e5 increment build number 2016-03-28 00:02:40 +00:00
Dmitry Yemanov
4711a3b953 Fix CORE-5143: GBAK restore failed when there is SQL function accessing
table and switch -O(NE_AT_A_TIME) is used.
2016-03-27 19:50:59 +03:00
Dmitry Yemanov
dd1a9ce9d0 Simplify migration for old databases affected by changes in
CLIENT_ADDRESS. Refresh outdated readme.
2016-03-27 11:19:19 +03:00
Dmitry Yemanov
82937db85d Ensure that security database upgrade script is distributed. Remove old
upgrade scripts that are out of interest anymore.
2016-03-27 10:31:31 +03:00
Adriano dos Santos Fernandes
7027862c86 Added .gitignore for editline. 2016-03-26 23:41:38 -03:00
firebirds
25e0f724e0 increment build number 2016-03-27 00:02:41 +00:00
Adriano dos Santos Fernandes
f72de291b2 Fixed CORE-5165 - HAVING COUNT(*) NOT IN ( <Q> ) prevent record from appearing in outer resultset when it should be there (<Q> = resultset without nulls). 2016-03-26 19:22:58 -03:00
firebirds
a33bf61c3a increment build number 2016-03-25 07:20:40 +00:00
Dmitry Yemanov
f2886984c4 Remove old script from branches. 2016-03-24 20:33:03 +03:00
firebirds
bee4389205 increment build number 2016-03-24 17:40:26 +03:00
00cc968023 Work in progress 2016-03-23 17:53:26 +03:00
1621bf86ef Added sample of using blobs 2016-03-23 17:06:16 +03:00
Dmitry Yemanov
2021d02fa7 Fixed handling of non-ASCII table names inside TPB. 2016-03-23 10:34:29 +03:00
f0eac3c552 Backported fix for CORE-5162: SEC$ tables and tag/attributes 2016-03-22 19:32:11 +03:00
2b27de88ff Postfix for CORE-5155, thanks to Adriano 2016-03-22 19:10:56 +03:00
0b9091dc5b Backported fix for CORE-5155: [CREATE OR] ALTER USER statement: clause PASSWORD (if present) must be always specified just after USER 2016-03-22 18:39:03 +03:00
Adriano dos Santos Fernandes
5100c80b09 Fixed CORE-5159 - Regression: engine may throw transliteration errors when running from non-ASCII system path. 2016-03-21 14:47:42 -03:00
9553126038 Work in progress 2016-03-21 19:35:55 +03:00
hvlad
33e65f6e86 Fixed bug CORE-5161 : Unique index could be created on non-unique data 2016-03-21 17:04:38 +02:00
Adriano dos Santos Fernandes
f30733f8b6 Fixed CORE-5153 - Regression: Server crashes when aggregate functions are used together with NOT IN predicate. 2016-03-21 11:53:49 -03:00
be13a31bd7 .gitignore pass 2016-03-18 20:40:22 +03:00
514750b384 Backported fix for CORE-5157: Server goes into infinite loop when data is sent from client to the service in small packets 2016-03-18 20:19:53 +03:00
10b60cdbd1 backported examples changes 2016-03-18 18:56:47 +03:00
47197b7d05 Merge branch 'B3_0_Release' of ssh://github.com/FirebirdSQL/firebird into B3_0_Release 2016-03-18 17:42:19 +03:00
4078eaf26d Work in progress 2016-03-18 17:41:32 +03:00
hvlad
e86efaec88 Ignore what should be ignored 2016-03-18 12:07:25 +02:00