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

50418 Commits

Author SHA1 Message Date
dimitr
6199136792 Refactored database monitoring, made its handling attachment bound. This should make deadlocks impossible, as well as avoid blocking worker connections while the monitoring request is processed. 2014-07-31 08:56:53 +00:00
roman-simakov
b0a7e783fa DDL permission check for COMMENT ON 2014-07-31 08:29:57 +00:00
hvlad
d58252acec While i don't see how we can have positive scale, wrong code should be fixed anyway 2014-07-31 07:54:38 +00:00
firebirds
e1310e16ac nightly update 2014-07-31 00:33:23 +00:00
alexpeshkoff
5bb75f4fb1 Fixed parameters when using ITimer interface for SYSV-semaphores build 2014-07-30 13:14:31 +00:00
dimitr
f132ba713e Avoid metadata lookups while retrieving the plan (especially important in ASTs). 2014-07-30 09:54:45 +00:00
dimitr
7d802db4f5 Avoid metadata lookups while retrieving the plan (especially important in ASTs). 2014-07-30 09:50:33 +00:00
dimitr
54e545e545 Misc. 2014-07-30 09:29:44 +00:00
dimitr
07e6069b2a Misc. 2014-07-30 09:27:43 +00:00
firebirds
8fea1c3096 nightly update 2014-07-30 00:21:11 +00:00
hvlad
8741e3d68c Cleanup and optimize locking a bit (as suggested by Dmitry) 2014-07-29 08:15:29 +00:00
dimitr
b71d4417e7 Follow-up. 2014-07-29 05:51:56 +00:00
dimitr
cb90a3ac5e Trivial fix for CORE-4500: Firebird crashes after unsuccessful remapping of the lock table's shared memory. 2014-07-29 05:50:16 +00:00
firebirds
05b1dccb57 nightly update 2014-07-29 00:34:20 +00:00
asfernandes
e4421e1e38 Adjustments as Simonov Denis comments in fb-devel. 2014-07-28 14:50:14 +00:00
alexpeshkoff
532181a7f9 Renamed as suggested by Nickolay and Dmitry 2014-07-28 13:01:10 +00:00
alexpeshkoff
f8362952b6 Cleanup 2014-07-28 11:03:49 +00:00
firebirds
18b877f250 nightly update 2014-07-28 00:34:36 +00:00
asfernandes
5851f7e8d3 Warnings. 2014-07-27 23:33:50 +00:00
asfernandes
8bbd309e67 Improvement CORE-4484 - Description (COMMENT ON) for package procedures and functions, and its parameters. 2014-07-27 03:05:44 +00:00
firebirds
d285be3f96 nightly update 2014-07-25 00:27:38 +00:00
dimitr
7f90a395c4 Fixed CORE-4498: FB 3.0 crashes when getting an explained plan for a DBKEY based retrieval. 2014-07-24 19:37:58 +00:00
roman-simakov
b9dd689e57 Correction 2014-07-24 08:38:25 +00:00
alexpeshkoff
4bdc2a3e19 Replaced macro FB_ALIGN with function fbAlign, minor related cleanup 2014-07-24 06:41:38 +00:00
firebirds
083f7f477c nightly update 2014-07-23 00:28:27 +00:00
skidder
40e3b2b379 Revert my change, as Dmitry fixed the same error a before me 2014-07-22 18:44:22 +00:00
roman-simakov
0aa31b33b2 Removed SHADOW permissions since they handled by ALTER DATABASE permission
Added show of DDL permissions in isql
2014-07-22 08:31:45 +00:00
firebirds
d48d29ac61 nightly update 2014-07-22 00:31:22 +00:00
asfernandes
a73629afc8 Tweaks to CORE-4488. 2014-07-21 16:13:49 +00:00
alexpeshkoff
1057ad3a9a Fixed build on linux64 - it was really bad that behavior of macro FB_ALIGN depended upon alignment parameter type 2014-07-21 08:10:53 +00:00
asfernandes
0478d4fffa Fixed CORE-4488 - Wrong results of FOR SELECT <L> FROM <T> AS CURSOR <C> and table <T> is modified inside cursor's begin...end block. 2014-07-21 02:37:58 +00:00
firebirds
c3aff7941c nightly update 2014-07-21 00:32:30 +00:00
asfernandes
719b150da0 Misc. 2014-07-20 15:44:47 +00:00
asfernandes
933dd7daef Warnings. 2014-07-20 02:19:56 +00:00
asfernandes
86487fda92 Misc. 2014-07-20 02:19:06 +00:00
firebirds
e49347428f nightly update 2014-07-19 00:31:00 +00:00
hvlad
006e20c7b1 Correction 2014-07-18 14:34:47 +00:00
hvlad
1042e09739 Correction 2014-07-18 12:42:36 +00:00
hvlad
bfb1a6a329 Misc 2014-07-18 12:25:06 +00:00
hvlad
d14c19107d Avoid races (and AV as result) when two attachments starts to use temporary page space simultaneously. 2014-07-18 12:24:30 +00:00
asfernandes
6488dfed7f Misc. 2014-07-18 01:52:24 +00:00
firebirds
5d654929f6 nightly update 2014-07-18 00:33:51 +00:00
skidder
e2e901939c Fix GCC warnings 2014-07-17 21:17:15 +00:00
skidder
17b60455d5 Vanilla mkdir program does not recognize -p switch on Windows. It is the default, so remove it 2014-07-17 20:35:37 +00:00
skidder
ae02639968 Fix GCC build broken with last commit 2014-07-17 19:17:11 +00:00
skidder
7c743fc291 Fix build warnings 2014-07-17 18:48:46 +00:00
firebirds
f009d6b996 nightly update 2014-07-17 00:27:11 +00:00
dimitr
3bab84be69 More fixes for the explained plan output. 2014-07-16 12:51:22 +00:00
roman-simakov
06e61b329a Fixed crash due restore from backup after DDL permissions implementation and changed prefix of SC to general SQL$ to skip backuping such classes by standard way. 2014-07-16 10:09:02 +00:00
firebirds
1ecedbbdf9 nightly update 2014-07-16 00:26:28 +00:00