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

18179 Commits

Author SHA1 Message Date
arnobrinkman
4880eb0220 increment build number 2005-05-04 09:53:49 +00:00
arnobrinkman
6a73b87b62 Fix bug SF #1191006 Using where params in SUM return incorrect results
parameters weren't checked on equality in node_match()
2005-05-04 09:53:37 +00:00
paul_reeves
d40f22a56c increment build number 2005-05-04 09:38:32 +00:00
arnobrinkman
4088217f2f increment build number 2005-05-04 08:57:11 +00:00
arnobrinkman
d8764cbdb1 Fix problem with distributing sort to deeper RSE, query example:
SELECT
  RDB$RELATION_NAME
FROM
  (SELECT FIRST 10 * FROM RDB$RELATIONS ORDER BY RDB$RELATION_NAME DESC)
ORDER BY
  RDB$RELATION_NAME
2005-05-04 08:56:14 +00:00
dimitr
3b4415b0c5 increment build number 2005-05-04 08:44:58 +00:00
dimitr
e288d2ac49 Fixed bug found by Arno. 2005-05-04 08:44:35 +00:00
hvlad
652d3eb36f increment build number 2005-05-03 15:45:38 +00:00
hvlad
493bdd92cd Correct index validation code. Big thanks to Arno 2005-05-03 15:45:23 +00:00
robocop
2b70cc40f4 increment build number 2005-05-03 05:41:18 +00:00
robocop
70f8556174 Indentation. 2005-05-03 05:41:07 +00:00
robocop
33814f8a73 increment build number 2005-05-03 04:12:16 +00:00
robocop
bc33863034 increment build number 2005-05-03 04:12:15 +00:00
robocop
3c4e69f196 Replace legacy isc_(encode/decode)_date by isc_(encode/decode)_timestamp. 2005-05-03 04:11:57 +00:00
robocop
305ead4714 increment build number 2005-05-03 04:11:54 +00:00
robocop
7054cabaec increment build number 2005-05-03 04:09:49 +00:00
robocop
4f5feb2822 increment build number 2005-05-03 04:09:27 +00:00
robocop
8c381ef54b Better fixes related to field-test bug #1173988, first part.
Also, a new, more accurate message has been added to the restoration process.
2005-05-03 04:09:26 +00:00
dimitr
faa1437dac increment build number 2005-05-02 19:31:02 +00:00
dimitr
6f3b1ccb85 A bit better fix for shadow shutdown issues. 2005-05-02 19:30:48 +00:00
dimitr
7c56bc92be increment build number 2005-05-02 17:22:26 +00:00
dimitr
e296380ddf Fixed GBAK -kill dropping existing shadow. 2005-05-02 17:22:16 +00:00
dimitr
8121bf4de9 increment build number 2005-05-02 13:47:52 +00:00
dimitr
9229dfebcb Enforced uniqueness of blob filter name and in/out types pair.
This fixes SF #750662. A couple of new error messages would also be nice.
2005-05-02 13:47:41 +00:00
dimitr
ca93280f54 increment build number 2005-05-02 12:41:20 +00:00
dimitr
27340d7daf 1) Fixed buggy behaviour of IN vs FIRST/SKIP.
2) Allowed UNIONs in ANY/ALL/IN subqueries.
Subject of Arno's review.
2005-05-02 12:41:02 +00:00
dimitr
dc8dd8b9dd increment build number 2005-05-02 09:47:32 +00:00
dimitr
65588a5003 Optimized NOT conditions when possible. 2005-05-02 09:47:27 +00:00
robocop
65c615b13b increment build number 2005-05-02 09:10:17 +00:00
robocop
c8de3fff0c Change misleading comment. 2005-05-02 09:10:06 +00:00
robocop
e8d46707a9 increment build number 2005-05-02 07:12:07 +00:00
robocop
3fd1859bd1 Workaround for SF Bug #450404. (Isql can't guess what the user intended.) 2005-05-02 07:11:39 +00:00
dimitr
4f872b71f6 increment build number 2005-05-02 07:02:02 +00:00
dimitr
559843c97d Fixed origin of the 100% CPU load when an I/O error causes a rollover to non-existing shadow.
Also fixed attempt to wait for the attachment-owned lock for the already purged attachment.
2005-05-02 07:01:33 +00:00
dimitr
6ce22dda68 increment build number 2005-05-02 06:45:08 +00:00
dimitr
ffe05c94c5 Updated for Alpha 2. 2005-05-02 06:44:44 +00:00
hvlad
d255beadf6 increment build number 2005-05-01 19:23:13 +00:00
hvlad
565b5e173b Undo my previous commit. Duplicate chains in not null keys in unique indexes not sorted by design. Changes must be done in index validation code 2005-05-01 19:23:04 +00:00
asfernandes
1e07f66977 increment build number 2005-05-01 14:58:39 +00:00
asfernandes
eabacfd9ad Apply Vlad's patch reverting to legacy behavior about overwrite of non-database files 2005-05-01 14:58:21 +00:00
dimitr
03b291e7ff increment build number 2005-05-01 11:46:05 +00:00
dimitr
e46c68c9d2 no message 2005-05-01 11:45:52 +00:00
asfernandes
edcb549ab6 increment build number 2005-05-01 00:46:30 +00:00
hvlad
c36a1be288 increment build number 2005-04-30 11:09:17 +00:00
hvlad
79ff80db9e Correction to previous commit 2005-04-30 11:09:07 +00:00
hvlad
dccca4fc6f increment build number 2005-04-30 10:41:03 +00:00
hvlad
bbf3ea7218 Added page level, source file name and line number info to the output of index validation code 2005-04-30 10:40:56 +00:00
hvlad
af23438c7a increment build number 2005-04-30 10:10:55 +00:00
hvlad
735f369d76 Duplicate chains not sorted by record number in unique indices 2005-04-30 10:10:48 +00:00
alexpeshkoff
c6f4186b84 increment build number 2005-04-29 18:24:48 +00:00