alexpeshkoff
553860f97a
Avoid loading <string> by ICU
2014-06-06 10:29:23 +00:00
firebirds
6a924df3f2
nightly update
2014-06-05 00:40:23 +00:00
dimitr
ec07db9882
Fixed CORE-4447: Positioned UPDATE statement prohibits index usage for the subsequent cursor field references.
2014-06-04 09:51:26 +00:00
firebirds
5f0a562f46
nightly update
2014-05-30 00:33:54 +00:00
dimitr
96c17523f3
Totally misc.
2014-05-29 07:19:29 +00:00
firebirds
e34a9b061c
nightly update
2014-05-29 00:58:23 +00:00
asfernandes
7d720d16c4
Apply patch "Removed white space before bracket" by Jiri Cincura.
2014-05-28 14:59:38 +00:00
firebirds
6360337fab
nightly update
2014-05-27 00:45:20 +00:00
asfernandes
db035386c4
Fixed the problem reported in CORE-4403 comment.
2014-05-26 23:10:10 +00:00
firebirds
aae182c391
nightly update
2014-05-25 00:32:41 +00:00
robocop
6728c37dbf
Misc.
2014-05-24 08:12:34 +00:00
robocop
ccbd233b62
Misc.
2014-05-24 06:12:52 +00:00
firebirds
0c5944087c
nightly update
2014-05-24 00:55:25 +00:00
asfernandes
bb735cb5a2
Misc.
2014-05-23 02:12:56 +00:00
firebirds
45e46da20d
nightly update
2014-05-23 00:28:39 +00:00
alexpeshkoff
7108452144
Fixed CORE-4430: Properties of user created in Legacy_UserManager padded with space up to 10 character
2014-05-22 13:18:48 +00:00
alexpeshkoff
dd549a0a4d
Arm64 port
2014-05-22 10:47:03 +00:00
firebirds
74d14de7e1
nightly update
2014-05-22 00:27:55 +00:00
asfernandes
8cdb9c3f1d
Fixed DOC-92 - Values for rdb$identity_type not correct in release notes.
2014-05-21 17:11:27 +00:00
alexpeshkoff
befcba7105
Fixed issues related to encoding of switch value in gbak/nbackup - thanks to Adriano. Added support for -SKIP_DATA to services.
2014-05-21 13:11:43 +00:00
firebirds
26853e6ac6
nightly update
2014-05-21 00:55:12 +00:00
alexpeshkoff
be0f72fa6e
Fixed assertion reported by Pavel Zotov privately, took typical measures to avoid such behavior in the future
2014-05-20 08:05:16 +00:00
firebirds
be44482ff1
nightly update
2014-05-20 00:39:00 +00:00
asfernandes
3f8de25fcc
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
...
Improvement CORE-4434 - Extend the use of colon prefix for read/assignment OLD/NEW fields and assignment to variables.
2014-05-19 19:06:47 +00:00
dimitr
3e4ce0c041
This should fix the restore issue with PSQL functions.
2014-05-19 14:54:20 +00:00
firebirds
dd86265553
nightly update
2014-05-17 00:31:50 +00:00
mapopa
c481e73765
Cleanup convert function NOT_USED_OR_REPLACED
2014-05-16 13:21:16 +00:00
mapopa
1fd0a9202d
Cleanup
2014-05-16 13:06:13 +00:00
hvlad
2167ea13e9
Correct format specifiers
2014-05-16 12:59:48 +00:00
hvlad
d8cefdea39
Front ported fix for bug CORE-4433 : GlobalRWLock could not downgrade EX lock to SH if readers is present
2014-05-16 12:10:00 +00:00
hvlad
6a806677fd
Front ported:
...
1. Improvement CORE-4431 : Reduce contention for allocation table lock while database is in stalled physical backup state
2. Improvement CORE-4432 : Let attachments to not block others when allocation table is read first time
3. On Windows, file can not be deleted while system writes cached data into it, even if file is not open by anyone.
Therefore flush delta file implicitly before closing it.
2014-05-16 12:07:08 +00:00
hvlad
714c151a2d
Front ported fix for bug CORE-4372 : Deadlock is possible when two data pages contains record fragments pointing to each other
2014-05-16 10:53:28 +00:00
firebirds
db963fdc18
nightly update
2014-05-15 00:35:37 +00:00
dimitr
b17b5efccd
Fixed CORE-4419: Server crashes while sorting records longer than 128KB.
2014-05-14 09:22:16 +00:00
dimitr
15e8bbd4e8
Slightly reworked the key processing in the hash join algorithm.
2014-05-14 08:28:13 +00:00
dimitr
1ca0ace21f
Fixed the accidentally broken merge join algorithm.
2014-05-14 08:24:18 +00:00
firebirds
5d24054960
nightly update
2014-05-14 00:28:58 +00:00
asfernandes
4e843cc326
Fixed CORE-4425 - User-collations based on UNICODE are not upgrade to newer ICU version on restore.
2014-05-13 01:47:59 +00:00
firebirds
d068dc5ba5
nightly update
2014-05-13 00:48:25 +00:00
dimitr
b936bead5e
Fixed CORE-4422: FB crashes when using row_number()over( PARTITION BY x) in ORDER by clause. Adriano, please review.
2014-05-12 07:06:57 +00:00
dimitr
d28311c4af
Fixed the issue privately reported by Claudio.
2014-05-12 06:04:20 +00:00
firebirds
f7efce81bc
nightly update
2014-05-11 00:27:18 +00:00
robocop
9eb742d2cb
Misc.
2014-05-10 14:24:46 +00:00
robocop
9f44913ad9
Add 4 more verbose messages when restoring and reorganize code.
2014-05-10 14:23:09 +00:00
robocop
492f4437c4
Misplaced parentheses are unexpected invitees.
2014-05-10 14:17:53 +00:00
firebirds
2f01ae4920
nightly update
2014-05-10 00:26:56 +00:00
robocop
632075d98f
It seems it's possible to restrict gbak more on deletions. Thanks Vlad for hint on TDBB_dont_post_dfw.
2014-05-09 20:26:01 +00:00
mapopa
9b059636a6
remove vms basic
2014-05-09 11:38:23 +00:00
mapopa
740fcef9a6
Misc cleanup
2014-05-09 09:23:37 +00:00
mapopa
19e4918bbb
Cleanup dead platforms
2014-05-09 09:01:51 +00:00