[COMMITTERS] pgsql: Handle content and document options in xmlparse() correctly.

2006-12-27 Thread Peter Eisentraut
Log Message: --- Handle content and document options in xmlparse() correctly. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.5&r2=1.6) pgsql/sr

[COMMITTERS] pgsql: Add a defense to prevent core dumps if 8.2 version of rank_cd()

2006-12-27 Thread Tom Lane
Log Message: --- Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with the 8.1 SQL function definition for it. Per report from Rajesh Kumar Mallah, such a DBA error doesn't seem at all improbable, and the cost of checking for it is not very high compared to the cost

[COMMITTERS] pgsql: Add a defense to prevent core dumps if 8.2 version of rank_cd()

2006-12-27 Thread Tom Lane
Log Message: --- Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with the 8.1 SQL function definition for it. Per report from Rajesh Kumar Mallah, such a DBA error doesn't seem at all improbable, and the cost of checking for it is not very high compared to the cost

[COMMITTERS] pgsql: fflush the \o file, if any, after each backslash command.

2006-12-27 Thread Tom Lane
Log Message: --- fflush the \o file, if any, after each backslash command. We already do this for ordinary SQL commands, so it seems consistent to do it for backslash commands too. Per gripe from Rajesh Kumar Mallah. Modified Files: -- pgsql/src/bin/psql: command.

[COMMITTERS] pgsql: Revert exports.list change pending closer study.

2006-12-27 Thread Tom Lane
Log Message: --- Revert exports.list change pending closer study. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.149.2.1 -> r1.149.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.di

[COMMITTERS] pgsql: Revert exports.list change pending closer study.

2006-12-27 Thread Tom Lane
Log Message: --- Revert exports.list change pending closer study. Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.150 -> r1.151) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.150&r2=1.151) ---

[COMMITTERS] pgsql: Use a more backward-compatible syntax for exports.list on Linux.

2006-12-27 Thread Tom Lane
Log Message: --- Use a more backward-compatible syntax for exports.list on Linux. Per Thorkil Olesen. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.149 -> r1.149.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Use a more backward-compatible syntax for exports.list on Linux.

2006-12-27 Thread Tom Lane
Log Message: --- Use a more backward-compatible syntax for exports.list on Linux. Per Thorkil Olesen. Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.149 -> r1.150) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.

[COMMITTERS] pgsql: Clean up pgindent handling of comments after 'else' by only

2006-12-27 Thread Bruce Momjian
Log Message: --- Clean up pgindent handling of comments after 'else' by only moving multi-line comments to the next line. Modified Files: -- pgsql/src/tools/pgindent: pgindent (r1.89 -> r1.90) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgin

[COMMITTERS] dbi-link - dbi-link: Fixed off-by-one error in make_dbi_link_role(TEXT)

2006-12-27 Thread David Fetter
Log Message: --- Fixed off-by-one error in make_dbi_link_role(TEXT) per Michael Fuhr. Put a cache_connection(INT) call in begin_work(INT) per Michael Fuhr. Modified Files: -- dbi-link: dbi_link.sql (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pgsql: Modify local buffer management to request memory for local

2006-12-27 Thread Tom Lane
Log Message: --- Modify local buffer management to request memory for local buffers in blocks of increasing size, instead of one at a time. This reduces the memory management overhead when num_temp_buffers is large: in the previous coding we would actually waste 50% of the space used for t

[COMMITTERS] pgsql: Modify local buffer management to request memory for local

2006-12-27 Thread Tom Lane
Log Message: --- Modify local buffer management to request memory for local buffers in blocks of increasing size, instead of one at a time. This reduces the memory management overhead when num_temp_buffers is large: in the previous coding we would actually waste 50% of the space used for t

[COMMITTERS] pgsql: Modify local buffer management to request memory for local

2006-12-27 Thread Tom Lane
Log Message: --- Modify local buffer management to request memory for local buffers in blocks of increasing size, instead of one at a time. This reduces the memory management overhead when num_temp_buffers is large: in the previous coding we would actually waste 50% of the space used for t

[COMMITTERS] pgsql: Improve memory management code to avoid inefficient behavior when

2006-12-27 Thread Tom Lane
Log Message: --- Improve memory management code to avoid inefficient behavior when a context has a small maxBlockSize: the maximum request size that we will treat as a "chunk" needs to be limited to fit in maxBlockSize. Otherwise we will round up the request size to the next power of 2, wa

[COMMITTERS] plpsm - plpgpsm: for statement support (compileable)

2006-12-27 Thread User Okbob
Log Message: --- for statement support (compileable) Modified Files: -- plpgpsm/src: gram.y (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.14&r2=1.15) plpgpsm.h (r1.12 -> r1.13) (http://cvs.

[COMMITTERS] pgsql: Print combining characters (those reported as having zero width

2006-12-27 Thread Tom Lane
Log Message: --- Print combining characters (those reported as having zero width by PQdsplen()) normally, instead of replacing them by \u sequences. Assume that they in fact occupy zero screen space for formatting purposes. Per gripe from Michael Fuhr and ensuing discussion. Tags:

[COMMITTERS] pgsql: Print combining characters (those reported as having zero width

2006-12-27 Thread Tom Lane
Log Message: --- Print combining characters (those reported as having zero width by PQdsplen()) normally, instead of replacing them by \u sequences. Assume that they in fact occupy zero screen space for formatting purposes. Per gripe from Michael Fuhr and ensuing discussion. Modified F

[COMMITTERS] pgfouine - pgfouine: finished duration unit support renamed

2006-12-27 Thread User Gsmet
Log Message: --- finished duration unit support renamed per-connection to per-pid updated GeSHi improved logging of PHP errors Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] pgfouine - pgfouine: ignore again these lines waiting for a better fix

2006-12-27 Thread User Gsmet
Log Message: --- ignore again these lines waiting for a better fix Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLQueryStartLine.class.php (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/li

[COMMITTERS] pgsql: Use FROM clause in example UPDATE commands where appropriate.

2006-12-27 Thread Tom Lane
Log Message: --- Use FROM clause in example UPDATE commands where appropriate. Also remove long-obsolete statement that there isn't a check for infinite recursion in view rules. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: rules.sgml (r1.47 -> r

[COMMITTERS] pgsql: Use FROM clause in example UPDATE commands where appropriate.

2006-12-27 Thread Tom Lane
Log Message: --- Use FROM clause in example UPDATE commands where appropriate. Also remove long-obsolete statement that there isn't a check for infinite recursion in view rules. Modified Files: -- pgsql/doc/src/sgml: rules.sgml (r1.47 -> r1.48) (http://dev

[COMMITTERS] pgsql: Fix broken markup.

2006-12-27 Thread Tom Lane
Log Message: --- Fix broken markup. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.40.2.1 -> r1.40.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml.diff?r1=1.40.2.1&r2=1.40.2.2) -

[COMMITTERS] pgsql: Use "dead" rather than "expired" for vacuumable rows.

2006-12-27 Thread Bruce Momjian
Log Message: --- Use "dead" rather than "expired" for vacuumable rows. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.64&r2=1.65) pgsql/d