[COMMITTERS] pgsql: Make "contrib/" tag consistent.

2007-11-19 Thread Bruce Momjian
Log Message: --- Make "contrib/" tag consistent. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.552 -> r1.553) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.552&r2=1.553) ---(end of broadc

[COMMITTERS] pgsql: Split out data types and function entries into separate sections

2007-11-19 Thread Bruce Momjian
Log Message: --- Split out data types and function entries into separate sections in the release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.551 -> r1.552) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.5

[COMMITTERS] pgsql: Release note adjustments suggested by IRC users.

2007-11-19 Thread Bruce Momjian
Log Message: --- Release note adjustments suggested by IRC users. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.550 -> r1.551) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.550&r2=1.551)

Re: [COMMITTERS] pgsql: Change descriptions of entity and tag objects to "XML entity" and

2007-11-19 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> You seem to have missed contrib/tsearch2 :-( > Darn that pesky buildfarm :-) The buildfarm is a harsh mistress ... regards, tom lane ---(end of broadcast)--- T

Re: [COMMITTERS] pgsql: Change descriptions of entity and tag objects to "XML entity" and

2007-11-19 Thread Andrew Dunstan
Tom Lane wrote: [EMAIL PROTECTED] (Andrew Dunstan) writes: Change descriptions of entity and tag objects to "XML entity" and "XML tag". Allow tag and entity names that follow XML rules. Provide for hexadecimal as well as decimal numeric entities. Adjust code names to coincide with new descr

[COMMITTERS] pgsql: Adjust contrib/tsearch2 regression results to use XML tag and XML

2007-11-19 Thread Andrew Dunstan
Log Message: --- Adjust contrib/tsearch2 regression results to use XML tag and XML entity descriptions, as now used by core text search default parser. Modified Files: -- pgsql/contrib/tsearch2/expected: tsearch2.out (r1.26 -> r1.27) (http://developer.post

Re: [COMMITTERS] pgsql: Change descriptions of entity and tag objects to "XML entity" and

2007-11-19 Thread Tom Lane
[EMAIL PROTECTED] (Andrew Dunstan) writes: > Change descriptions of entity and tag objects to "XML entity" and "XML tag". > Allow tag and entity names that follow XML rules. Provide for hexadecimal > as well as decimal numeric entities. Adjust code names to coincide with > new descriptions. You se

[COMMITTERS] pgsql: Reorder a few release notes items for consistency.

2007-11-19 Thread Bruce Momjian
Log Message: --- Reorder a few release notes items for consistency. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.549 -> r1.550) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.549&r2=1.550) --

[COMMITTERS] pgsql: Trim down release section headings (no need for Changes).

2007-11-19 Thread Bruce Momjian
Log Message: --- Trim down release section headings (no need for Changes). Re-order some items as migration changes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.548 -> r1.549) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/relea

[COMMITTERS] pgsql: Change descriptions of entity and tag objects to "XML entity" and

2007-11-19 Thread Andrew Dunstan
Log Message: --- Change descriptions of entity and tag objects to "XML entity" and "XML tag". Allow tag and entity names that follow XML rules. Provide for hexadecimal as well as decimal numeric entities. Adjust code names to coincide with new descriptions. Modified Files: --

[COMMITTERS] pgsql: Split "server changes" up into smaller sections in release notes.

2007-11-19 Thread Bruce Momjian
Log Message: --- Split "server changes" up into smaller sections in release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.547 -> r1.548) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.547&r2=1.548) ---

[COMMITTERS] pgsql: Markup fix.

2007-11-19 Thread Bruce Momjian
Log Message: --- Markup fix. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.546 -> r1.547) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.546&r2=1.547) ---(end of broadcast)

[COMMITTERS] pgsql: More release notes wording cleanups.

2007-11-19 Thread Bruce Momjian
Log Message: --- More release notes wording cleanups. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.545 -> r1.546) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.545&r2=1.546) ---(end of b

[COMMITTERS] pgsql: Update COMMENT item: < o Prevent COMMENT ON dbname from issuing

2007-11-19 Thread Bruce Momjian
Log Message: --- Update COMMENT item: < o Prevent COMMENT ON dbname from issuing a warning when loading < into a database with a different name, perhaps using COMMENT ON < CURRENT DATABASE > o Change pg_dump so that a comment on the dumped database is >

[COMMITTERS] pgsql: Update wording: < o Allow COMMENT ON dbname to work when

2007-11-19 Thread Bruce Momjian
Log Message: --- Update wording: < o Allow COMMENT ON dbname to work when loading into a database < with a different name, perhaps using COMMENT ON CURRENT < DATABASE > o Prevent COMMENT ON dbname from issuing a warning when loading > into a database w

[COMMITTERS] pgsql: Update comment.

2007-11-19 Thread Bruce Momjian
Log Message: --- Update comment. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.478 -> r1.479) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.478&r2=1.479) ---(end of broadcast)

