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

52528 Commits

Author SHA1 Message Date
Dmitry Yemanov
34c2b613b8 Update the docs. 2016-12-29 18:16:17 +03:00
firebirds
15b17efeaa increment build number 2016-12-29 00:02:24 +00:00
Adriano dos Santos Fernandes
f51791b181 Correction. 2016-12-28 12:59:56 -02:00
Adriano dos Santos Fernandes
127dddfe74 Improvement CORE-5431 - Support for DROP IDENTITY clause. 2016-12-28 12:57:47 -02:00
9fd55f7660 Fixed CORE-5425: Server hangs under load test 2016-12-28 11:14:31 +03:00
firebirds
4c5e36f3d7 increment build number 2016-12-28 00:02:23 +00:00
Adriano dos Santos Fernandes
278c993915 Improvement CORE-5430 - Support for INCREMENT option in identity columns. 2016-12-27 14:57:46 -02:00
94bdb099b5 This should fix bug reported by Gabor: ./install.sh: 1570: [: /opt/firebird: unexpected operator 2016-12-27 16:27:35 +03:00
firebirds
239bda87aa increment build number 2016-12-26 00:02:27 +00:00
f88ddeda49 Fixed CORE-5428: Rare segfault when preparing request working with a table with triggers 2016-12-25 18:07:57 +03:00
cb3a1518f5 Warning 2016-12-25 17:23:03 +03:00
firebirds
e814cf69cb increment build number 2016-12-23 00:02:25 +00:00
Adriano dos Santos Fernandes
ddfdcc25e9 Fixed CORE-5427 - Error on field concatenation of System tables. 2016-12-22 12:23:54 -02:00
firebirds
6089425ee4 increment build number 2016-12-21 00:02:25 +00:00
Adriano dos Santos Fernandes
5f6d20c3fb Rework in the fix for CORE-5408 to fix CORE-5423.
CORE-5408 - Result of boolean expression can not be concatenated with string literal
CORE-5423 - Regression: "Invalid usage of boolean expression" when use "BETWEEN" and "IS" operators
2016-12-20 14:25:23 -02:00
firebirds
ff0ddf3a11 increment build number 2016-12-16 00:02:24 +00:00
Roman Simakov
c3fe90cd8e Adjusted tokens array to be consistent to non_reserved_word of grammar (#71)
* Adjusted tokens array to be consistent to non_reserved_word of grammar

* Duplicated WEEK removed from non_reserved_word. tokens array adjusted according to this.

* Make WEEK non reserved
2016-12-15 10:13:43 +03:00
firebirds
d301c85659 increment build number 2016-12-15 00:02:29 +00:00
Dmitry Yemanov
59a9129232 Temporarily disable the broken code path. 2016-12-14 19:30:25 +03:00
firebirds
01c11aebf6 increment build number 2016-12-14 00:02:23 +00:00
Adriano dos Santos Fernandes
64fa7dce85 Fixed CORE-5408 - Result of boolean expression can not be concatenated with string literal. 2016-12-13 13:11:06 -02:00
firebirds
3dd3764f13 increment build number 2016-12-12 00:02:24 +00:00
Adriano dos Santos Fernandes
5fb4a9c6f3 Misc. 2016-12-11 20:53:27 -02:00
hvlad
0c520b8ea6 Fixed bug CORE-5417 : Engine could hang up if auto-sweep is starting while database is shutting down 2016-12-11 22:33:03 +02:00
firebirds
9b814610cb increment build number 2016-12-06 00:02:24 +00:00
Dmitry Yemanov
fedcbbb534 Attempt to fix CORE-5392: BUCHECK 179(decompression overran buffer) or unexpected lock conflict may happen during record version backout. 2016-12-05 14:50:21 +03:00
firebirds
5cd2083aed increment build number 2016-12-03 00:02:24 +00:00
Dmitry Yemanov
90b4de2b25 I see no sense in making RDBhimBHprefixed functions/variables non-reserved. RDB$ is well-known system prefix, people should not use it for user objects. 2016-12-02 10:24:18 +03:00
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
firebirds
246f8a817d increment build number 2016-12-02 00:02:25 +00:00
Adriano dos Santos Fernandes
d7e131b5b7 Fixed CORE-5410 - Dependencies are not stored when using some type of contructions in subroutines. 2016-12-01 12:58:19 -02:00
firebirds
c020815299 increment build number 2016-11-25 00:02:18 +00:00
Dmitry Yemanov
989a6b90af Misc improvement as suggested by Adriano. 2016-11-24 19:22:27 +03:00
firebirds
04c9fbed66 increment build number 2016-11-23 00:02:22 +00:00
Dmitry Yemanov
66c9416162 Revert back old change that's not actual anymore but causing undesired side-effects in CS under concurrent load. 2016-11-22 13:22:10 +02:00
hvlad
dac882c97e Introduced small per-relation cache of physical numbers of data pages.
It allows to reduce number of pointer page fetches and improves performance.
2016-11-22 13:21:51 +02:00
Adriano dos Santos Fernandes
2388af42f6 Misc. 2016-11-21 22:19:49 -02:00
Adriano dos Santos Fernandes
0cf8d887a1 Fixed CORE-5404 - Inconsistent column/line references when PSQL definitions return errors. 2016-11-21 22:16:04 -02:00
firebirds
18dabe3001 increment build number 2016-11-22 00:02:26 +00:00
383c511cfc Postfix for CORE-5204 2016-11-21 18:23:18 +03:00
firebirds
9d03c83c82 increment build number 2016-11-18 00:02:26 +00:00
hvlad
c72cb574d4 Fixed bug CORE-5350 : Assert in CachedMasterInterface::set 2016-11-17 13:17:20 +02:00
firebirds
c7cefb9dd9 increment build number 2016-11-15 00:02:22 +00:00
Roman Simakov
01f36be94d Fixed a possibility to duplicate SQL SECURITY option for GTT 2016-11-14 17:07:09 +03:00
firebirds
58bb87e94b increment build number 2016-11-14 00:02:27 +00:00
Adriano dos Santos Fernandes
1e592de776 Misc. 2016-11-13 09:55:21 -02:00
firebirds
54cebb88bd increment build number 2016-11-11 00:02:23 +00:00
Dmitry Yemanov
05c3ccc6cf Attempt to fix CORE-5393: Bad optimization of some operations with views containing subqueries. 2016-11-10 09:23:40 +03:00
firebirds
ad5368a73c increment build number 2016-11-09 00:02:23 +00:00
Popa Marius Adrian
4651ef1ca4 clean libtommath *.d dependencies files created by gcc compiler (#66) 2016-11-08 20:59:31 +03:00