Dmitry Yemanov
bf5bfcc14a
Misc
2018-10-25 15:32:37 +03:00
firebirds
6928ad48bf
increment build number
2018-10-25 00:03:25 +00:00
AlexPeshkoff
ef57295112
Fixed CORE-5950: Deadlock when attaching to bugchecked database
2018-10-24 17:22:58 +03:00
firebirds
3a94c24989
increment build number
2018-10-23 00:03:20 +00:00
AlexPeshkoff
14e8ecf44e
Document changes in win_sspi
2018-10-22 20:15:13 +03:00
firebirds
a1cf6f4787
increment build number
2018-10-20 00:03:18 +00:00
AlexPeshkoff
a108c7df0b
Implemented CORE-5948: Make WIN_SSPI plugin produce keys for wirecrypt plugin
2018-10-19 20:09:26 +03:00
AlexPeshkoff
5b8f3b63f1
Fixed CORE-5639: Mapping rule using WIN_SSPI plugin: windows user group conversion to firebird role does not work
2018-10-19 17:42:36 +03:00
firebirds
413e6408f7
increment build number
2018-10-13 00:03:20 +00:00
Dmitry Starodubov
244020e13f
Use 64bit value to count records during backup/restore ( #174 )
2018-10-12 15:41:24 +03:00
firebirds
51f9254cdf
increment build number
2018-10-11 00:03:17 +00:00
AlexPeshkoff
afdbd4aff2
Warnings
2018-10-10 20:01:31 +03:00
AlexPeshkoff
f5f3b6692b
Front ported PR#172 changes
2018-10-10 12:39:12 +03:00
firebirds
f4f7c5dd07
increment build number
2018-10-10 00:03:17 +00:00
AlexPeshkoff
77d6529b6c
Doc cleanup
2018-10-09 15:35:36 +03:00
firebirds
3f08f69b02
increment build number
2018-10-06 00:03:17 +00:00
AlexPeshkoff
e548ae3815
Code cleanup - this should fix MacOS build
2018-10-05 17:02:35 +03:00
firebirds
293950e247
increment build number
2018-10-04 00:03:17 +00:00
Adriano dos Santos Fernandes
e33ddf8ca5
Feature CORE-5768 - FILTER-clause for aggregate functions.
2018-10-03 13:20:26 -03:00
firebirds
8283c7da27
increment build number
2018-10-03 00:03:20 +00:00
AlexPeshkoff
0b71aa9795
Fixed CORE-5926: Attempt to create mapping with non-ascii user name which is encoded in SINGLE-BYTE codepage (win 1251) leads to '-Malformed string' message.
2018-10-02 17:46:02 +03:00
AlexPeshkoff
fc2624b90d
Postfix for CORE-5808, fixed restore of encrypted database on classic server
2018-10-02 16:25:56 +03:00
hvlad
b1977638c6
This should fix unnecessary wait for prepared but still active concurrent transaction.
...
Only "read committed no record version" transaction should wait and could see current
record version if concurrent transaction commits, see CORE-5930.
2018-10-02 14:46:10 +03:00
firebirds
6536e1f364
increment build number
2018-10-01 00:03:41 +00:00
hvlad
ab794fc8ec
This should fix bugcheck "TPC: Attempt to mark inactive transaction to be in limbo", see CORE-5930
2018-09-30 12:45:24 +03:00
hvlad
02dc5fe9ca
This should fix bugcheck "Incorrect snapshot deallocation - too few slots", see CORE-5930
2018-09-30 12:44:24 +03:00
firebirds
073c2dcd54
increment build number
2018-09-29 00:03:22 +00:00
Alex Peshkoff
e306caff9b
Make it possible to use batch interface from ISC API based applications
2018-09-28 18:51:15 +03:00
firebirds
9a4ebe904f
increment build number
2018-09-28 00:03:31 +00:00
AlexPeshkoff
55fbabd356
Fixed CORE-5928: Make it possible for AuthClient plugin to access authentication block from DPB
2018-09-27 18:51:47 +03:00
AlexPeshkoff
22a72c8722
Fixed CORE-5927: With some non-standard authentication plugins providing correct crypt key wire anyway remains not encrypted
2018-09-27 18:47:12 +03:00
firebirds
f929a938ce
increment build number
2018-09-25 00:03:20 +00:00
hvlad
7610a76ff3
Changed RDB$GET_TRANSACTION_CN implementation according to Adriano's suggestion.
2018-09-25 02:19:23 +03:00
hvlad
193d256a62
Code safety
2018-09-25 00:49:54 +03:00
hvlad
cd457adc12
Make result of RDB$GET_TRANSACTION_CN nullable
2018-09-25 00:29:00 +03:00
hvlad
09da9c995e
Update documentation
2018-09-25 00:25:39 +03:00
AlexPeshkoff
3239c9a58c
Postfix for CORE-5907
2018-09-24 16:50:23 +03:00
Ilya Eremin
c356791b02
Fixed CORE-5758: Database is corrupted when conflicting "starting at page" values is specified for secondary files ( #147 )
...
* Fixed issue: Database is corrupted when conflicting "starting at page" values is specified for secondary files
* Raise error when conflicting "starting at page" values is specified for secondary database files
2018-09-24 13:16:38 +03:00
firebirds
daef7ba63f
increment build number
2018-09-24 00:03:24 +00:00
AlexPeshkoff
60f32c30a0
Fixed CORE-5907: Regression: can not launch trace if its 'database' section contains regexp pattern with curvy brackets to enclose quantifier
2018-09-23 20:04:02 +03:00
hvlad
795809896e
Update description of RDB$GET_TRANSACTION_CN
2018-09-23 19:29:35 +03:00
hvlad
57d768f062
Fixed typos, thanks to Adriano
2018-09-23 17:20:02 +03:00
hvlad
bdd398dbc4
Fixed mistake, thanks to Mark
2018-09-23 16:30:58 +03:00
AlexPeshkoff
ab31df2699
Add gcc's libatomic only when needed (this fixes snapshot builds broken in the beginning of August)
2018-09-23 16:14:23 +03:00
hvlad
fded677e95
Improvement CORE-5921 : Provide information about Global Commit Number, Commit Number of currently used database snapshot (if any) and Commit Numbers assigned to the committed transactions.
2018-09-23 15:00:59 +03:00
firebirds
f463db457b
increment build number
2018-09-21 00:03:16 +00:00
hvlad
f3e243a3c8
Restore change (from commit f04731b448
)
...
that was lost during merge (at ccbf5c724a
)
2018-09-20 18:33:37 +03:00
AlexPeshkoff
0865e17c57
Fixed CORE-5918: Memory pool statistics is not accurate
2018-09-20 16:55:22 +03:00
firebirds
0703bd916c
increment build number
2018-09-20 00:03:23 +00:00
hvlad
cc7b082b13
Fixed bug with GTT in read-only transactions found by fbtcs test ISC_ER43_TRAN
2018-09-20 00:43:56 +03:00