8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
Commit Graph

820 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
200720e392 Readme for CORE-5887 (Allow the use of management statements in PSQL blocks). 2018-11-28 10:52:54 -02:00
Adriano dos Santos Fernandes
330650c4f8 Adjust CURRENT_TIME/CURRENT_TIMESTAMP docs. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
58065a1b07 Misc. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
db60575bfb Add section "Updating the time zone database" to documentation. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
9d84e12468 Misc. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
94f377b8fb Add SET TIME ZONE BIND statement. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
f24562f15b Document CURRENT_TIME and CURRENT_TIMESTAMP changes. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
3c4c8e781d Support for system packages and RDB$TIME_ZONE_UTIL system package implementation. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
4ea34933f0 Added isc_dpb_session_time_zone. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
942d7f49f5 Added RDB$TIME_ZONES virtual table. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
ebe39c4b6a Documentation for time zone support. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
0a5ab86198 Update keywords doc. 2018-11-12 13:18:00 -02:00
Dmitry Yemanov
452f5aacea Updated some docs 2018-10-25 15:32:49 +03:00
AlexPeshkoff
14e8ecf44e Document changes in win_sspi 2018-10-22 20:15:13 +03:00
AlexPeshkoff
77d6529b6c Doc cleanup 2018-10-09 15:35:36 +03:00
hvlad
09da9c995e Update documentation 2018-09-25 00:25:39 +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
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
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
hvlad
aac17a3f5e Update docs 2018-08-06 16:00:23 +03:00
hvlad
f8752bb677 Hopefully final corrections: missed (info, EDS) items, spaces, etc 2018-07-22 19:43:51 +03:00
hvlad
ca71a54609 Merge branch 'master' into read_consistency 2018-07-16 16:16:22 +03:00
hvlad
905653a517 Update documentation. 2018-07-16 16:05:10 +03:00
hvlad
aab7364129 Update documentation. 2018-07-03 15:34:22 +03:00
Alex Peshkoff
61b4bf0d27 Fixed CORE-5593: System function RDB$ROLE_IN_USE cannot take long role names with lower-case letters 2018-06-22 17:57:53 +03:00
Alex Peshkoff
b9a93f5312 Applied CORE-5788: Security Patch: Replacement of use of SHA-1 in the SRP Client Proof with SHA-256 2018-06-21 14:49:16 +03:00
hvlad
e688ced75a Merge branch 'ExternalConnectionsPool' 2018-06-18 18:22:50 +03:00
hvlad
a810646187 Update the documentation. 2018-05-28 15:06:40 +03:00
hvlad
3e057e10ca Merge branch 'master' into read_consistency 2018-05-27 17:32:54 +03:00
hvlad
d681f5288f Reset external connection before put it into pool.
Update the documentation.
2018-05-27 12:24:47 +03:00
hvlad
2930edb9c0
Merge branch 'master' into ExternalConnectionsPool 2018-05-25 13:42:38 +03:00
hvlad
fe68255f62 According to Adriano's suggestions 2018-05-23 20:42:22 +03:00
AlexPeshkoff
5b1c3a1c20 Doc enhancement 2018-05-21 14:38:53 +03:00
hvlad
da10e5045e Introduced new system privilege MODIFY_EXT_CONN_POOL to manage pool properties.
Update the documentation.
2018-05-20 23:44:12 +03:00
hvlad
721edeeb5b Update the documentation. 2018-05-18 19:21:46 +03:00
AlexPeshkoff
1ce7f66555 Misc docs addition 2018-05-10 18:18:24 +03:00
Mark Rotteveel
d22a07090c Update keywords for FB4 and check against SQL:2016 (#154) 2018-04-02 20:18:20 +03:00
hvlad
28b5fa8a0f Update the documentation. 2018-04-02 12:52:34 +03:00
Mark Rotteveel
4566623ec9 CORE-5710 make precision optional for DECFLOAT (#150)
* CORE-5710 make precision optional for DECFLOAT

* Make DECFLOAT a reserved word

* Add DECFLOAT to keyword_or_column
2018-03-26 17:31:11 +03:00
hvlad
76e0194e9b Remove space 2018-02-20 20:07:30 +02:00
hvlad
c20870edd5 Update docs a bit 2018-02-20 20:02:42 +02:00
hvlad
fdecfd1319 Merge branch 'master' into read_consistency 2018-02-20 13:50:04 +02:00
hvlad
f162f2336e Initial implementation of external connections pool 2018-02-06 12:52:00 +02:00
AlexPeshkoff
b3f157fc21 Fixed docs after CORE-5700 2018-02-05 19:47:46 +03:00
AlexPeshkoff
a8473b0ee3 Frontported CORE-5735: Additional keyholder opens unauthorized connections to encrypted database 2018-02-01 18:10:09 +03:00
AlexPeshkoff
ce41588da2 Enhanced docs on fb_shutdown_callback() 2018-01-29 19:04:37 +03:00
Adriano dos Santos Fernandes
bfcc37e7eb Misc. 2018-01-01 12:38:34 -02:00
hvlad
ccbf5c724a Merge branch 'master' into read_consistency 2017-12-29 10:55:31 +02:00