[COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-29 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/29 15:58:04 Modified files: src/backend/optimizer/util: pathnode.c Log message: Use fuzzy comparison of path costs in add_path(), so that paths with the same path keys and

Re: [COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-02 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Teach is_distinct_query to recognize that GROUP BY forces a subquery's >> output to be distinct, if all the GROUP BY columns appear in the output. >> Per suggestion from Dennis Haney. > Will this have should-be-in-release-notes side effects ju

Re: [COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-02 Thread Christopher Kings-Lynne
Teach is_distinct_query to recognize that GROUP BY forces a subquery's output to be distinct, if all the GROUP BY columns appear in the output. Per suggestion from Dennis Haney. Will this have should-be-in-release-notes side effects just as the results of a DISTINCT over a

[COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-02 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/02 12:42:20 Modified files: src/backend/optimizer/util: pathnode.c Log message: Teach is_distinct_query to recognize that GROUP BY forces a subquery's output to be distinct

[COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-01-18 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/18 23:49:41 Modified files: src/backend/optimizer/util: pathnode.c Log message: Recognize that IN subqueries return already-unique results if they use UNION/INTERSECT/EXCEP