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

52590 Commits

Author SHA1 Message Date
182c172f4d Minor enhancements in debug output for wire compress 2016-08-24 13:28:27 +03:00
Adriano dos Santos Fernandes
e5b1a902c7 Misc. 2016-08-23 22:23:33 -03:00
firebirds
2abf6778a4 increment build number 2016-08-24 00:02:19 +00:00
Dmitry Yemanov
7dcf5652cb Fixed yet another oversight of mine. 2016-08-23 19:20:46 +03:00
Adriano dos Santos Fernandes
f6457f1a47 Fixed BLR printer for ORDER BY ... NULLS FIRST/LAST. 2016-08-23 13:19:23 -03:00
Dmitry Yemanov
313d9917fd Merge pull request #45 from cincuranet/flush-spelling-fix
Correct 'flush' spelling.
2016-08-23 10:18:20 +03:00
Jiri {x2} Cincura
a264b4ece0 Correct 'flush' spelling. 2016-08-23 08:28:51 +02:00
firebirds
268516472c increment build number 2016-08-23 00:02:19 +00:00
Dmitry Yemanov
9d6d0913da Fix missing flags initialization I accidentally removed in my last commit. 2016-08-22 09:13:44 +03:00
firebirds
555c8172fd increment build number 2016-08-21 00:02:19 +00:00
Dmitry Yemanov
a8af3b37a3 Slightly simplify csb initialization and better control its lifetime. 2016-08-20 16:53:54 +03:00
firebirds
d0049010cc increment build number 2016-08-20 00:02:23 +00:00
523882b980 Fixed CORE-5335: Segfault in remote server 2016-08-19 14:53:18 +03:00
firebirds
d3a4000202 increment build number 2016-08-18 00:02:22 +00: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
hvlad
61a7560fe6 Reworked nbackup state lock handling to avoid performance penalty on every fetch 2016-08-17 16:44:33 +03:00
hvlad
63e2f4fc74 No need to release (and acquire again) cached lock if write lock is acquired repeatedly 2016-08-17 15:52:27 +03:00
hvlad
97aead186a Avoid hangup in SS when error happens at system attachment initialization time 2016-08-17 15:45:30 +03:00
6e8508730e Fixed doc - thanks to Helen 2016-08-17 13:13:38 +03:00
Dmitry Yemanov
df39a7a77b Merge pull request #44 from FbnDev/master
Backup.write_exceptions(): att_procedure_description -> att_exception…
2016-08-17 09:15:44 +03:00
FbnDev
b775def573 Backup.write_exceptions(): att_procedure_description -> att_exception_description 2016-08-17 11:11:29 +06:00
firebirds
d29f8674c4 increment build number 2016-08-17 00:02:20 +00:00
hvlad
20e03be59b Fixed bug CORE-5330 : Trace session leads FB 4.0 to hang 2016-08-16 22:33:17 +03:00
Adriano dos Santos Fernandes
ed5af4a677 Fix buffer overflow. 2016-08-16 13:35:06 -03:00
hvlad
02d9e447c5 Additional fix for CORE-5329. Once more thanks to Dmitry 2016-08-16 17:16:35 +03:00
firebirds
3706e86e9f increment build number 2016-08-15 00:02:20 +00:00
hvlad
3ba0eb1caa Fixed bug CORE-5329 : Database gets partially corrupted in the "no-reserve" mode
Thanks to Dmitry
2016-08-14 21:15:07 +03:00
firebirds
742113aeac increment build number 2016-08-13 00:02:21 +00:00
a4afbe2022 Fixed open() files for very old kernels - thanks to Dmitry Sibiryakov 2016-08-12 12:32:33 +03:00
firebirds
f45d346c9d increment build number 2016-08-12 00:02:20 +00:00
hvlad
de2c7a4ca3 Fixed bug CORE-5327 : internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2307) 2016-08-11 20:42:56 +03:00
firebirds
f8c4c3862d increment build number 2016-08-11 00:02:19 +00:00
e7d88a1dbc Implemented CORE-5266: Allow statement 'create OR ALTER user sysdba password ...' to initialize empty securityN.fdb 2016-08-10 16:57:28 +03:00
hvlad
90b35adb7c Attempt to make self-referencing foreign keys with ON UPDATE CASCADE work correctly.
It also fixes a bug CORE-5305 : CASCADE UPDATE fails for self-referencing FK
2016-08-10 13:58:21 +03:00
firebirds
7cfe3ebbae increment build number 2016-08-09 00:02:20 +00:00
ilya071294
7bcd016672 Fixed deletion of existing backup file when backup is unsuccessful (#43) 2016-08-08 16:24:07 +03:00
firebirds
18cac4c12a increment build number 2016-08-08 00:02:20 +00:00
Adriano dos Santos Fernandes
54795bddd4 Misc. 2016-08-07 17:59:48 -03:00
firebirds
f80b660730 increment build number 2016-08-06 00:02:19 +00:00
70912f2d1f Postfix for CORE-5269, fixed SS case, thanks to Pavel 2016-08-05 14:01:20 +03:00
firebirds
781a41d2e0 increment build number 2016-08-04 00:02:19 +00:00
8bc941c12f Postfix for CORE-5269 2016-08-03 18:32:15 +03:00
9d8b20a77e Fixed CORE-5269: FBTRACEMGR should understand "role <name>" command switch (needed to explicitly connect with role with "TRACE_ANY_ATTACHMENT" privilege) 2016-08-03 16:35:38 +03:00
firebirds
6e3f94488f increment build number 2016-08-01 00:02:19 +00: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
fc3cd8f4be Misc. 2016-07-31 12:16:04 -03:00
firebirds
a1b244d043 increment build number 2016-07-29 00:02:20 +00:00
ec29de38ca Fixed CORE-5270: FBSVCMGR does not produce error while attempting to shutdown a database without specified timeout (prp_force_shutdown N) 2016-07-28 18:54:47 +03:00
bbe640a39c Better fix for CORE-5264 - thanks to Vlad 2016-07-28 18:16:09 +03:00
fa9f723cce Minor diagnostics cleanup 2016-07-28 15:19:39 +03:00