[COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches

2009-08-04 Thread Peter Eisentraut
Log Message: --- Use DocBook XSL stylesheets for man page building This switches the man page building process to use the DocBook XSL stylesheet toolchain. The previous targets for Docbook2X are removed. configure has been updated to look for the new tools. The Documentation appendix c

[COMMITTERS] pgsql: Fix pg_dump to do the right thing when escaping the contents of

2009-08-04 Thread Tom Lane
Log Message: --- Fix pg_dump to do the right thing when escaping the contents of large objects. The previous implementation got it right in most cases but failed in one: if you pg_dump into an archive with standard_conforming_strings enabled, then pg_restore to a script file (not directly

[COMMITTERS] pgsql: Avoid including miscadmin.h into plpgsql.h; instead include it

2009-08-04 Thread Alvaro Herrera
Log Message: --- Avoid including miscadmin.h into plpgsql.h; instead include it into the two source files that need it. Modified Files: -- pgsql/src/pl/plpgsql/src: pl_exec.c (r1.246 -> r1.247) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/

[COMMITTERS] pgsql: Fix an ecpg test, too.

2009-08-04 Thread Tom Lane
Log Message: --- Fix an ecpg test, too. Are we there yet? Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: sql-binary.c (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-binary.c?r1=1.14&r2=1.

[COMMITTERS] pgsql: Fix some more regression tests (missed these because they're only

2009-08-04 Thread Tom Lane
Log Message: --- Fix some more regression tests (missed these because they're only run when built with --with-openssl). Modified Files: -- pgsql/contrib/pgcrypto/expected: 3des.out (r1.3 -> r1.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcry

[COMMITTERS] pgsql: Suppress pointer-signedness warning.

2009-08-04 Thread Tom Lane
Log Message: --- Suppress pointer-signedness warning. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.545 -> r1.546) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.545&r2=1.546) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Ooops, missed that a couple of contrib modules have calls to

2009-08-04 Thread Tom Lane
Log Message: --- Ooops, missed that a couple of contrib modules have calls to byteacmp. Add bytea.h inclusions as needed. Some of the contrib regression tests need to be de-hexified, too. Per buildfarm. Modified Files: -- pgsql/contrib/btree_gin: btree_gin.c (r1.2

[COMMITTERS] pgsql: Teach PQescapeByteaConn() to use hex format when the target

2009-08-04 Thread Tom Lane
Log Message: --- Teach PQescapeByteaConn() to use hex format when the target connection is to a server >= 8.5. Per my proposal in discussion of hex-format patch. Modified Files: -- pgsql/src/interfaces/libpq: fe-exec.c (r1.204 -> r1.205) (http://anoncvs.po

[COMMITTERS] pgsql: Support hex-string input and output for type BYTEA.

2009-08-04 Thread Tom Lane
Log Message: --- Support hex-string input and output for type BYTEA. Both hex format and the traditional "escape" format are automatically handled on input. The output format is selected by the new GUC variable bytea_output. As committed, bytea_output defaults to HEX, which is an *incomp

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Modified Files: -- src/createexttab: commandLineParser_forcreate.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/createexttab/commandLineParser_forcreate.h?r1=1.1&r2=1.2) -- Sent via pgsql-committers mai

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Modified Files: -- src/createexttab: PGConnection.cc (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/createexttab/PGConnection.cc?r1=1.1&r2=1.2) PGConnection.h (r1.1 -> r1.2) (http://cvs.pgf

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Modified Files: -- src/createexttab: PGDbset.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/createexttab/PGDbset.h?r1=1.1&r2=1.2) cfgParser.cc (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Modified Files: -- src/createexttab: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/createexttab/Makefile?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list ([email protected]

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Removed Files: - src/dropexttab: Makefile (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/dropexttab/Makefile) PGConnection.cc (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/dropexttab/PG

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Removed Files: - src/dropexttab: main.cc (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/dropexttab/main.cc) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscriptio

[COMMITTERS] pgexternaltable - src:

2009-08-04 Thread User Maosen
Log Message: --- Modified Files: -- src/createexttab: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/createexttab/Makefile?r1=1.3&r2=1.4) Added Files: --- src/createexttab: commandLineParser_fo

Re: [COMMITTERS] pgsql: Cause pg_proc.probin to be declared as text, not bytea.

2009-08-04 Thread Greg Stark
On Tue, Aug 4, 2009 at 5:04 AM, Tom Lane wrote: > Cause pg_proc.probin to be declared as text, not bytea. Doesn't this relate to the earlier discussion of whether to re-encode filenames and paths? What's going to happen if I have filenames which aren't valid encoded strings in the server encoding