67d8e39e44
Ability to create an inactive index ( #8091 )
...
* Ability to create an inactive index
* Extract inactive indices in dialect 1
2024-10-25 14:35:02 +03:00
AlexPeshkoff
8cca3361e2
Added missing privilege to doc
2024-05-08 16:59:06 +03:00
Adriano dos Santos Fernandes
003b2e0a77
Postfix for #8062 - CREATE IF NOT EXISTS.
...
Thanks to Pavel Zotov.
2024-04-15 23:20:30 -03:00
Adriano dos Santos Fernandes
b6eab891d5
Feature #8062 - CREATE IF NOT EXISTS. ( #8072 )
2024-04-14 16:32:51 -03:00
Adriano dos Santos Fernandes
d29e9cecb8
Corrections and documentation improvements to #4203 - DROP [IF EXISTS].
2024-01-08 08:33:39 -03:00
Adriano dos Santos Fernandes
77ee904255
Feature #4203 - DROP [IF EXISTS] ( #7946 )
2024-01-07 11:30:33 -03:00
e23f0306b4
Allow collation to be a part of data type ( #7748 )
2023-11-24 19:27:02 +03:00
b495b3f174
Allow to create database with different owner ( #7718 )
...
* Allow to create database with different owner via API
* Support for OWNER clause in executeCreateDatabase()
* squash! Support for OWNER clause in executeCreateDatabase()
Fix rebase error
2023-11-20 18:02:59 +03:00
Alexander Zhdanov
695082ece7
added the ability to change sql security option in alter package
2023-10-26 00:39:41 +03:00
Alexander Zhdanov
5b620936e2
added the ability to change sql security opt in alter procedure
2023-10-25 19:27:43 +03:00
Alexander Zhdanov
9b823e6996
Add ability to change sql security option in alter function
2023-10-16 21:41:41 +03:00
Alexandr
5327ed835c
Added the ability to change deterministic option ( #7758 )
...
* Added the ability to change deterministic option
Added the ability to change deterministic opt without specifiying the entire body of the function.
Extended "ALTER FUNCTION" syntax:
ALTER FUNCTION <name> DETERMINISTIC;
ALTER FUNCTION <name> NOT DETERMINISTIC;
* added const qualifier to flag, removed nested if/else
* added doc
---------
Co-authored-by: Alexander Zhdanov <alexander.zhdanov@red-soft.ru>
2023-10-06 16:44:43 +03:00
Adriano dos Santos Fernandes
581795ed78
Merge branch 'work/profiler-plugin' into work/profiler-plugin-merge
2022-08-10 22:26:38 -03:00
AlexPeshkoff
c3b172d4e2
Implemented #7046 : Make ability to add comment to mapping ('COMMENT ON MAPPING ... IS ...')
2022-07-01 18:25:42 +03:00
Adriano dos Santos Fernandes
e090ec0f60
Add system privilege PROFILE_ANY_ATTACHMENT and permission check.
...
Add some static_asserts.
2022-06-04 22:48:56 -03:00
Dmitry Yemanov
b30ff76118
Replaced ADD/DROP with INCLUDE/EXCLUDE in replication DDL
2020-10-27 15:15:35 +03:00
Dmitry Yemanov
54ed1e6b33
Adjusted docs
2020-04-21 19:36:43 +03:00
Dmitry Yemanov
2231e6e187
Documentation
2020-04-21 19:36:43 +03:00
Dmitry Yemanov
932ca51574
Replication support ( #182 )
...
* Initial implementation of replication
* Postfixes for configuration and Windows builds
* Misc Windows adjustments
* Forgotten changes from prior commits
* Last round (fingers crossed) of fixing the Windows build
* Improve self-documentation
* Misc improvements
* Updates the docs
* More configuration
* Frontported some remaining pieces
* Installation post-fixes
* Special permission for replication
2019-01-25 12:09:01 +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
63b6708e7f
Misc
2016-06-01 12:00:48 +03:00
7ad99b795e
Added support for system privileges
2016-05-31 20:07:08 +03:00
alexpeshkoff
c824acf008
Documented CORE-5100
2016-02-03 14:15:41 +00:00
asfernandes
9fbee6b719
Misc.
2015-10-13 02:22:57 +00:00
alexpeshkoff
42b98af12b
Better syntax for CORE-4955 & docs
2015-10-09 13:57:39 +00:00
asfernandes
edb4192e67
Changes related to CORE-1180: change syntax and semantics to the standard SQL, and also manage RDB$RELATION_CONSTRAINTS records correctly.
2015-04-02 02:26:46 +00:00
alexpeshkoff
b7621d6f9d
Fixed CORE-4651: CREATE DATABASE fails for the user having RDB$ADMIN rights in security database
2014-12-26 14:10:39 +00:00
asfernandes
5ffc936053
Misc.
2014-08-06 02:12:01 +00:00
asfernandes
e4421e1e38
Adjustments as Simonov Denis comments in fb-devel.
2014-07-28 14:50:14 +00:00
asfernandes
8bbd309e67
Improvement CORE-4484 - Description (COMMENT ON) for package procedures and functions, and its parameters.
2014-07-27 03:05:44 +00:00
robocop
5f5feb54e1
Documentation for the generator increment.
2014-04-09 07:38:09 +00:00
alexpeshkoff
812f422392
Documented changes in SQL user management
2013-12-17 15:49:10 +00:00
asfernandes
71d29f5b3b
Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements.
2013-05-14 15:44:01 +00:00
asfernandes
fba1b8d043
Document CORE-1209 - CONTINUE statement.
2013-05-14 14:53:26 +00:00
asfernandes
d46207d2aa
Correction.
2013-05-04 18:10:15 +00:00
asfernandes
64790222ed
Document CORE-1180 and CORE-3085.
2013-04-29 15:54:03 +00:00
alexpeshkoff
203cf9afdb
added readme for CORE-2113
2008-11-30 17:45:47 +00:00
robocop
25b9ff2277
Misc.
2008-06-13 11:02:17 +00:00
asfernandes
ba55f64dd7
Put in the tree the docs previo usly done in the wiki as per Dmitry request
2008-06-12 01:02:00 +00:00
alexpeshkoff
635ba3ea00
Added documentation for GRANTED BY clause
2008-06-10 11:00:19 +00:00
asfernandes
453721c881
Documentation for ALTER VIEW
2008-05-13 00:59:49 +00:00
asfernandes
7d34ead84e
1) Allow to reference others fields in the expression of ALTER...COMPUTED
...
2) Documentation
2008-05-11 20:05:12 +00:00
robocop
24d11d0b36
Document the blob filter restriction in FB2.
2005-12-01 07:12:00 +00:00
robocop
0d168fa72d
Misc: missing double quote in readme.
2005-10-08 09:56:17 +00:00
robocop
ca33eef645
Update DDL documentation for setting/dropping default values in table fields.
2005-08-16 06:22:14 +00:00
robocop
83945cc239
Explain how metadata comments syntax works.
2005-05-17 07:21:56 +00:00
robocop
055d3a4099
Update some docos.
2005-04-03 06:59:41 +00:00
robocop
5089939cd7
Write my pending documentation.
2005-03-10 02:35:55 +00:00
robocop
1dd20ab74c
To do's.
2005-02-04 09:58:18 +00:00