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
firebirds
2781f8c4e3
increment build number
2018-09-19 00:03:18 +00:00
hvlad
b6b7d6525c
Additional fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test)
...
The case when main thread convert still not acquired lock when AST thread assert locks.
It leads to the error: Fatal lock manager error: invalid lock id (0)
2018-09-18 22:34:57 +03:00
hvlad
7efe280e11
Fixed bug CORE-5911 : Connection could hung after no activity for 60 seconds
2018-09-18 22:34:27 +03:00
hvlad
0956233dea
Rename MON$CONNECTION_COMPRESSED and MON$CONNECTION_ENCRYPTED to MON$WIRE_COMPRESSED and MON$WIRE_ENCRYPTED
...
to be inline with config settings (WireCompression and WireCrypt) and context variables (WIRE_COMPRESSED and WIRE_ENCRYPTED)
2018-09-18 20:05:54 +03:00
hvlad
a51a1bbb21
Implement sub-task CORE-5913 : Add context variables with compression and encryption status of current connection
2018-09-18 19:58:37 +03:00
firebirds
548c65adf7
increment build number
2018-09-18 00:03:20 +00:00
Dmitry Starodubov
0c275c1f3a
Fixed CORE-5823: No permission for SELECT access to blob field in stored procedure. And CORE-5841: No permission for SELECT access to TABLE PLG$SRP in newer snapshot. ( #170 )
2018-09-17 15:59:14 +03:00
firebirds
b0ed893fd5
increment build number
2018-09-14 00:03:21 +00:00
Adriano dos Santos Fernandes
a7e162471f
Fix CORE-5905 - Inconsistencies with PSQL FUNCTION vs UDF.
2018-09-13 12:22:40 -03:00
firebirds
56f92790c1
increment build number
2018-09-13 00:03:21 +00:00
Alex Peshkoff
5522550eb7
Cleanup
2018-09-12 18:09:15 +03:00
Alex Peshkoff
459a2ae056
Comment
2018-09-12 16:09:18 +03:00
firebirds
628e7b27e6
increment build number
2018-09-11 00:03:19 +00:00
Alex Peshkoff
4728f410ac
Remove unused in c++11 atomic support libraries
2018-09-10 16:19:04 +03:00