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

39655 Commits

Author SHA1 Message Date
firebirds
7aef528e7f nightly update 2015-04-13 17:19:48 +00:00
dimitr
83df53f6ea Bumped the version number. 2015-04-13 12:54:41 +00:00
firebirds
ca26993479 nightly update 2015-03-31 00:21:15 +00:00
mapopa
f9ef89134a commit vs2013 patch from libreoffice http://cgit.freedesktop.org/libreoffice/core/plain/external/firebird/firebird-vs2013.patch.1 2015-03-30 13:23:47 +00:00
firebirds
e29549b9e7 nightly update 2015-03-26 00:20:21 +00:00
dimitr
b5914509f6 Avoid compiler warnings. 2015-03-25 10:31:13 +00:00
firebirds
e47ec77e48 nightly update 2015-03-25 00:19:57 +00:00
robocop
2a2f413e7d Misc. 2015-03-24 00:55:21 +00:00
firebirds
16c01a05c1 nightly update 2015-03-24 00:19:51 +00:00
robocop
a55b940583 Misc. 2015-03-23 05:36:11 +00:00
firebirds
6b1fc6fc1a nightly update 2015-03-23 00:20:24 +00:00
hvlad
8e58f69550 Feature CORE-4707 : Implement ability to validate tables and indices online 2015-03-22 22:06:33 +00:00
firebirds
fc4d8cff79 nightly update 2015-03-19 00:22:06 +00:00
hvlad
b0b9431f7d Fixed bug CORE-4713 : "BLOB not found" error at rollback after insert into table with expression index 2015-03-18 17:19:43 +00:00
firebirds
67b148ce0f nightly update 2015-03-18 00:20:33 +00:00
firebirds
7aa1126276 nightly update 2015-03-14 00:24:43 +00:00
robocop
f6b0fee24e Misc. 2015-03-13 03:03:08 +00:00
firebirds
272c90ab15 nightly update 2015-03-07 00:20:23 +00:00
dimitr
9a7c786b7f Minor adjustments to the join order selection. 2015-03-06 10:20:17 +00:00
firebirds
bc4a49375a nightly update 2015-03-05 00:40:35 +00:00
hvlad
2541b58098 Additional patch for CORE-4671 : Release internal temporary blobs early to free some memory\disk space
The patch dedicated to expression indices with blob-based expression (see CORE-952, for example):
a) fixed AV when such index is built
b) makes such index creation a bit faster and use less memory
2015-03-04 09:30:11 +00:00
firebirds
f29bc2b387 nightly update 2015-02-27 00:21:03 +00:00
hvlad
395e1aa927 Backport fix from fb3. It fixes bug CORE-4700 : Mistake in GDS_DROP_DATABASE? 2015-02-26 09:45:10 +00:00
firebirds
3f660ae996 nightly update 2015-02-25 00:23:43 +00:00
firebirds
f44f78347d nightly update 2015-02-21 00:20:58 +00:00
dimitr
90c04f7d59 1) Fixed CORE-4382: User savepoints are not released on commit.
2) Respect the "no-auto-undo" option when retaining a transaction context.
Thanks to Dimitry Sibiryakov.
2015-02-19 14:38:57 +00:00
firebirds
b594d84e14 nightly update 2015-02-19 00:23:11 +00:00
dimitr
b6f09ea998 Misc. 2015-02-18 12:53:30 +00:00
dimitr
3012eddaa4 Fixed DBKEY retrieval after implicit CHAR<->VARCHAR conversions. 2015-02-18 12:53:00 +00:00
firebirds
5ddde1e40b nightly update 2015-02-15 00:21:57 +00:00
dimitr
8dc2bca771 Forgotten change for CORE-4383. 2015-02-14 08:11:48 +00:00
dimitr
f1d60b9596 Fixed CORE-4383: Index and BLOBs garbage collection doesn't work for update_in_place(). 2015-02-14 07:34:58 +00:00
firebirds
01813f7c55 nightly update 2015-02-13 00:21:59 +00:00
dimitr
fbf184a403 Backported improved ANY/ALL handling from trunk. This should fix CORE-4690: DISTINCT vs non-DISTINCT affects the result of IN subquery. 2015-02-12 19:56:14 +00:00
firebirds
4d43b0d40e nightly update 2015-02-05 01:08:27 +00:00
smirnoffjr
d23cd23efe Backported from trunk: small fix for generic UNIX Mnt::get() implementation 2015-02-04 14:52:23 +00:00
firebirds
637290ad5a nightly update 2015-02-04 00:20:57 +00:00
alexpeshkoff
ef23fd4fcf Backported fix for CORE-4644: Get open database errors under heavy concurrent load 2015-02-03 11:58:03 +00:00
alexpeshkoff
5b567f2f70 Backported fix for CORE-4624: Firebird handles ':' characters in mount table entries invalid 2015-02-03 11:43:56 +00:00
firebirds
db0928b820 nightly update 2015-02-03 00:23:37 +00:00
dimitr
d772560b24 Additional fix for CORE-4673: Computed index based on a computed column stores NULL for all its keys. 2015-02-02 08:48:13 +00:00
firebirds
9575b2f29c nightly update 2015-01-31 00:22:53 +00:00
dimitr
0c6f0f922b Fixed CORE-4075: Server bugchecks or crashes on exception in calculated index. More advanced solution is considered for the trunk. 2015-01-29 19:17:57 +00:00
dimitr
7fe133aa95 This should fix CORE-4676: Crash on unexpected client disconnection with opened transaction. 2015-01-29 15:35:27 +00:00
dimitr
1cb23c7b92 Simplest possible fix for regression CORE-4673: Computed index based on a computed column stores NULL for all its keys. 2015-01-29 15:15:13 +00:00
dimitr
c449131460 This should fix the Windows build. 2015-01-26 14:54:14 +00:00
hvlad
d2899b8163 Improvement CORE-4671 : Release internal temporary blobs early to free some memory\disk space 2015-01-26 13:54:37 +00:00
dimitr
fbb4edcfd7 Fixed CORE-4670: Constraint violation error may be swallowed in some cases. 2015-01-26 10:42:35 +00:00
firebirds
09af5b862d nightly update 2015-01-19 00:22:41 +00:00
dimitr
fb50e99a5c Better diagnostics. 2015-01-18 09:01:10 +00:00