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

49379 Commits

Author SHA1 Message Date
hvlad
0b5815507c Implement wait with timeout for page buffer's latches.
Note, engine passes timeout as negative seconds, while sync objects works with positive milliseconds.
2013-06-16 21:41:35 +00:00
hvlad
030dcd999d A cleanup and a few improvements :
- ability to wait with finite timeout
- separate counts of waiting readers and writers
- two interlocked operations are needed when lock granted to a waiting readers (despite of its amount)
2013-06-16 21:28:59 +00:00
hvlad
a50f749cd9 misc 2013-06-16 21:21:33 +00:00
dimitr
0c6bc6844a Protection against the not supported mode. I used a non-translatable error because it might be a temporary measure, time will show. 2013-06-15 14:12:25 +00:00
dimitr
9177ed0118 Fixed Windows build. 2013-06-15 06:08:46 +00:00
firebirds
e32b2c38f2 nightly update 2013-06-12 00:27:50 +00:00
asfernandes
e4bbefd170 Misc 2013-06-11 15:57:30 +00:00
alexpeshkoff
aac3efd076 More docs 2013-06-11 12:29:14 +00:00
firebirds
229baef123 nightly update 2013-06-10 00:31:05 +00:00
asfernandes
f8b57e7ee6 Correct UDR headers for when Firebird namespace is not 'used'. 2013-06-09 02:30:17 +00:00
asfernandes
e645285e80 Correction. 2013-06-09 02:07:07 +00:00
firebirds
21857f7e64 nightly update 2013-06-08 00:33:58 +00:00
alexpeshkoff
1ef34fdf39 Fixed CORE-3942: Restore from gbak backup using service doesn't report an error 2013-06-07 10:41:12 +00:00
firebirds
76dbc2ea73 nightly update 2013-06-07 00:32:27 +00:00
asfernandes
fc9b47b63d UDR C++ interface and examples improvements. 2013-06-06 16:05:02 +00:00
alexpeshkoff
f3dc865cbf Fixed one more incorrect GlobalPtr usage 2013-06-06 15:07:54 +00:00
alexpeshkoff
808271e1bf Do not use as GlobalPtr class with ctor which needs context pool (i.e. TLS object) 2013-06-06 12:29:04 +00:00
alexpeshkoff
5780811da4 Fix mac build 2013-06-06 07:32:32 +00:00
alexpeshkoff
dded09e713 Fix mac build 2013-06-05 12:56:33 +00:00
firebirds
4ded7ce5f0 nightly update 2013-06-04 00:27:08 +00:00
asfernandes
4caf8d0d5b RAII improvements and better usage of initializer in UDR examples. 2013-06-03 15:24:44 +00:00
alexpeshkoff
4f84469375 Fixed after renaming configure.in 2013-06-03 11:20:29 +00:00
alexpeshkoff
db53b6ea83 First draft interfaces readme 2013-06-03 08:47:04 +00:00
firebirds
b3ac95d777 nightly update 2013-05-31 00:42:23 +00:00
dimitr
f73ca8885d Fixed regression CORE-4108: Server crashes when executing sql query "delete from mytable order by id desc rows 2". 2013-05-30 08:20:53 +00:00
firebirds
c631bd5b97 nightly update 2013-05-28 00:40:24 +00:00
asfernandes
6aa9a5bf6c RAII usage in UdrCpp example. 2013-05-27 15:51:21 +00:00
asfernandes
abea0e695d Misc. 2013-05-27 01:50:57 +00:00
firebirds
350a491865 nightly update 2013-05-24 00:49:08 +00:00
asfernandes
cf42eaf4d5 Make the master interface available in UDR. 2013-05-23 15:53:06 +00:00
dimitr
e2d4568239 Fixed CORE-4102: Bad optimization of OR predicates applied to unions. 2013-05-23 08:27:15 +00:00
firebirds
1ffcc77cde nightly update 2013-05-23 00:28:51 +00:00
hvlad
52ca2d8725 Fixed bug CORE-4101 : firebird.log contains "I/O error during "write" operation" records but database works correctly 2013-05-22 16:11:50 +00:00
asfernandes
bdbd54b81e Improve external triggers messages to work by field name (instead of field order). 2013-05-22 15:44:05 +00:00
hvlad
2161546e64 Path by Alex: wire encryption for WNET 2013-05-22 12:18:32 +00:00
alexpeshkoff
a1335224f4 comment 2013-05-22 10:52:56 +00:00
alexpeshkoff
c3e6fe4632 Fixed some authentication errors 2013-05-22 07:31:34 +00:00
firebirds
cf9594ec32 nightly update 2013-05-22 00:26:08 +00:00
robocop
c0b8b68777 Misc. 2013-05-21 21:53:39 +00:00
robocop
0ad2e4b52b Misc. 2013-05-21 21:49:26 +00:00
robocop
3460f121f6 Misc. 2013-05-21 21:47:23 +00:00
robocop
99c21b988d Misc. 2013-05-21 21:46:28 +00:00
robocop
96875db92e Misc. 2013-05-21 21:43:39 +00:00
firebirds
d9544fc5b9 nightly update 2013-05-21 00:23:49 +00:00
robocop
028d45b220 Misc. 2013-05-20 03:27:56 +00:00
firebirds
5d96d3ac18 nightly update 2013-05-16 00:25:26 +00:00
asfernandes
d4a48a4164 Misc. 2013-05-15 15:39:40 +00:00
hvlad
3c7f8623fd Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it 2013-05-15 14:28:51 +00:00
asfernandes
71d29f5b3b Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements. 2013-05-14 15:44:01 +00:00
asfernandes
75e6bb9329 Added ALTER GENERATOR (as ALTER SEQUENCE) for consistency with the others SEQUENCE/GENERATOR commands. 2013-05-14 15:43:43 +00:00