hvlad
|
73cdac38ab
|
Correction for CORE-5704
|
2018-01-09 17:32:19 +02:00 |
|
hvlad
|
c5667b3578
|
Improvement CORE-5704 : Avoid UPDATE of RDB$DATABASE by ALTER DATABASE statement when possible
|
2018-01-09 13:49:03 +02:00 |
|
hvlad
|
f37cfcf6d7
|
When database validation fixes "orphan page" errors it also should adjust "lowest free page" marker (pip_min) on corresponding PIP, if necessary
|
2018-01-09 12:44:44 +02:00 |
|
hvlad
|
0166b875de
|
Fixed bug CORE-5694 : Duplicate values in columns with a unique constraint
|
2018-01-09 12:31:05 +02:00 |
|
hvlad
|
0d8ee0e1b3
|
Fixed bug CORE-5695 : Position function does not consider the collation for blob
|
2018-01-09 12:28:34 +02:00 |
|
firebirds
|
3dd5a234c1
|
increment build number
|
2018-01-09 00:04:23 +00:00 |
|
Dmitry Yemanov
|
d4fe47cc7d
|
Postfix
|
2018-01-08 20:09:19 +03:00 |
|
|
159969a905
|
32bit 3.x MacOSX build
|
2018-01-08 09:37:35 +01:00 |
|
|
a9a0fb9ef5
|
32bit 3.x MacOSX build
|
2018-01-08 09:37:35 +01:00 |
|
|
438461e234
|
Use CFLAGS passed by the build environment
|
2018-01-08 09:37:35 +01:00 |
|
|
9d2d4a74f0
|
Use the approved way to find dylibs
|
2018-01-08 09:37:35 +01:00 |
|
|
ed951be9c0
|
Tidy up installer messages
|
2018-01-08 09:37:35 +01:00 |
|
|
7b7baf8f16
|
Tidy up installer messages
|
2018-01-08 09:37:35 +01:00 |
|
|
6bca33b719
|
Restore dylib extensions to MacOS UDFs
|
2018-01-08 09:37:35 +01:00 |
|
firebirds
|
020124c067
|
increment build number
|
2018-01-06 00:04:05 +00:00 |
|
Dmitry Yemanov
|
92ce56cdfe
|
Fixed CORE-5598: block size exceeds implementation restriction error while inner joining large datasets with a long key using the HASH JOIN plan
|
2018-01-05 17:03:49 +03:00 |
|
firebirds
|
0c719504b3
|
increment build number
|
2018-01-03 00:04:27 +00:00 |
|
Dmitry Yemanov
|
e7a05061cf
|
Updated the docs
|
2018-01-02 15:49:23 +03:00 |
|
firebirds
|
4662a1e724
|
increment build number
|
2017-12-26 00:05:36 +00:00 |
|
hvlad
|
a4bba7a0c1
|
Allow XNET server to detect forced disconnect of XNET client when both client and server are at the same process.
|
2017-12-25 17:14:12 +02:00 |
|
hvlad
|
698add7e46
|
Avoid releasing of port reference - it prevents AV in client code.
|
2017-12-25 17:12:16 +02:00 |
|
hvlad
|
c67eb9c497
|
It should fix bug CORE-5685 : Sometime it is impossible to cancel\kill connection executing external query.
Also, implement fb_cancel_abort option at engine and unify handling of network errors a bit.
|
2017-12-25 17:09:34 +02:00 |
|
firebirds
|
8cfd579ead
|
increment build number
|
2017-12-22 00:07:55 +00:00 |
|
AlexPeshkoff
|
2d3424c5cf
|
Backported fix for CORE-5686: Firebird 3.0.2 allows any protocol version >= 10 to connect, including interbase protocol 14
|
2017-12-21 13:16:20 +03:00 |
|
firebirds
|
d698cdfdbb
|
increment build number
|
2017-12-21 00:07:25 +00:00 |
|
Dmitry Yemanov
|
c67c6a0978
|
CORE-5684: Error 'no current record for fetch operation' is raised while deleting record from MON using ORDER BY clause
|
2017-12-20 19:51:02 +03:00 |
|
firebirds
|
faca126625
|
increment build number
|
2017-12-17 00:05:49 +00:00 |
|
hvlad
|
8ff05712e0
|
Fixed bug CORE-5681 : AV when external statement is executed and local transaction is rolled back
|
2017-12-17 01:59:59 +02:00 |
|
firebirds
|
c555f34746
|
increment build number
|
2017-12-13 00:05:43 +00:00 |
|
hvlad
|
ef20918f31
|
Additional patch for Improvement CORE-5674 : Allow unused Common Table Expressions:
report all unused CTE names, even if they refers to each other.
|
2017-12-12 13:16:34 +02:00 |
|
firebirds
|
e0b6e61060
|
increment build number
|
2017-12-12 00:05:44 +00:00 |
|
Roman Simakov
|
caa21df151
|
Fixed CORE-5677: RDB$PAGES is dirty after error after phase 3 of create_relation (#135)
|
2017-12-11 08:40:52 +03:00 |
|
firebirds
|
e3ab348653
|
increment build number
|
2017-12-09 00:06:27 +00:00 |
|
|
c678d20217
|
Backport for CORE-5675: isc_vax_integer() and isc_portable_integer() wrong work with short negative numbers (#136)
* Fixed CORE-5675
* Fix the issue in ClumpletReader too
|
2017-12-08 13:31:03 +03:00 |
|
firebirds
|
49f9713cd9
|
increment build number
|
2017-12-07 00:05:27 +00:00 |
|
Dmitry Yemanov
|
31c5a16d82
|
CORE-5676: Consider equivalence classes for index navigation
|
2017-12-06 10:15:05 +03:00 |
|
firebirds
|
a403fbc017
|
increment build number
|
2017-12-05 00:05:17 +00:00 |
|
hvlad
|
bf220ea358
|
Fixed bug CORE-5655 : isc_info_sql_relation_alias reports incorrect alias for CTE or nested queries
|
2017-12-04 18:29:55 +02:00 |
|
firebirds
|
e59fd27b1d
|
increment build number
|
2017-12-03 00:05:40 +00:00 |
|
Dmitry Yemanov
|
4fd3fb1895
|
Allow efficient IS NOT DISTINCT FROM for DBKEY access
|
2017-12-02 19:50:52 +03:00 |
|
firebirds
|
a7c692c69d
|
increment build number
|
2017-12-02 00:05:33 +00:00 |
|
hvlad
|
2900b34c3f
|
Improvement CORE-5674 : Allow unused Common Table Expressions
|
2017-12-01 11:53:40 +02:00 |
|
hvlad
|
bc845f600b
|
Merge pull request #113 from red-soft-ru/fix_CORE_5618
Fixed bug CORE-5618 : Part of the pages of the second level blobs is not released when deleting relations
|
2017-12-01 09:26:58 +01:00 |
|
firebirds
|
7b3df5580f
|
increment build number
|
2017-12-01 00:05:27 +00:00 |
|
hvlad
|
9e079afb6c
|
Fixed bug CORE-5667 : Regression in 3.0+: message "CTE 'X' has cyclic dependencies" appear when 'X' is alias for resultset and there is previous CTE part with the same name 'X' in the query
|
2017-11-30 16:01:09 +02:00 |
|
firebirds
|
dff877c0dd
|
increment build number
|
2017-11-30 00:06:24 +00:00 |
|
hvlad
|
a037fc46cc
|
Fixed PSV-Studio warnings
|
2017-11-29 20:14:11 +02:00 |
|
AlexPeshkoff
|
992554a63f
|
Backported fix for CORE-5673: Unique constraint not working in encrypted database on first command
|
2017-11-29 11:34:22 +03:00 |
|
Adriano dos Santos Fernandes
|
355c6f4f1c
|
Fixed PVS-Studio warnings.
|
2017-11-28 22:19:52 -02:00 |
|
firebirds
|
1b92a4ad44
|
increment build number
|
2017-11-29 00:05:21 +00:00 |
|