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

17106 Commits

Author SHA1 Message Date
robocop
f2af26bb87 increment build number 2005-02-11 07:06:12 +00:00
fsg
63e29951e5 increment build number 2005-02-11 02:22:04 +00:00
fsg
6552c94fa8 increment build number 2005-02-11 02:21:11 +00:00
fsg
c49045eab9 nightly update 2005-02-11 02:21:00 +00:00
arnobrinkman
e1eda59d79 increment build number 2005-02-10 23:05:20 +00:00
arnobrinkman
964710f2a0 Remove unneeded comment-blocks 2005-02-10 23:05:04 +00:00
arnobrinkman
b8560500d6 increment build number 2005-02-10 22:54:24 +00:00
arnobrinkman
e473340806 increment build number 2005-02-10 22:54:23 +00:00
arnobrinkman
283d7f0d8c Add new optimizer logic for handling :
ODS11:
- segment-selectivity
- better support for IS NULL
- better support for STARTING WITH
- matching both OR and AND nodes to indexes
- pick better JOIN order based on cost rules

ODSx:
- Indexed order on OUTER JOIN queries
2005-02-10 22:54:17 +00:00
arnobrinkman
7fffcb279c increment build number 2005-02-10 22:53:41 +00:00
arnobrinkman
3b8ea3b7a4 increment build number 2005-02-10 22:52:36 +00:00
arnobrinkman
2ec1306d0c increment build number 2005-02-10 21:18:32 +00:00
arnobrinkman
a15c361120 1) Make ordinal working on select list which contain an asterisk
Examples:
SELECT * FROM RDB$RELATIONS ORDER BY 9
SELECT R.* FROM RDB$RELATIONS R ORDER BY 9

2) Add ORDER BY <alias> and GROUP BY <alias>

Examples:
SELECT RDB$RELATION_ID AS ID
FROM RDB$RELATIONS ORDER BY ID

SELECT
  RDB$RELATION_NAME AS ID,
  Count(*)
FROM
  RDB$RELATION_FIELDS
GROUP BY
  ID
2005-02-10 21:14:52 +00:00
hvlad
81b922bce5 increment build number 2005-02-10 13:37:13 +00:00
hvlad
5247ca5bab Fix AV when expression index is created 2005-02-10 13:37:05 +00:00
kkuznetsov
c0649b8368 increment build number 2005-02-10 10:25:43 +00:00
kkuznetsov
dd1bc2b909 increment build number 2005-02-10 10:22:12 +00:00
kkuznetsov
06cc818d15 Fix including FTN_fini refences into gpre_boot while configured with fortran 2005-02-10 10:21:53 +00:00
fsg
072ea4f3f2 increment build number 2005-02-10 02:22:19 +00:00
fsg
be5c9a06ef increment build number 2005-02-10 02:21:39 +00:00
fsg
4baea73433 nightly update 2005-02-10 02:21:28 +00:00
skidder
6653419497 increment build number 2005-02-09 23:49:32 +00:00
skidder
c9a2105e7f Improve English 2005-02-09 23:48:57 +00:00
skidder
be65982770 increment build number 2005-02-09 23:25:28 +00:00
skidder
6e856675a4 increment build number 2005-02-09 23:21:46 +00:00
skidder
d10e6fb18a Please GCC 2005-02-09 23:21:29 +00:00
skidder
dd02af4b26 increment build number 2005-02-09 23:04:08 +00:00
skidder
5abe33fc37 Re-enable the ODS architecture compatibility check disabled by Deej 10 years ago 2005-02-09 23:03:11 +00:00
skidder
093b4a0181 increment build number 2005-02-09 22:14:39 +00:00
fsg
e61f54f6bc increment build number 2005-02-09 02:15:34 +00:00
fsg
739c6a443c nightly update 2005-02-09 02:15:28 +00:00
hvlad
515a2d70d4 increment build number 2005-02-08 21:27:42 +00:00
hvlad
9826986fb8 Fix bug SF #1076858 2005-02-08 21:23:59 +00:00
paul_reeves
747dfa524a increment build number 2005-02-08 14:59:25 +00:00
paul_reeves
3cb0fce65b Some enhancements and fixes for the Win32 build scripts. 2005-02-08 14:59:13 +00:00
paul_reeves
bb35257ae6 increment build number 2005-02-08 14:55:59 +00:00
paul_reeves
7de72dd72a Bring employee database up to dialect 3 2005-02-08 14:55:23 +00:00
fsg
83618e0365 increment build number 2005-02-08 02:21:30 +00:00
fsg
81516a9198 increment build number 2005-02-08 02:20:43 +00:00
fsg
ae7437ff83 nightly update 2005-02-08 02:20:33 +00:00
robocop
aa087dea20 increment build number 2005-02-07 09:01:07 +00:00
robocop
4be87294fa sqldaid and sqldabc are unused crap borrowed from IBM 15 years ago.
Don't show them as they contain garbage.
2005-02-07 09:00:33 +00:00
robocop
7f5ab2c364 increment build number 2005-02-07 08:02:09 +00:00
robocop
6094183914 increment build number 2005-02-07 07:39:50 +00:00
robocop
853aa3bbae increment build number 2005-02-07 07:29:57 +00:00
fsg
eb194f8e40 increment build number 2005-02-07 02:15:21 +00:00
fsg
82ade4910c increment build number 2005-02-07 02:14:47 +00:00
fsg
181b9dc87f nightly update 2005-02-07 02:14:39 +00:00
dimitr
dfe910c314 increment build number 2005-02-06 14:08:52 +00:00
dimitr
e05c387d47 1) Reworked logic of view updates (never apply validation code to views)
2) Cleanup and code refactoring
My tests didn't notice any failures yet, but some issues should be expected anyway.
2005-02-06 14:08:24 +00:00