asfernandes
68e2043fcf
Fixed CORE-4292 - Server ignores asynchronous (monitoring or cancellation) requests while preparing a query with lot of windowed functions.
2015-09-30 16:35:37 +00:00
firebirds
e60da17ece
nightly update
2015-09-30 00:09:09 +00:00
asfernandes
1e9ab8cf19
Fixed CORE-4947 - Compound ALTER TABLE statement with ADD and DROP the same check constraint fails.
2015-09-29 16:45:12 +00:00
hvlad
dd0a2ddd4d
More checks for b-tree page overflow during inset of new node.
...
Special care is taken to generate split point so that both new pages do not exceed the page_size.
Handle case when index key is added and split is propagated up to top-level page and former top-level page is a split by concurrent thread meanwhile.
Bugcheck when b-tree level become greater than MAX_LEVEL (16 currently) is replaced by isc_imp_exc error.
Validation code (aka gfix) now check correctness of level assigned to b-tree page (all pages at level should have same value and value should be decremented by one at each level down).
It should fix bug CORE-4914 and related issues.
2015-09-29 10:04:48 +00:00
firebirds
7443019a16
nightly update
2015-09-29 00:09:05 +00:00
paulbeach
bf07d4cf11
Fix an irritating warning when building packages
2015-09-28 13:26:54 +00:00
paulbeach
7bf1dd20c6
Apple in the last release of OSX have somehow managed to change the default behaviour of tail
2015-09-28 13:25:25 +00:00
paulbeach
1bf4ae9cd5
Clang only supports TLS from MacOSX 10.7
2015-09-28 12:15:49 +00:00
firebirds
10a82bb802
nightly update
2015-09-28 00:08:43 +00:00
asfernandes
ecdc6ea8c6
Misc.
2015-09-27 20:02:43 +00:00
asfernandes
a8496bc551
Fixed FETCH CURSOR <c> (without INTO) after changes for CORE-4929.
2015-09-27 19:39:52 +00:00
firebirds
c4b2fbae61
nightly update
2015-09-25 00:08:36 +00:00
asfernandes
78f14027d6
Fixed CORE-4943 - Dialect 1 casting date to string breaks when in the presence a domain with a check constraint.
2015-09-24 16:19:18 +00:00
firebirds
562d5d9052
nightly update
2015-09-23 00:09:17 +00:00
asfernandes
2b000c400b
Fixed CORE-4940 - Add label about deterministic flag for stored function in SHOW and extract commands.
2015-09-22 15:45:55 +00:00
hvlad
0ebb4a1891
Protect dbb_pc_transactions vector in concurrent environment.
2015-09-22 10:17:38 +00:00
robocop
a1349d3b44
Misc.
2015-09-22 06:00:39 +00:00
firebirds
e934f55d0a
nightly update
2015-09-22 00:09:35 +00:00
asfernandes
edec43a589
Fixed CORE-2883 - isql needs to extract security for new elements with ACLs.
2015-09-21 16:46:05 +00:00
firebirds
552b9be23b
nightly update
2015-09-21 00:09:04 +00:00
asfernandes
05d4cdaa06
Fixed CORE-2882 - isql needs to process new external routines.
2015-09-20 23:47:52 +00:00
hvlad
09cc6137b3
Improvement CORE-4939 : Make IO operations with nbackup backup file aligned at page size boundary
2015-09-20 12:42:21 +00:00
firebirds
648e1a298f
nightly update
2015-09-19 00:09:26 +00:00
paul_reeves
f83caee140
Roll back previous spelling correction and clarify the original meaning. (I hope.)
...
Document that WireCrypt on server should be set to enabled if legacy authentication is chosen.
2015-09-18 14:58:23 +00:00
paul_reeves
08e6dd9b35
spelling
2015-09-18 13:32:30 +00:00
firebirds
d7e956f247
nightly update
2015-09-18 00:08:27 +00:00
paul_reeves
32462e3b9e
Bring install_svc.cpp up-to-date after implementation of ServerMode.
2015-09-17 13:26:54 +00:00
paul_reeves
c67ba73863
Bring trunk up to date with previously committed changes for Beta 2
...
Add correct support for configuring architecture at install time
Make sure that security3.fdb is installed.
Tidy up uninstall CLEAN option.
2015-09-17 09:59:03 +00:00
paul_reeves
e4d9b694d2
Include errors in log file.
2015-09-17 09:44:41 +00:00
firebirds
54ea53d431
nightly update
2015-09-17 00:09:04 +00:00
hvlad
f7e248ca63
Improvement CORE-4935 : Increase performance of backout of dead record version (or undo of just created primary record version) when backversions chain is too long
...
Improvement CORE-4936 : Reduce internal contention in background garbage collector
Other small improvements:
- garbage collector\sweep now skip record header if transaction is below OIT - it allows to reduce number of page fetches
- missed points to gather RECORD_FRAGMENT_READS and RECORD_BACKVERSION_READS statistics
2015-09-16 21:16:13 +00:00
asfernandes
4bdfdeeb2a
Sub-task CORE-2881 - isql should show packaged procedures and functions categorized per package.
2015-09-16 16:11:37 +00:00
mapopa
60c501b1b2
Support for BASIC/PLI was removed before IB4
2015-09-16 14:51:10 +00:00
mapopa
c1cefc034b
Cleanup
2015-09-16 14:36:14 +00:00
mapopa
41e2b51571
Cleanup code was used with WAL
2015-09-16 12:35:41 +00:00
firebirds
5df109189d
nightly update
2015-09-16 00:08:56 +00:00
dimitr
2c9705011d
Updated docs.
2015-09-15 12:33:48 +00:00
mapopa
6a1b2174b3
Removed because tdgbl->ALICE_data.ua_db_SQL_dialect is an unsigned number.
2015-09-15 12:02:44 +00:00
firebirds
cf291b490b
nightly update
2015-09-12 00:09:04 +00:00
dimitr
125a332861
Fixed CORE-4909 re. sort/merge joins.
2015-09-11 09:57:10 +00:00
firebirds
050cffdea3
nightly update
2015-09-11 00:09:27 +00:00
asfernandes
10d3c38b68
Fixed CORE-4928 - It is not possible to save the connection information in the ON CONNECT trigger, if the connection is created by the gbak.
2015-09-10 17:06:47 +00:00
alexpeshkoff
e64c5102f1
Postfix for CORE-4897: avoid problems with clients not understanding "data not ready" state (like IBE)
2015-09-10 14:03:35 +00:00
firebirds
16f8ff9856
nightly update
2015-09-10 00:08:19 +00:00
dimitr
5b57c1438a
This should fix CORE-4929: Cannot compile source with ELSE IF () THEN and commands to manipulate explicit cursor.
2015-09-09 21:38:24 +00:00
firebirds
f65803f35d
nightly update
2015-09-07 00:09:12 +00:00
asfernandes
a6cb8cc02a
Avoid code duplication.
2015-09-06 19:00:02 +00:00
asfernandes
e3946cf189
Misc.
2015-09-06 18:52:59 +00:00
firebirds
c8ac73fd3b
nightly update
2015-09-05 00:09:42 +00:00
dimitr
63ec76a676
Removed incorrect assertion (CORE-4902).
2015-09-04 21:14:28 +00:00