[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth

[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth

[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth

[COMMITTERS] pgsql: Update UNION/INTERSECT/EXCEPT ORDER BY error wording for

2007-01-11 Thread Bruce Momjian
Log Message: --- Update UNION/INTERSECT/EXCEPT ORDER BY error wording for expressions/functions. Modified Files: -- pgsql/src/backend/parser: analyze.c (r1.356 -> r1.357) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1

[COMMITTERS] pgsql: Improve error wording of ORDER BY in UNION that uses new

2007-01-11 Thread Bruce Momjian
Log Message: --- Improve error wording of ORDER BY in UNION that uses new expressions in ORDER BY. Modified Files: -- pgsql/src/backend/parser: analyze.c (r1.355 -> r1.356) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?

[COMMITTERS] pgsql: Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort

2007-01-11 Thread Tom Lane
Log Message: --- Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders. So far only tested by hacking the planner ... Modified Files: -- pgsql/src/backend/executor: nodeMergejoin.c (r1.85 -> r1.86) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Applied Joachim's patch for a --regression option.

2007-01-11 Thread Michael Meskes
Log Message: --- Applied Joachim's patch for a --regression option. Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests. Modified Fi