[COMMITTERS] pgsql: Remove the contents of the src/corba subdirectory: this has been

2005-04-30 Thread Neil Conway
Log Message: --- Remove the contents of the src/corba subdirectory: this has been dead code for a long time. Modified Files: -- pgsql: GNUmakefile.in (r1.41 -> r1.42) (http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.41&r2=1.42) Re

[COMMITTERS] autodoc - autodoc: Template for the Neato and Twopi tools (part of

2005-04-30 Thread User Rbt
Log Message: --- Template for the Neato and Twopi tools (part of GraphViz) submitted by Tony Wasson. Modified Files: -- autodoc: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/Makefile.diff?r1=1.1.1.1&r2=1.2) Adde

[COMMITTERS] autodoc - autodoc: Finish() the GetVersion sql statement.

2005-04-30 Thread User Rbt
Log Message: --- Finish() the GetVersion sql statement. Set the FK Group number back to being a number instead of the schema name. Accidentally converted earlier while removing the $group variable. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.10 -> r1.11)

[COMMITTERS] autodoc - autodoc: Matt Bosworth has provided an updated dot template

2005-04-30 Thread User Rbt
Log Message: --- Matt Bosworth has provided an updated dot template with PK, FK information and improved styling. Rod proceeded to break several things, but eventually got it working again. Modified Files: -- autodoc: dot.tmpl (r1.1.1.1 -> r1.2) (http://c

[COMMITTERS] pgbuildfarm - client-code: add support for web proxy if farm member

2005-04-30 Thread User Andrewd
Log Message: --- add support for web proxy if farm member needs one to get through a firewall to report results - needed for prospective AIX member. Modified Files: -- client-code: build-farm.conf (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi

[COMMITTERS] pgsql: Change catalog entries for record_out and record_send to show

2005-04-30 Thread Tom Lane
Log Message: --- Change catalog entries for record_out and record_send to show only one argument, since that's all they are using now. Adjust type_sanity regression test so that it will complain if anyone tries to define multiple-argument output functions in future. Modified Files: --

[COMMITTERS] pgsql: Make record_out and record_send extract type information from the

2005-04-30 Thread Tom Lane
Log Message: --- Make record_out and record_send extract type information from the passed record object itself, rather than relying on a second OID argument to be correct. This patch just changes the function behavior and not the catalogs, so it's OK to back-patch to 8.0. Will remove the

[COMMITTERS] pgsql: Make record_out and record_send extract type information from the

2005-04-30 Thread Tom Lane
Log Message: --- Make record_out and record_send extract type information from the passed record object itself, rather than relying on a second OID argument to be correct. This patch just changes the function behavior and not the catalogs, so it's OK to back-patch to 8.0. Will remove the

[COMMITTERS] python - be: Move the XD(transaction dict) feature to the PL.

2005-04-30 Thread James William Pye
Log Message: --- Move the XD(transaction dict) feature to the PL. Reasoning is that this is a convenience rather than a real interface, so it seems appropriate to give it to the PL, rather than making it a part of the interface extension. Doing this allows the riddance of the XactHook ins

[COMMITTERS] pgsql: Use the standard lock manager to establish priority order when

2005-04-30 Thread Tom Lane
Log Message: --- Use the standard lock manager to establish priority order when there is contention for a tuple-level lock. This solves the problem of a would-be exclusive locker being starved out by an indefinite succession of share-lockers. Per recent discussion with Alvaro. Modified F

[COMMITTERS] pgaccess - pgaccess: apply modified patch for pga_tables creation bug in

2005-04-30 Thread User Cmaj
Log Message: --- apply modified patch for pga_tables creation bug in new databases, thanks Jan Lapka Modified Files: -- pgaccess/lib: mainlib.tcl (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/mainlib.tcl.diff?r1=1.8&r2=1.

[COMMITTERS] pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that

2005-04-30 Thread Neil Conway
Log Message: --- GCC 4.0 includes a new warning option, -Wformat-literal, that emits a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too man

[COMMITTERS] pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that

2005-04-30 Thread Neil Conway
Log Message: --- GCC 4.0 includes a new warning option, -Wformat-literal, that emits a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too man

[COMMITTERS] pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that

2005-04-30 Thread Neil Conway
Log Message: --- GCC 4.0 includes a new warning option, -Wformat-literal, that emits a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too man

[COMMITTERS] pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that

2005-04-30 Thread Neil Conway
Log Message: --- GCC 4.0 includes a new warning option, -Wformat-literal, that emits a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too man

[COMMITTERS] pgsql: This patch fixes a bug in the error message emitted by pg_restore

2005-04-30 Thread Neil Conway
Log Message: --- This patch fixes a bug in the error message emitted by pg_restore on an incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string. Tags: REL7_2_STABLE Modified Files: -- pgsql/src/bin/pg_dump:

[COMMITTERS] pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that

2005-04-30 Thread Neil Conway
Log Message: --- GCC 4.0 includes a new warning option, -Wformat-literal, that emits a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too man

[COMMITTERS] pgsql: This patch fixes a bug in the error message emitted by pg_restore

2005-04-30 Thread Neil Conway
Log Message: --- This patch fixes a bug in the error message emitted by pg_restore on an incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/bin/pg_dump:

[COMMITTERS] pgsql: This patch fixes a bug in the error message emitted by pg_restore

2005-04-30 Thread Neil Conway
Log Message: --- This patch fixes a bug in the error message emitted by pg_restore on an incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/bin/pg_dump:

[COMMITTERS] pgsql: This patch fixes a bug in the error message emitted by pg_restore

2005-04-30 Thread Neil Conway
Log Message: --- This patch fixes a bug in the error message emitted by pg_restore on an incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_dump: