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

1949 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
fb40f1eb2e Fixed CORE-5341 - User collate doesn't work with blobs. 2016-09-08 14:11:56 -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
68bbdc1802 Correction. 2016-09-01 22:23:58 -03:00
hvlad
9b0a730c78 Make VC 2013 x64 generate the same code as VC 2010 x64 : "lock xadd" instead of "lock add".
There was hagnups in SS x64 during new nbackup locking testing without this patch.
Note, both 32-bit compilers generate "lock xadd" instructions.
2016-08-17 16:48:22 +03:00
a4afbe2022 Fixed open() files for very old kernels - thanks to Dmitry Sibiryakov 2016-08-12 12:32:33 +03:00
efcd63bbab cleanup 2016-07-21 20:41:16 +03:00
1ee0e9c571 Test repository access rights 2016-07-21 20:14:20 +04:00
Adriano dos Santos Fernandes
24df7c3d9c Remove hability to overflow declared character length in legacy multibyte charsets. 2016-07-16 15:46:54 -03:00
cccf76695c Style - thanks to Adriano 2016-07-11 12:18:48 +03:00
44e97a7a73 Fixed CORE-5284: Firebird fails to build with USE_VALGRIND 2016-07-11 12:09:57 +03:00
Adriano dos Santos Fernandes
8962c089bb Misc. 2016-07-10 22:51:02 -03:00
4d82f78976 Make it build again 2016-07-07 15:38:12 +03:00
hvlad
1276907d30 Follow Alex recent commit (updated internal memleaks search tool) - Windows part 2016-07-06 11:29:12 +03:00
ee105ddfe6 Fixed CORE-5294: Memory leak when use SHOW GRANTS on new empty database (3.0.1 & 4.0; SS & SC), also updated internal memleaks search tool 2016-07-05 15:04:27 +03:00
3faddd1a44 Fix hardware CRC calculation for data with length 4x+1 2016-06-30 20:37:30 +02:00
Dmitry Yemanov
9c28f6188a Bugfix for CORE-5154: Services API don't work with non-ascii database names (ported from aafemt/firebird). Also add some missing tags that might require transliteration. 2016-06-30 09:56:33 +03:00
1c920ac578 Fixed CORE-5278: A number of SPB parameters fail in FB 3 & 4 2016-06-15 19:16:29 +03:00
Adriano dos Santos Fernandes
91a2a3c78f Complements CORE-749 with configuration options. 2016-06-14 17:05:36 +00:00
8830bfb558 Postfix for #24 that fixes CORE-5271 2016-06-11 18:37:14 +02:00
fc1ebda20e Fix for CORE-5237 and excessive config cache invalidation (#24)
* Fix for CORE-5237 and excessive config cache invalidation

* Use named constants instead of magic numbers. Ignore backslash on POSIX.
2016-06-10 17:42:40 +03:00
78354c80f4 Committed patch from Damyan Ivanov - fixed spelling in messages 2016-06-09 18:13:03 +03:00
Adriano dos Santos Fernandes
c07101e929 Misc. 2016-06-08 21:50:01 -03:00
Dmitry Yemanov
54f89c276c Adjustments for engine13. MONITOR_FILE does not need to include the
engine number, it's a per-database mapping.
2016-06-06 11:07:53 +03:00
hvlad
11b0bf7db8 Improvement CORE-5257 : Enable nested keys in plugin configuration 2016-06-03 01:00:16 +03:00
7ad99b795e Added support for system privileges 2016-05-31 20:07:08 +03:00
hvlad
70e3848eeb Fix build error 2016-05-31 18:29:34 +03:00
Dmitry Starodubov
ef5fecf545 Fixed pointers style 2016-05-31 15:07:12 +03:00
Dmitry Yemanov
c35662af03 Merge pull request #31 from aafemt/CORE-5223
Postfix for CORE-5223: root is lost on POSIX
2016-05-31 10:25:58 +03:00
Dmitry Starodubov
6347882209 Simplified passing variables to sub-make. Move functions from "fb_io" namespace to "os_utils" (#30) 2016-05-30 17:50:02 +03:00
af81c6ba46 Postfix for CORE-5223: root is lost on POSIX 2016-05-30 16:10:21 +02:00
Adriano dos Santos Fernandes
235ed2d1e1 Misc. 2016-05-26 12:37:23 -03:00
Dmitry Starodubov
c3722be6de Added LSB compliance (#28) 2016-05-25 15:14:01 +03:00
58e8a3210f Fixed CORE-5249: Incorrect use of readlink() system call 2016-05-23 12:18:44 +03:00
6b4a5c9b15 Fixed CORE-5244: Wrong error message when trying to execute SELECT statement using isc_dsql_execute_immediate 2016-05-18 18:27:31 +03:00
dmitry-starodubov
d81d9a648e Fixed possible buffer overflow when reading /etc/mtab (#27) 2016-05-18 11:47:52 +03:00
Dmitry Yemanov
d68d4facc4 Merge pull request #19 from aafemt/CORE-5223
Fix CORE-5223
2016-05-15 22:39:17 +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
Adriano dos Santos Fernandes
c31769c46a Fixed problems reported by PVS-Studio - http://www.viva64.com/en/b/0396/ 2016-05-11 13:16:24 -03:00
Adriano dos Santos Fernandes
82b18b30f2 Misc. 2016-05-08 23:05:39 -03:00
8967b64c20 Use symbolic name for current dir 2016-05-06 12:15:15 +02:00
Dmitry Yemanov
a5fcb82173 Merge pull request #18 from mkubecek/mk/4.0/gcc6
mk/4.0/gcc6
2016-05-06 11:37:26 +03:00
Dmitry Yemanov
7e0c287412 Bugfix CORE-5224: Transaction id tags for services API do not support
new 48 bit transaction ids.
2016-05-02 09:28:25 +03:00
086c479a4c Fix CORE-5223 2016-04-30 18:03:00 +02:00
Michal Kubecek
038f9fbf55 Provide sized global delete operators when compiled in C++14 mode 2016-04-28 16:20:47 +02:00
1adadd969f Cleanup - use fb_utils::copy_terminate() where needed 2016-04-25 18:39:02 +03:00
2a1725ec6e Postfix for CORE-5189: use unsigned operation code in User interface 2016-04-10 21:06:02 +03:00
Adriano dos Santos Fernandes
899e92c20c Misc. 2016-04-10 00:08:35 -03:00
c8698ce81f Fixed CORE-5189: Codes of operation of user management plugin are missing in public API 2016-04-07 16:15:29 +03:00
Adriano dos Santos Fernandes
d7eb6fe4d0 Fixed CORE-5167 - Allow implicit conversion between boolean and string. 2016-04-04 14:49:44 -03:00
95f6cc6211 Fixed CORE-5184: Assertion in cloop dispatcher when trying to save exception information in status interface 2016-04-04 19:28:06 +03:00