[COMMITTERS] pgsql: Add suggested syntax for COMMENT ON DATABASE: < with a

2007-11-19 Thread Bruce Momjian
Log Message: --- Add suggested syntax for COMMENT ON DATABASE: < with a different name > with a different name, perhaps using COMMENT ON CURRENT > DATABASE > Modified Files: -- pgsql/doc: TODO (r1. -> r1.2223) (http://develope

[COMMITTERS] python - fe: Bug fixes.

2007-11-19 Thread James William Pye
Log Message: --- Bug fixes. - Fix StoredProcedure problems [still does not function properly as it can't parse argnames yet] - Run list() around row_pack as most of the underlying functions require len() support. - Use the typical.stdio instead of stdtime. Modified Files: --

[COMMITTERS] pgsql: Add comment about COMMENT ON DATABASE failing for

2007-11-19 Thread Bruce Momjian
Log Message: --- Add comment about COMMENT ON DATABASE failing for differently-named databases. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.477 -> r1.478) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.477&r2=1.

[COMMITTERS] pgsql: Add: > o Allow COMMENT ON dbname to work when loading into a

2007-11-19 Thread Bruce Momjian
Log Message: --- Add: > o Allow COMMENT ON dbname to work when loading into a database > with a different name Modified Files: -- pgsql/doc: TODO (r1.2221 -> r1.) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2221&r2=1.2

[COMMITTERS] pgloader - pgloader: Global input_encoding configuration, per-section

2007-11-19 Thread User Dim
Log Message: --- Global input_encoding configuration, per-section datestyle configuration, fixes. Modified Files: -- pgloader: pgloader.py (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.py.diff?r1=1.6&r2=1.7) pglo

[COMMITTERS] pgbouncer - pgbouncer: remove unnecessary fill_*_addr logging

2007-11-19 Thread User Mkz
Log Message: --- remove unnecessary fill_*_addr logging Tags: pgbouncer_1_1_stable Modified Files: -- pgbouncer/src: util.c (r1.17 -> r1.17.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.17&r2=1.17.2.1) ---

[COMMITTERS] pgbouncer - pgbouncer: remove unnecessary fill_*_addr logging

2007-11-19 Thread User Mkz
Log Message: --- remove unnecessary fill_*_addr logging Modified Files: -- pgbouncer/src: util.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.18&r2=1.19) ---(end of broadcast

[COMMITTERS] plproxy - plproxy: installation doc by Steve Singer

2007-11-19 Thread User Mkz
Log Message: --- installation doc by Steve Singer Modified Files: -- plproxy/doc: overview.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/overview.txt.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] plproxy - plproxy: Quick intro by Steve Singer

2007-11-19 Thread User Mkz
Log Message: --- Quick intro by Steve Singer Added Files: --- plproxy/doc: tutorial.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/tutorial.txt?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast

[COMMITTERS] plproxy - plproxy: convert docs to asciidoc, some updates

2007-11-19 Thread User Mkz
Log Message: --- convert docs to asciidoc, some updates Modified Files: -- plproxy/doc: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/Makefile.diff?r1=1.2&r2=1.3) config.txt (r1.3 -> r1.4) (http://

[COMMITTERS] plproxy - plproxy: update release notes for 2.0.3

2007-11-19 Thread User Mkz
Log Message: --- update release notes for 2.0.3 Modified Files: -- plproxy: NEWS (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/NEWS.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- T

[COMMITTERS] plproxy - plproxy: remove more mentions of statement_timeout

2007-11-19 Thread User Mkz
Log Message: --- remove more mentions of statement_timeout Modified Files: -- plproxy/doc: config.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/config.txt.diff?r1=1.2&r2=1.3) plproxy/sql: plproxy_init.sql (r

[COMMITTERS] plproxy - plproxy: Remote 'statement_timeout' config parameter.

2007-11-19 Thread User Mkz
Log Message: --- Remote 'statement_timeout' config parameter. It did not work in 2.0.2 and although it works now, it could not work in live env as the SET cannot be combined with main request, thus likely it will be executed on different backend. Modified Files: -- plproxy

[COMMITTERS] plproxy - plproxy: add ACk target to makefile

2007-11-19 Thread User Mkz
Log Message: --- add ACk target to makefile Modified Files: -- plproxy: Makefile (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.12&r2=1.13) ---(end of broadcast)-

[COMMITTERS] pgsql: Minor improvement in documentation of temp_tablespaces: avoid

2007-11-19 Thread Tom Lane
Log Message: --- Minor improvement in documentation of temp_tablespaces: avoid grammatical ambiguity and say what the default value is. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.155 -> r1.156) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d