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
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
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
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
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?
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
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