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

52457 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
475da71917 Added conflict number information from btyacc to the source tree to be noticed after parser changes. It exploded recently more or less unnoticed. 2016-10-26 14:31:37 -02:00
Roman Simakov
6bde5f9945 Adjust sql security doc 2016-10-26 10:31:39 +03:00
Roman Simakov
c95a287cc9 Added default sql security for database to make it possible to be more relevant to SQL Standard 2016-10-26 10:12:25 +03:00
firebirds
aa53e630d7 increment build number 2016-10-26 00:02:23 +00:00
Dmitry Yemanov
ff3e7cc9e3 Bugfix CORE-5381: Regression: could not execute query (select from view
with nested view).
2016-10-25 16:30:42 +03:00
firebirds
a3baf59a05 increment build number 2016-10-25 00:02:22 +00:00
Adriano dos Santos Fernandes
52ac800161 Merge pull request #57 from mariuz/patch-3
Delete memtest.cpp : testing deprecated functions
2016-10-24 11:55:56 -02:00
Adriano dos Santos Fernandes
6aba587f66 Merge pull request #56 from mariuz/patch-2
Remove disabled code - MOV_double_to_date2.
2016-10-24 11:54:55 -02:00
Adriano dos Santos Fernandes
fa7d4991c5 Merge pull request #55 from mariuz/patch-1
Delete Old Firebird 2.x Nickolay Samofatov's  todo
2016-10-24 11:53:57 -02:00
Popa Marius Adrian
c92c819cd1 Delete memtest.cpp : testing deprecated functions
MOVE_fast/MOVE_faster are already removed from tree

https://sourceforge.net/p/firebird/mailman/message/17309217/
2016-10-23 00:41:06 +03:00
Popa Marius Adrian
47f81d6711 remove MOV_double_to_date2
defined as NOT_USED_OR_REPLACED
// Strange, I don't see this function surfaced as public.
void MOV_double_to_date2
2016-10-22 15:02:55 +03:00
firebirds
5d3564f0cf increment build number 2016-10-22 00:02:21 +00:00
4c28eac6f5 Postfix #3 for CORE-5204 - fixed install on systemd-based linux 2016-10-22 00:01:26 +03:00
Popa Marius Adrian
e83bdaa088 Delete Old Firebird 2.x Nickolay Samofatov's todo 2016-10-21 18:06:50 +03:00
Roman Simakov
3ea59cff5e Move default GTT type setting to more correct place. 2016-10-21 15:01:42 +03:00
Roman Simakov
d23e553c1e Fixed default opt for GTT 2016-10-21 09:01:33 +03:00
firebirds
3f65d34a7f increment build number 2016-10-20 00:02:22 +00:00
Adriano dos Santos Fernandes
6a00b3aee6 Fixed CORE-1894 - Circular dependencies between computed fields crashs the engine. 2016-10-19 13:15:27 -02:00
firebirds
e51e743f6e increment build number 2016-10-19 00:02:22 +00:00
Roman Simakov
7dc6907a38 Restored especialization for BaseNullable clear 2016-10-18 17:02:35 +03:00
Roman Simakov
539f7093dd Simplified mutual options for GTT 2016-10-18 15:16:34 +03:00
1ba1af29f0 Hopefully better name in #ifdef 2016-10-18 10:55:21 +03:00
Dmitry Starodubov
70acd97746 Added check for access rights to BLOBs (#53)
This security fix helps to avoid a case when user guessing blob ID in one or other way gets access to the blob which should not be accessible for him.
2016-10-18 10:39:04 +03:00
firebirds
9e6acc09fa increment build number 2016-10-18 00:02:21 +00:00
01b521bd53 Fixed CORE-5379: Regression service API for isc_spb_sts_table 2016-10-17 19:16:29 +03:00
Adriano dos Santos Fernandes
6c2e26cbbd Fixed CORE-5314 - UDFs declared with large varchars take excessive time to execute. 2016-10-17 13:07:25 -02:00
firebirds
dc0f09ee08 increment build number 2016-10-15 00:02:24 +00:00
Roman Simakov
0037c98019 Fixed mistake of posting access items for the table itself 2016-10-14 19:04:47 +03:00
John Paul Adrian Glaubitz
7ba46163c7 Add platform support for Linux/m68k (#51)
* Add generic platform support for Linux/m68k

* Include sem_t when determining values for FB_ALIGNMENT and FB_DOUBLE_ALIGN

On m68k, 'long long' is 16-bit aligned while 'sem_t' is 32-bit aligned
and we must therefore include 'sem_t' when determining the values for
FB_ALIGNMENT and FB_DOUBLE_ALIGN. Otherwise, the futex system call
will fail on these systems.

* Don't try to include headers for __cpuid on non-x86 targets

* Make sure that the version scripts include _IO_stdin_used on Linux

The GNU C library supports two ABIs for libio, one is the pre-2.1
ABI and the other is the current one. In order to determine which
ABI is to be used, the C library checks whether the _IO_stdin_used
symbol is exported by the executable. In case the symbol is present,
the new ABI is assumed, if the symbol is missing, the old ABI is
assumed. Thus, if an application is linked against a modern version
of glibc, it must export the _IO_stdin_used symbol as otherwise the
executable can crash or provoke other unexpected behavior on some
architectures like PowerPC or MIPS because the C library is using
the old ABI in this case.
2016-10-14 13:12:09 +03:00
83899abaac Better style 2016-10-14 12:02:15 +03:00
firebirds
c2f40c083d increment build number 2016-10-14 00:02:20 +00: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
Adriano dos Santos Fernandes
5f9e24d51c Merge pull request #50 from mariuz/patch-2
Delete cleaning-todo.txt
2016-10-13 11:55:33 -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
firebirds
21eae15273 increment build number 2016-10-13 00:02:23 +00:00
7a4296561c Fixed CORE-5359: MessageMetadata's getScale returns int and MetadataBuilder's setScale want unsigned 2016-10-12 17:46:11 +03:00
Roman Simakov
a0a2495b40 Several fixes regarding Adriano notes.
Now exptracting metadata of GTT with options is more correct and mutually exclusive options of GTT are prohibited.
2016-10-12 17:10:59 +03:00
b76648f1f6 Implemented CORE-5374: Make database name available to crypt plugin 2016-10-12 15:22:15 +03:00
firebirds
d079557458 increment build number 2016-10-11 00:02:22 +00:00
b5c665e618 Missing break - thanks to Adriano 2016-10-10 17:04:07 +03:00
firebirds
9c7fb88429 increment build number 2016-10-08 00:02:22 +00:00
Adriano dos Santos Fernandes
937cb8dafd Misc. 2016-10-07 11:09:43 -03:00
Adriano dos Santos Fernandes
3dcb2c091c Fixed CORE-5366 - Regression: could not use CASE expression with more than 255 conditions. 2016-10-07 09:37:29 -03:00
Adriano dos Santos Fernandes
c1a818b0b9 Misc. 2016-10-06 22:53:17 -03:00
firebirds
4a96c09240 increment build number 2016-10-05 00:02:23 +00:00
Adriano dos Santos Fernandes
8a4b7e3b79 Fixed CORE-5367 - Regression: (boolean) parameters as search condition no longer allowed. 2016-10-04 11:50:43 -03:00
Adriano dos Santos Fernandes
19788ff96d Misc. 2016-10-03 22:33:31 -03:00
firebirds
8dfe0836bc increment build number 2016-10-04 00:02:21 +00:00
Roman Simakov
052c97b662 Fixes for DB level triggers 2016-10-03 17:55:40 +03:00