Dmitry Yemanov
|
cd8b6e0a41
|
Reworked syntax for new error context vars, based on feedback from the other devs.
|
2016-12-02 10:18:47 +03:00 |
|
Popa Marius Adrian
|
3d1c4e71ad
|
remove fb version info from build instructions
|
2016-11-08 11:48:22 +02:00 |
|
Popa Marius Adrian
|
02ef763bcf
|
small spell error pannel -> panel
small spell
|
2016-11-08 11:02:38 +02:00 |
|
Adriano dos Santos Fernandes
|
d41c488aca
|
Added a note to DATEADD.
|
2016-11-04 12:23:13 -02:00 |
|
Roman Simakov
|
6bde5f9945
|
Adjust sql security doc
|
2016-10-26 10:31:39 +03:00 |
|
Popa Marius Adrian
|
e83bdaa088
|
Delete Old Firebird 2.x Nickolay Samofatov's todo
|
2016-10-21 18:06:50 +03:00 |
|
Adriano dos Santos Fernandes
|
47d740fb97
|
Merge pull request #49 from mariuz/patch-1
Remove emacros-cross_ref outdated documentation
|
2016-10-13 11:56:22 -03:00 |
|
Popa Marius Adrian
|
a4ac3e197f
|
Delete cleaning-todo.txt
Remove cleaning-todo.txt (old file for v1 and v2 versions)
|
2016-10-13 12:03:39 +03:00 |
|
Popa Marius Adrian
|
4913231c58
|
Remove emacros-cross_ref outdated documentation
|
2016-10-13 12:01:05 +03:00 |
|
Adriano dos Santos Fernandes
|
19788ff96d
|
Misc.
|
2016-10-03 22:33:31 -03:00 |
|
Roman Simakov
|
052c97b662
|
Fixes for DB level triggers
|
2016-10-03 17:55:40 +03:00 |
|
Roman Simakov
|
8423748c2b
|
Correct description
|
2016-09-28 18:06:17 +03:00 |
|
Roman Simakov
|
9aab6ed8cc
|
SQL SECURITY Feature (#42)
* Added SQL SECURITY clause to various DDL statements
|
2016-09-28 17:24:04 +03:00 |
|
Adriano dos Santos Fernandes
|
09c2dc164b
|
Usage of C++11 strongly typed enum.
|
2016-09-23 15:28:03 -03:00 |
|
Adriano dos Santos Fernandes
|
a9378178fd
|
Feature CORE-5346 - Window Function: named window.
|
2016-09-23 13:43:10 -03:00 |
|
Adriano dos Santos Fernandes
|
62d2a001f8
|
Merge remote-tracking branch 'origin/master' into work/c++11
|
2016-09-10 14:18:27 -03:00 |
|
Adriano dos Santos Fernandes
|
112efb5a29
|
Misc.
|
2016-09-06 15:17:52 -03:00 |
|
Dmitry Yemanov
|
ebd0d3c813
|
More context variables for error handlers, see CORE-1132 and CORE-2040. (#46)
* Implement some parts of CORE-1132 and CORE-2040.
* Change per Adriano's suggestion.
|
2016-09-06 21:12:03 +03:00 |
|
Adriano dos Santos Fernandes
|
f80d135842
|
Documentation for CORE-3647 - Window Function: frame (rows / range) clause.
|
2016-09-06 13:07:19 -03:00 |
|
Adriano dos Santos Fernandes
|
bf3a840898
|
Added "rvalue references" to list of allowed features.
|
2016-09-05 08:00:35 -03:00 |
|
|
3c4062c092
|
Fixed docs - thanks to Martin
|
2016-09-05 13:23:30 +03:00 |
|
Adriano dos Santos Fernandes
|
41d24deb26
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
Also updated README.keywords of others features.
|
2016-09-02 15:20:01 -03:00 |
|
Adriano dos Santos Fernandes
|
a23cfb090d
|
Document describing allowed features.
|
2016-09-02 10:10:35 -03:00 |
|
Adriano dos Santos Fernandes
|
935eb9aae3
|
Convert Window Functions README to markdown.
|
2016-09-01 13:28:01 -03:00 |
|
|
6e8508730e
|
Fixed doc - thanks to Helen
|
2016-08-17 13:13:38 +03:00 |
|
Adriano dos Santos Fernandes
|
01c131b6f7
|
Improvements to NTILE after Pavel Zotov comments in CORE-3618.
|
2016-07-31 13:41:40 -03:00 |
|
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 |
|