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

52505 Commits

Author SHA1 Message Date
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
Adriano dos Santos Fernandes
27ea6a5c8a Merge pull request #65 from mariuz/patch-3
Remove fb version info from build instructions.
2016-11-08 08:06:00 -02:00
Dmitry Yemanov
af37a963e9 Bugfix CORE-5382: Incorrect processing (truncation) of SQL statement with length 10MB+1. 2016-11-08 12:48:58 +03:00
Popa Marius Adrian
3d1c4e71ad remove fb version info from build instructions 2016-11-08 11:48:22 +02:00
Adriano dos Santos Fernandes
116e558ccf Merge pull request #64 from mariuz/patch-2
Small spell error: pannel -> panel.
2016-11-08 07:22:57 -02:00
Popa Marius Adrian
02ef763bcf small spell error pannel -> panel
small spell
2016-11-08 11:02:38 +02:00
firebirds
f33d38a002 increment build number 2016-11-07 00:02:25 +00:00
Popa Marius Adrian
8e02445260 Fix android include paths related to c++11 (#62)
* Fix android include paths for c++11

* Fixed android arm 32 build
2016-11-06 11:36:02 +03:00
firebirds
d8c886c180 increment build number 2016-11-05 00:02:22 +00:00
Adriano dos Santos Fernandes
d41c488aca Added a note to DATEADD. 2016-11-04 12:23:13 -02:00
firebirds
0311f22e6c increment build number 2016-11-04 00:02:21 +00:00
Adriano dos Santos Fernandes
e4aed163ac Fixed CORE-5390 - ISQL crashes corrupting memory when statement length is greater than 10 MB. 2016-11-03 13:36:54 -02:00
firebirds
40155876f7 increment build number 2016-10-29 00:02:20 +00:00
Adriano dos Santos Fernandes
1f74d2c0b0 Fixed CORE-5383 - Dependencies in package not recognised. 2016-10-28 15:17:39 -02:00
de12105ad6 Fixed Android build 2016-10-28 18:07:27 +03:00
Popa Marius Adrian
3cad8abff3 update CMake , pcmet was removed (#61)
Update CMakeLists.txt  , pcmet was removed

Thanks to Treeve Jelbert https://sourceforge.net/p/firebird/mailman/message/35450186/
2016-10-28 17:59:18 +03:00
Popa Marius Adrian
a7eb6ef195 Create android x86/arm64/x86_64 scripts and ports (master pull request) (#60)
* add android.arm64 cross file

* add android arm64 makefile

* Deprecated in android-2x

* Add Android x86_64 cross and makefile

* Add Android x86 32bit makefile and cross

* Add CXXFLAGS -std=c++11 to android builds also
2016-10-28 14:39:13 +03:00
firebirds
8d79da9da0 increment build number 2016-10-28 00:02:19 +00:00
hvlad
25177b545e Fixed bug CORE-5257 : Enable nested keys in plugin configuration 2016-10-27 18:53:53 +03:00
661e18209b Fixed CORE-5384: Plugin manager fails to provide appropriate config information when name of configuration file is set in plugins.conf 2016-10-27 17:48:23 +03:00
firebirds
4831d4f957 increment build number 2016-10-27 00:02:23 +00:00
Adriano dos Santos Fernandes
6b18b2e6d4 Correction - thanks to Alex. 2016-10-26 16:30:52 -02:00
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