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

714 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
26895605f4 Merge branch 'new_window_functions' of git://github.com/nakagami/firebird into new-window-functions 2016-06-29 12:26:45 -03:00
Dmitry Yemanov
337ef7707d Adjust docs and CMake build re. new engine name. 2016-06-01 12:04:09 +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
Roman Simakov
513bdba1cf Fixed misprint 2016-05-27 17:26:07 +03:00
Roman Simakov
f9c8887627 Added description of RDB function 2016-05-23 10:00:43 +03:00
Roman Simakov
238fff3a2d Fixed CORE-1815: Ability to grant role to another role (#23)
* Initial patch for cumulative roles

* Fixed multiple records in USER_PRIVILEGES and reworked logic on additional grant default role and admin option
2016-05-12 17:03:54 +03:00
16c9ca8470 mistypes in doc 2016-05-10 17:55:43 +03:00
Michal Kubecek
13aa5420f2 Allow to enforce IPv4 or IPv6 in URL-like connection string. 2016-05-04 21:38:36 +02:00
Hajime Nakagami
8745489bb0 Add window functions, PERCENT_RANK(), CUME_DIST() and NTILE(). 2016-04-16 02:32:35 +09:00
Adriano dos Santos Fernandes
251ec1c7f5 More changes related to CORE-5167. 2016-04-13 12:47:35 -03:00
128cd96c77 Frontported documentation 2016-04-07 19:45:09 +03:00
0e7dbf02fa Fixed docs - thanks to Adriano 2016-03-28 12:03:26 +03:00
Dmitry Yemanov
f6e4f41bd9 Simplify migration for old databases affected by changes in
CLIENT_ADDRESS. Refresh outdated readme.
2016-03-27 11:20:27 +03:00
Dmitry Yemanov
046277daab Fix scripts and cleanup old stuff (docs related). Better CHANGELOG
rendering.
2016-03-26 15:29:44 +03:00
Dmitry Yemanov
f19829d65a Switched to the new incarnation of the changelog. 2016-03-23 19:53:35 +03:00
Dmitry Yemanov
f9908ef4f9 Merge pull request #3 from mariuz/master
Update instructions for Firebird 4 compiler msvc12
2016-03-23 18:38:25 +03:00
Popa Adrian Marius
298dfd6d2d Update instructions for Firebird 3 compiler 2016-03-23 16:15:11 +02:00
de12c06f38 Fixed CORE-5162: SEC$ tables and tag/attributes 2016-03-22 19:31:44 +03:00
alexpeshkoff
758b705b59 Work in progress 2016-03-03 15:03:27 +00:00
dimitr
bb46a0e831 Set up the new version. 2016-02-28 08:04:48 +00:00
dimitr
0adb26fd31 Updated the docs for RC2. 2016-02-27 07:15:34 +00:00
alexpeshkoff
805d7cef2b WIP on docs 2016-02-26 16:10:48 +00:00
asfernandes
703b59212f Typos. 2016-02-25 01:07:40 +00:00
alexpeshkoff
71b53845db Started work on new API docs 2016-02-24 15:32:57 +00:00
dimitr
6822ab9889 Updated the docs for RC2. 2016-02-06 07:37:58 +00:00
alexpeshkoff
c824acf008 Documented CORE-5100 2016-02-03 14:15:41 +00:00
dimitr
593ae6d562 Updated the docs for RC2. 2016-01-25 07:17:20 +00:00
alexpeshkoff
2e7b9d255a Fixed CORE-5009: remove obsolete readme on user management 2015-11-11 15:16:38 +00:00
dimitr
76bf7ed8a3 Updated the docs. 2015-11-01 06:27:25 +00:00
dimitr
745a0a7018 Updated docs. 2015-10-19 14:15:52 +00:00
dimitr
f52b99c41f Some new docs. 2015-10-18 11:59:12 +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
dimitr
2c9705011d Updated docs. 2015-09-15 12:33:48 +00:00
asfernandes
64f82e1682 Improvement CORE-4923 - Add ability to track domains rename in DDL triggers. 2015-09-02 16:24:31 +00:00
asfernandes
abde3b2cad Misc. 2015-08-02 15:51:01 +00:00
alexpeshkoff
e0e98a0743 Fixed old text to make it match v.3 reality 2015-07-26 18:06:05 +00:00
robocop
cc33027282 Misc. 2015-07-01 01:10:38 +00:00
dimitr
31e27214ee Updated the docs for Beta 2. 2015-06-23 22:00:25 +00:00
dimitr
9fbe5b8b8e Updated the docs for Beta 2. 2015-06-23 18:38:00 +00:00
hvlad
2e78b5a7e0 Feature CORE-4707 : Implement ability to validate tables and indices online 2015-06-19 12:07:41 +00:00
dimitr
3e6525a47d Updated the docs for Beta 2. 2015-06-02 11:07:48 +00:00
asfernandes
ba03a8c71e 1) Improvement CORE-4791 - Make INSERTING/UPDATING/DELETING reserved words to fix ambiguity with boolean expresions.
2) Fixed CORE-4735 -  Expression 'where bool_field IS true | false' should also use index as 'where bool_field = true | false' (if such index exists).
2015-05-15 16:10:39 +00:00
asfernandes
4e509cbf1b Fixed CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM(). 2015-04-30 15:56:47 +00:00
asfernandes
2b5d5ed57c Correction - thanks to Simonov Denis. 2015-04-30 15:24:12 +00:00
asfernandes
dd2411e576 Fixed CORE-4755 - Parameterized exception: wrong output when number of arguments greater than 7. 2015-04-29 15:59:46 +00:00
asfernandes
119d1e16f4 Fixed (again) CORE-2932 - Wrong field position after ALTER POSITION. 2015-04-08 03:21:09 +00:00
asfernandes
2828aee4ab Fixed CORE-4733 - Command "Alter table <T> alter TYPE <C> <DOMAIN_WITH_NOT_NULL" does not verifies data in column <C> and makes incorrect assignments in <C> to ZERO / JULIAN_DATE / ASCII(0) for types INT, TIMESTAMP and VARCHAR. 2015-04-05 02:24:40 +00:00
asfernandes
3d3c1460d9 Misc. 2015-04-03 03:07:43 +00:00