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

30661 Commits

Author SHA1 Message Date
paul_reeves
e79f31d76d Synchronize changes from R2_1_5 to Branch B2_1_Release
- Modify After_Installation url to include firebird version.
2012-05-23 06:12:38 +00:00
firebirds
58ff159bd7 nightly update 2012-05-18 03:41:17 +00:00
dimitr
cb2a7bf39a Updated the docs. 2012-05-17 12:15:30 +00:00
dimitr
4b35572f29 One more correction. This restores the accidentally changed original logic. 2012-05-17 09:10:13 +00:00
dimitr
f8b30d6895 Correction. 2012-05-17 08:54:32 +00:00
dimitr
ed6d43f032 More fixes for CORE-3557. 2012-05-17 08:12:23 +00:00
firebirds
37e27676cc nightly update 2012-05-12 03:40:58 +00:00
hvlad
7b9dd047bb Fixed bug CORE-3841 : Corrupted database after inserting rows.
It should also fix CORE-3839 : Values disappearing from index
2012-05-11 19:47:44 +00:00
hvlad
d4b583458b Fixed bug CORE-3844 : Validation not detects one specific case of index corruption 2012-05-11 19:47:07 +00:00
firebirds
c2d17063a3 nightly update 2012-04-28 05:12:56 +00:00
dimitr
3a3a5b80f5 Fixed CORE-3834: Usage of a NATURAL JOIN with a derived table crashes the server. 2012-04-27 16:30:05 +00:00
firebirds
5bf93a8998 nightly update 2012-04-27 05:27:12 +00:00
paulbeach
77b189afd0 Make the conf. parameter DummyPacketInterval more accurate. 2012-04-26 09:39:08 +00:00
firebirds
e012a4c847 nightly update 2012-04-14 05:25:29 +00:00
dimitr
9942d237d9 Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to _win1251 'ABCD' etc. The original code didn't check for charsets/collations but IMHO this was wrong. 2012-04-13 09:08:35 +00:00
firebirds
2939a0e290 nightly update 2012-04-12 05:00:13 +00:00
asfernandes
bf7449fb7b Backport fix for CORE-3479 - ASCII_VAL raises error instead of return 0 for empty strings. 2012-04-11 14:43:58 +00:00
firebirds
0e36d3a904 nightly update 2012-04-06 05:25:11 +00:00
paulbeach
ef6adf015f Allow Darwin to build using new firebird.vers 2012-04-05 13:23:37 +00:00
paulbeach
3a38ec7a06 Allow Darwin to build using new empty.vers 2012-04-05 12:24:14 +00:00
paulbeach
f97b63817e Allow Darwin to build using new empty.vers 2012-04-05 12:20:28 +00:00
dimitr
db1e888621 Fixed my yesterday's commit. 2012-04-05 09:50:33 +00:00
firebirds
7c3e36d93c nightly update 2012-04-05 05:49:25 +00:00
dimitr
8bffc57262 Fixed CORE-3807: Error "Invalid expression in the select list" can be unexpectedly raised if a string literal is used inside a GROUP BY clause in a multi-byte connection. 2012-04-04 10:59:35 +00:00
firebirds
9ce806a84a nightly update 2012-04-01 05:28:27 +00:00
asfernandes
c6c1c2cb64 Fixed CORE-3802 - Firebird runs out of memory while restoring database backup. 2012-03-31 17:09:28 +00:00
firebirds
8399593dfe nightly update 2012-03-29 05:29:31 +00:00
dimitr
f442f66cea Updated the docs. 2012-03-28 16:45:03 +00:00
firebirds
9f71114cf4 nightly update 2012-03-28 05:09:34 +00:00
dimitr
c73cb3cf82 Fixed CORE-3791: Performance degrades when actively working with databases bigger than the available RAM amount. 2012-03-27 07:08:25 +00:00
firebirds
724c72d114 nightly update 2012-03-25 05:27:31 +00:00
robocop
56210e5e52 Update forgotten file. 2012-03-24 21:12:39 +00:00
firebirds
0e4b7b48e6 nightly update 2012-03-23 05:12:11 +00:00
dimitr
f6325d3074 Slightly changed the logic to make it easier to understand. 2012-03-22 07:48:41 +00:00
firebirds
1387a40493 nightly update 2012-03-22 05:06:12 +00:00
hvlad
c208eaff0e Undo patch for CORE-3468 2012-03-21 12:56:55 +00:00
firebirds
50e7f416ba nightly update 2012-03-20 05:13:25 +00:00
hvlad
b97c3fb3ce Backport fix for bug CORE-3521 : Delta file contents is not flushed to disk 2012-03-19 08:02:54 +00:00
firebirds
af7d0384b8 nightly update 2012-03-16 05:37:32 +00:00
dimitr
58cef69fab Fixed CORE-1992: bad BLR -- invalid stream for union select. 2012-03-15 12:08:17 +00:00
dimitr
3dd942c186 Fixed CORE-3092: ROW_COUNT is not cleared before the singleton INSERT statement, 2012-03-15 10:38:39 +00:00
dimitr
f2e87cca44 Fixed CORE-3625: MON$IO_STATS doesn't report page writes performed asynchronously (at the AST level). 2012-03-15 09:27:23 +00:00
firebirds
fd015f4407 nightly update 2012-03-15 05:14:35 +00:00
dimitr
67684d770e Pleased Paul V. so that CORE-3195 (Concatenation to CHAR(32766/7) impossible) could be resolved. 2012-03-14 17:45:27 +00:00
dimitr
5c72175b4d Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future. 2012-03-14 17:36:22 +00:00
dimitr
4b55a0cffa Backported CORE-3553: Nested loop plan is chosen instead of the sort merge for joining independent streams using keys of different types. 2012-03-14 15:53:57 +00:00
dimitr
606f56c0df Fixed CORE-2286: Selecting from MON$CALL_STACK within a Trigger or SP sometimes return 0 rows. 2012-03-14 15:23:40 +00:00
dimitr
fe1c4c12b3 Backported CORE-3457: Optimize the temporary space manager regarding small chunk allocations. 2012-03-14 13:23:42 +00:00
dimitr
6753377f31 Backported CORE-3697: String truncation error when selecting from a VIEW with UNION inside. 2012-03-14 11:12:41 +00:00
dimitr
e317ce8fae Backported CORE-2422 (Server doesn't switch between multiple entries configured in TempDirectories when some of them is out of free space). 2012-03-14 10:49:26 +00:00