firebirds
5308c3d5eb
nightly update
2015-12-07 00:09:51 +00:00
asfernandes
35dc963ebd
Misc.
2015-12-06 22:49:24 +00:00
firebirds
8163908a98
nightly update
2015-12-05 00:08:55 +00:00
firebirds
48a328d403
nightly update
2015-12-04 00:09:50 +00:00
firebirds
0ca1dd8b1a
nightly update
2015-12-02 00:12:35 +00:00
hvlad
6a41c96166
Fixed AV in CS introduced recently. Dmitry, please review.
2015-12-01 21:12:31 +00:00
dimitr
bf7951b259
Second round of my checkout/rescheduling changes.
2015-12-01 12:23:43 +00:00
firebirds
75b89cb090
nightly update
2015-11-30 00:11:54 +00:00
dimitr
dc7aad88ed
1) Slightly refactored recheduling and checkout logic.
...
2) Re-enabled checkouts in PIO routines, this resolves CORE-4179. Windows build may be broken, please validate.
3) Implemented faster reaction on asynchronous cancellation/shutdown requests.
4) Avoided locking dbb_sync in AST. This change also solves races during massive attachment shutdown.
2015-11-29 15:12:31 +00:00
firebirds
6f608d9ab8
nightly update
2015-11-28 00:09:51 +00:00
firebirds
bac40c7cdd
nightly update
2015-11-27 00:10:16 +00:00
roman-simakov
ce8d458e46
Fixed CORE-4978: Improved validation and fix of lost data pages. Thanks to Vlad for help.
2015-11-26 09:28:31 +00:00
firebirds
81a5ad0794
nightly update
2015-11-25 00:10:36 +00:00
hvlad
e74b4d384d
Fixed bug CORE-5034 : At least 5 seconds delay on disconnect could happen if disconnect happens close after Event Manager initialization
2015-11-24 23:33:13 +00:00
hvlad
7f470a4aea
Fixed bug CORE-5033 : File fb_user_mapping could be left in Firebird lock directory after correct shutdown of all Firebird worker processes
2015-11-24 23:17:26 +00:00
firebirds
a3763abd81
nightly update
2015-11-24 00:11:26 +00:00
firebirds
7edbefc1dd
nightly update
2015-11-21 00:10:33 +00:00
hvlad
a6d615c0cd
Fix one of the reason for AV in the engine (see CORE-4680, test by Pavel Zotov at 18 Nov 2015).
...
The race when gone attachment released database object while another attachment is initialized and uses same database object.
Could happens with shared cache (former SS) only.
2015-11-20 10:17:54 +00:00
dimitr
fb7f56077c
Misc.
2015-11-20 08:47:15 +00:00
firebirds
227214a4ee
nightly update
2015-11-20 00:10:22 +00:00
asfernandes
9f8062b7d1
Misc.
2015-11-19 01:12:04 +00:00
firebirds
5b680cc366
nightly update
2015-11-19 00:10:40 +00:00
asfernandes
85cae875bf
Misc.
2015-11-18 01:10:08 +00:00
firebirds
bd795e29e7
nightly update
2015-11-18 00:10:08 +00:00
dimitr
ff1222c994
Fixed CORE-5220: Regression: ORDER BY clause on compound index may disable usage of other indices.
2015-11-17 10:47:59 +00:00
firebirds
f148dbf724
nightly update
2015-11-17 00:09:54 +00:00
dimitr
e6e9e45b7e
Reverted back my change from Jan-2014. I cannot reproduce the original problem anymore. Also, this resolves regression CORE-5018: Non-indexed predicates may not be applied immediately after retrieval when tables are being joined.
2015-11-16 20:33:56 +00:00
dimitr
52bb948978
This should fix CORE-5016: Server crashes during GC when DELETE is executed after adding new referencing column.
2015-11-16 12:09:38 +00:00
alexpeshkoff
5e0ba8c4a2
Partially rolled back changes in my last commit in order to restore CS support
2015-11-16 10:25:16 +00:00
alexpeshkoff
051ed9dd90
Slightly optimize loading of disk crypt plugin, thanks to Dmitry Sibiryakov
2015-11-16 09:48:16 +00:00
firebirds
70244421cf
nightly update
2015-11-16 00:08:39 +00:00
firebirds
2063091aec
nightly update
2015-11-14 00:10:02 +00:00
firebirds
3e31e873f4
nightly update
2015-11-13 00:08:52 +00:00
firebirds
1058556c16
nightly update
2015-11-12 00:09:07 +00:00
aafemt
537209b64a
A little comment
2015-11-11 16:14:39 +00:00
alexpeshkoff
ea5a949d1a
Fixed CORE-4991: Key holder plugin is loaded on connect to database but not on create
2015-11-11 13:53:04 +00:00
firebirds
23bd54fb34
nightly update
2015-11-11 00:12:42 +00:00
alexpeshkoff
7ed55fbe8f
Fixed CORE-4990: Database is not decrypted completely
2015-11-10 15:54:02 +00:00
asfernandes
f7257bfa1a
Pass MessageMetadata with offsets to external routines make* methods.
2015-11-10 14:47:57 +00:00
firebirds
a755a4862f
nightly update
2015-11-10 00:09:21 +00:00
hvlad
64e8e94c24
Correct check for maximum index depth
2015-11-09 21:39:50 +00:00
alexpeshkoff
ee96e00cb5
Fixed CORE-4999: Deadlock when trying to access database with invalid crypt key
2015-11-09 15:10:44 +00:00
firebirds
226166bd38
nightly update
2015-11-09 00:09:53 +00:00
firebirds
1cffbd5f5a
nightly update
2015-11-07 00:10:03 +00:00
alexpeshkoff
3434d0aeee
Fixed CORE-4969: SEC$USERS table is unavailable in case of any error in any configured user manager plugin
2015-11-06 17:10:27 +00:00
firebirds
6e8d27479f
nightly update
2015-11-06 00:09:19 +00:00
firebirds
239dc5195c
nightly update
2015-11-05 00:09:18 +00:00
hvlad
58248822af
Removed unneeded assert, correct code a bit as Dmitry suggested
2015-11-04 07:23:58 +00:00
dimitr
647bad2d61
Fixed attachment lock usage. Minimized chances for races during database shutdown.
2015-11-04 06:06:26 +00:00
firebirds
ca02915999
nightly update
2015-11-04 00:10:22 +00:00