Adriano dos Santos Fernandes
68d339b90d
Make github show correct indentations.
2016-04-09 00:39:12 -03:00
firebirds
28c9469f75
increment build number
2016-04-09 00:02:35 +00:00
hvlad
3f06ba27c2
Fixed code formatting accidentally broken by my recent commit
2016-04-08 23:11:06 +03:00
Dmitry Yemanov
e8f21f7e63
Fix ISQL extraction of generators on 64-bit Linux.
2016-04-08 14:55:24 +03:00
firebirds
a4137db6cd
increment build number
2016-04-08 00:02:34 +00:00
hvlad
6a169ddf0a
Front ported fix for bug CORE-4645 : internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2375)
2016-04-07 21:55:17 +03:00
128cd96c77
Frontported documentation
2016-04-07 19:45:09 +03:00
21fb5d8ef2
typo in comment
2016-04-07 16:20:16 +03:00
c8698ce81f
Fixed CORE-5189: Codes of operation of user management plugin are missing in public API
2016-04-07 16:15:29 +03:00
Dmitry Yemanov
54cde2c6ec
Rework solution for CORE-5146.
2016-04-07 15:38:07 +03:00
firebirds
160e755112
increment build number
2016-04-07 00:02:34 +00:00
Dmitry Yemanov
8e81bd6fc3
This should fix CORE-5183: line/column numbering may be twisted if
...
alias.name syntax is used. Testing is required before backporting into
v3.0.
2016-04-06 18:03:35 +03:00
firebirds
aa799cefa1
increment build number
2016-04-05 00:02:36 +00:00
Adriano dos Santos Fernandes
d7eb6fe4d0
Fixed CORE-5167 - Allow implicit conversion between boolean and string.
2016-04-04 14:49:44 -03:00
24ba968d34
Cleanup and minor enhancement in database crypt example
2016-04-04 20:06:55 +03:00
95f6cc6211
Fixed CORE-5184: Assertion in cloop dispatcher when trying to save exception information in status interface
2016-04-04 19:28:06 +03:00
311312e8be
Cleanup - thanks to Adriano
2016-04-04 12:00:35 +03:00
Dmitry Yemanov
4e54079aea
Fix assertion that appear to be incorrect.
2016-04-04 10:15:30 +03:00
Dmitry Yemanov
f9c3f81cb9
CORE-5182: Inconsistent effects of subsequent statement execution if
...
failing during record refetch.
2016-04-04 09:45:28 +03:00
firebirds
6b26ac79f0
increment build number
2016-04-04 00:02:38 +00:00
Adriano dos Santos Fernandes
ede09bf269
Misc.
2016-04-03 16:26:11 -03:00
firebirds
764d6e7ffd
increment build number
2016-04-03 00:02:35 +00:00
Dmitry Yemanov
59e6c1f0cf
Postfix for CORE-5067. It prevents deadlocks involving the header page
...
and some data pages (due to disabled AST delivery).
2016-04-02 13:16:13 +03:00
firebirds
074b91d090
increment build number
2016-04-02 00:02:35 +00:00
a0bf23492e
Added services example
2016-04-01 16:02:18 +03:00
c133e0db89
Little example fix
2016-04-01 15:54:56 +03:00
firebirds
5e3cc4b988
increment build number
2016-04-01 00:02:44 +00:00
Dmitry Yemanov
8905e15435
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-03-31 20:26:54 +03:00
Adriano dos Santos Fernandes
ca9943f284
Merge pull request #13 from aafemt/n
...
Named constant instead of magic numbers to please Adriano
2016-03-31 10:33:33 -03:00
edc3725e0b
Merge branch 'master' of ssh://github.com/FirebirdSQL/firebird
2016-03-31 16:21:02 +03:00
cd20518ec7
Fixed CORE-5181: Build fails when HAVE_MMAP is not defined
2016-03-31 16:20:37 +03:00
Dmitry Yemanov
1d276543a5
Misc cleanup after my prior commit.
2016-03-31 15:58:32 +03:00
09c986cb56
Named constant instead of magic numbers to please Adriano
2016-03-31 14:45:25 +02:00
Dmitry Yemanov
c3858e1e65
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-03-31 13:53:08 +03:00
hvlad
4d3961a847
This should fix examples build issue (VC10-14).
2016-03-31 09:39:02 +03:00
firebirds
bcbdd0ea52
increment build number
2016-03-31 00:02:39 +00:00
bbee9f4100
Fixed CORE-5180: Do not require root rights to build linux package
2016-03-30 20:50:14 +03:00
Dmitry Yemanov
452b8b03ad
Missing part of the prior fix.
2016-03-30 13:22:16 +03:00
Dmitry Yemanov
f4bb13c11c
This should fix the Windows build.
2016-03-30 12:05:50 +03:00
firebirds
767bc99058
increment build number
2016-03-30 00:02:32 +00:00
Adriano dos Santos Fernandes
6ff433a21b
Merge pull request #11 from aafemt/prefix
...
Added VIO prefix as requested by Adriano
2016-03-29 07:17:55 -03:00
83845251c5
Added VIO prefix as requested
2016-03-29 11:52:25 +02:00
firebirds
6932807f7c
increment build number
2016-03-29 00:02:37 +00:00
f92f2a1b09
Implemented CORE-5176: Add interface replacing isc_event_block() and isc_event_counts() functions
2016-03-28 21:10:01 +03:00
Adriano dos Santos Fernandes
f58ecf78b4
Fixed CORE-5166 - Wrong error message with UNIQUE BOOLEAN field.
2016-03-28 12:47:39 -03:00
Dmitry Yemanov
6ae1145394
Merge pull request #10 from aafemt/CORE-5174
...
Fix CORE-5174
2016-03-28 18:07:26 +03:00
Dmitry Yemanov
2ab90151d0
Merge pull request #9 from aafemt/CORE-5173
...
Fix CORE-5173
2016-03-28 18:06:42 +03:00
bf876162b7
Additional protection from savepoint sequence anomalies
2016-03-28 13:29:07 +02:00
0e7dbf02fa
Fixed docs - thanks to Adriano
2016-03-28 12:03:26 +03:00
69e6c4c07f
Fixed docs - thanks to Adriano
2016-03-28 12:02:47 +03:00