[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] pgsql: Fix combo_decrypt() to throw an error for zero-length input when

2007-08-23 Thread Tom Lane
Log Message: --- Fix combo_decrypt() to throw an error for zero-length input when using a padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in

[COMMITTERS] plproxy - plproxy: remove generated files from cvs

2007-08-23 Thread User Mkz
Log Message: --- remove generated files from cvs Removed Files: - plproxy/src: scanner.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/scanner.c) scanner.h (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/

[COMMITTERS] pgbuildfarm - client-code: Only complain about unlimit failure if we are

2007-08-23 Thread User Andrewd
Log Message: --- Only complain about unlimit failure if we are very verbose Modified Files: -- client-code: run_build.pl (r1.85 -> r1.86) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.85&r2=1.86) --

[COMMITTERS] pgsnmpd - pgsnmpd: Fix up some MIB syntax Add header and footer files

2007-08-23 Thread User Eggyknap
Log Message: --- Fix up some MIB syntax Add header and footer files for easy PGSQL-MIB creation Modify existing table definitions to use proper Float and TruthValue data types Add tabledefs and MIBs for pg_amop, pg_amproc, pg_attrdef, pg_attribute, pg_auth_members, pg_authid, pg_autovacuum

[COMMITTERS] pgloader - pgloader: * Support for datestyle setting * Support for

2007-08-23 Thread User Dim
Log Message: --- * Support for datestyle setting * Support for omiting column numbering * Change documentation source format from SGML to asciidoc * New version 2.2.1 Modified Files: -- pgloader: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi