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
firebirds
ece7a84872
nightly update
2014-05-09 00:26:55 +00:00
asfernandes
40b38014e4
Misc.
2014-05-08 23:26:40 +00:00
asfernandes
88f58e409f
Misc.
2014-05-08 02:51:12 +00:00
firebirds
6b36cc07f4
nightly update
2014-05-08 00:26:24 +00:00
mapopa
2adce12d57
FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1))
2014-05-07 15:14:41 +00:00
mapopa
8315a7756a
FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1))
2014-05-07 15:11:23 +00:00
mapopa
654c3562a3
cleanup VMS FB_ALIGN define
2014-05-07 14:51:49 +00:00
alexpeshkoff
bf82df1ebb
Postfix for CORE-3242: somewhy when checking metadata access (like MODIFY or DROP) always checked that access from object itself. Strange at the first glance behavior, but let us do not change legacy (at least since FB1.0) when possible.
2014-05-07 11:21:31 +00:00
alexpeshkoff
9e3f5a9a56
Fixed CORE-4398: Provide ability to specify extra-long name of log when doing gbak to avoid "attempt to store 256 bytes in a clumplet" message
2014-05-07 10:21:49 +00:00
alexpeshkoff
854aa5ec96
Change Hash duplicates control interface to avoid unexpected use - thanks to Claudio
2014-05-07 09:18:52 +00:00
robocop
4895ac6067
Fix the problem with gbak restoring a db and lack of rights on sys tables that Philippe detected.
2014-05-07 08:58:36 +00:00
firebirds
2709be39c3
nightly update
2014-05-07 00:51:58 +00:00
robocop
2a9f17ec6d
I need name_length_limit() for testing some isql functionality.
2014-05-06 22:41:24 +00:00
asfernandes
8162336592
Fixed CORE-4415 - Useless extraction of generic DDL trigger.
2014-05-06 18:10:07 +00:00
mapopa
f3a32150a5
Remove unused generated directory. Builds use the temporary 'gen' directory
2014-05-06 13:41:13 +00:00
alexpeshkoff
094c540f23
Turn off db triggers for mapping connections
2014-05-06 12:37:45 +00:00
alexpeshkoff
d83d4d084a
Fixed a bug, privately reported by Pavel Zotov - segfault when closing trace
2014-05-06 12:25:35 +00:00
alexpeshkoff
2fdac342a0
Turn of forgotten debugging
2014-05-06 10:29:59 +00:00
alexpeshkoff
148f60aa94
Fixed support of maps with same hash value
2014-05-06 10:07:08 +00:00
mapopa
da1e63df21
remove vax pascal
2014-05-06 08:49:27 +00:00