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

49055 Commits

Author SHA1 Message Date
firebirds
2dfbdef005 nightly update 2012-09-17 03:37:41 +00:00
asfernandes
0769a10d48 Misc. 2012-09-16 16:09:24 +00:00
firebirds
60595d9e39 nightly update 2012-09-14 03:38:21 +00:00
asfernandes
1e918da7b6 Fixed database default charset being ignored. 2012-09-13 15:55:12 +00:00
dimitr
898ce1ea4a Fixed the data type mistake. 2012-09-13 03:49:08 +00:00
firebirds
7f41f693c0 nightly update 2012-09-13 03:41:28 +00:00
dimitr
9f2a992078 Implemented:
CORE-2780: Include client library version and protocol version in mon$attachments
CORE-2187: Return the Hostname in mon$attachments
CORE-3779: Report OS user name in MON$ATTACHMENTS
+ some cleanup.
2012-09-12 07:45:51 +00:00
dimitr
594bae44d2 Fixed CORE-3924: Bugcheck 291 (cannot find record back version) if GTT is modified concurrently using at least one read-committed read-only transaction. 2012-09-12 05:26:38 +00:00
firebirds
3f8f8f4d7c nightly update 2012-09-12 03:30:50 +00:00
dimitr
1cf6466280 Implemented CORE-675: Add missing entries to RDB$TYPES. 2012-09-11 15:17:04 +00:00
firebirds
536b307136 nightly update 2012-09-09 03:26:45 +00:00
asfernandes
6820b50572 Fixed CORE-3754 - SIMILAR TO works wrongly.
Improvement CORE-3919 - Improve SIMILAR TO performance.
2012-09-09 01:47:17 +00:00
firebirds
dffb12debf nightly update 2012-09-06 03:27:40 +00:00
hvlad
ca6f6e7324 Fixed bug CORE-3916 : gfix & "Index x is corrupt (missing entries) in table ..." all indexes on large tables 2012-09-05 19:32:34 +00:00
firebirds
2971dd2553 nightly update 2012-09-05 03:27:17 +00:00
hvlad
b636315561 Improvement CORE-3656 : Support for sweep information in Trace API.
Fixed case when sweep cleaned up relation with all records deleted but corresponding event was missed in trace log.
2012-09-04 11:35:16 +00:00
alexpeshkoff
ed5815cf35 Complete fix to make trace list service work correctly 2012-09-04 08:21:37 +00:00
alexpeshkoff
8326359184 We have one more service w/o parameters 2012-09-04 07:10:35 +00:00
firebirds
d0d5961812 nightly update 2012-09-01 03:26:11 +00:00
alexpeshkoff
8e147a5bf6 Fixed CORE-3912: segfault in superclassic 2012-08-31 10:26:37 +00:00
firebirds
61bbb5f65a nightly update 2012-08-30 03:31:58 +00:00
asfernandes
e44d7fd688 Fixed CORE-3638 - Introduce FR_CA_CI_AI collation and change FR_FR and FR_FR_CI_AI to be identical to FR_CA and FR_CA_CI_AI respectively. 2012-08-29 15:43:57 +00:00
alexpeshkoff
51014eba78 Front-ported fix for CORE-3740: SELECT using IN list with >413 elements causes crash 2012-08-29 13:20:24 +00:00
firebirds
d90999eed9 nightly update 2012-08-29 03:29:29 +00:00
dimitr
5f917a04ce Minor cleanup and simplification. 2012-08-28 18:19:09 +00:00
asfernandes
57ddc9e81e Fixed three related bugs:
CORE-1188 - Select Starting with :Param (Empty string) doesn't work if using index with many fields
CORE-3052 - Wrong resultset
CORE-3239 - UTF8 UNICODE_CI collate can not be used in compound index
2012-08-28 15:40:18 +00:00
firebirds
9c33151de6 nightly update 2012-08-28 03:35:26 +00:00
asfernandes
22fef2016a Feature CORE-3291 - New pseudocolumn to get number of transaction that created this record version. 2012-08-28 01:02:56 +00:00
firebirds
a9e1c24c79 nightly update 2012-08-22 03:32:38 +00:00
asfernandes
a059a4cd6f Improvement CORE-3546 - Aliases for the RETURNING clause. 2012-08-21 15:38:15 +00:00
firebirds
1f85fbe816 nightly update 2012-08-21 03:36:19 +00:00
asfernandes
50253e0b26 Fixed CORE-3902 - Derived fields may not be optimized via an index. 2012-08-21 00:45:39 +00:00
firebirds
b497df38b4 nightly update 2012-08-19 03:30:20 +00:00
robocop
b235c00282 Misc. 2012-08-18 08:52:03 +00:00
firebirds
2a9259e319 nightly update 2012-08-17 04:31:48 +00:00
dimitr
7e3c4075bc Corrected the arguments. Luckily, their binary values are the same. 2012-08-15 15:24:49 +00:00
asfernandes
4d0506057c Fixed CORE-3596 - Client library cannot connect to the non-ASCII host name. 2012-08-14 15:49:20 +00:00
dimitr
7869eb9bbd Fixed the server crash in Stack::assign(). 2012-08-13 16:50:57 +00:00
asfernandes
ba9f68d5d0 Misc. 2012-08-13 01:20:32 +00:00
hvlad
710205b599 Make consistent usage of CRT routines in windows builds (perror() not aware of Win32 errors).
Unify file IO API usage across POSIX\WIN32 platforms (use common read()\write() routines).
Avoid usage of (questionable) gbak code in other utility.
2012-08-12 21:10:01 +00:00
firebirds
ea37034f58 nightly update 2012-08-11 04:22:11 +00:00
asfernandes
62f81ca4bc Fix segfault while checking for trace of failed statement compilation. (happens with CORE-3794 testcase) 2012-08-10 15:40:27 +00:00
firebirds
c2dcf03977 nightly update 2012-08-09 04:26:23 +00:00
paulbeach
19730bf27b Fix CORE-3740 - optimisation bug in GCC 2012-08-08 14:41:07 +00:00
firebirds
daf0059a85 nightly update 2012-08-08 04:27:19 +00:00
dimitr
61baa568c2 Fixed the refactoring error spotted by Claudio. 2012-08-08 03:31:59 +00:00
robocop
f601bbdb8b Misc. 2012-08-08 02:20:30 +00:00
firebirds
7ce7542fec nightly update 2012-08-03 04:22:19 +00:00
hvlad
9124f5e188 Front ported improvements
CORE-3656 : Support for sweep information in Trace API, and
CORE-2668 : Write note into log when automatic sweep is started
Also per-table stats is enabled at transaction level (see thread_db::bumpRelStats)
2012-08-02 08:55:21 +00:00
firebirds
4437c319af nightly update 2012-08-01 04:29:49 +00:00