[COMMITTERS] pgsql: Correct some code in pg_restore when reading the header of a tar

2005-06-21 Thread Neil Conway
Log Message: --- Correct some code in pg_restore when reading the header of a tar archive: (1) The code doesn't initialize `sum', so the initial "does the checksum match?" test is wrong. (2) The loop that is intended to check for a "null block" just checks the first byte of the ta

[COMMITTERS] pgsql: Correct some code in pg_restore when reading the header of a tar

2005-06-21 Thread Neil Conway
Log Message: --- Correct some code in pg_restore when reading the header of a tar archive: (1) The code doesn't initialize `sum', so the initial "does the checksum match?" test is wrong. (2) The loop that is intended to check for a "null block" just checks the first byte of the ta

[COMMITTERS] pgsql: Correct some code in pg_restore when reading the header of a tar

2005-06-21 Thread Neil Conway
Log Message: --- Correct some code in pg_restore when reading the header of a tar archive: (1) The code doesn't initialize `sum', so the initial "does the checksum match?" test is wrong. (2) The loop that is intended to check for a "null block" just checks the first byte of the ta

[COMMITTERS] pgsql: More trivial dead code removal: in int_to_roman(), checking for

2005-06-21 Thread Neil Conway
Log Message: --- More trivial dead code removal: in int_to_roman(), checking for "num == -1" is redundant after a check has already been made for "num < 0". The "set" variable can also be removed, as it is now no longer used. Per checking with Karel, this is the right fix. Per Coverity sta

[COMMITTERS] pgsql: Add a CONTINUE statement to PL/PgSQL, which can be used to begin

2005-06-21 Thread Neil Conway
Log Message: --- Add a CONTINUE statement to PL/PgSQL, which can be used to begin the next iteration of a loop. Update documentation and add regression tests. Patch from Pavel Stehule, reviewed by Neil Conway. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.

[COMMITTERS] python - be: Add trigger tests.

2005-06-21 Thread James William Pye
Log Message: --- Add trigger tests. Added Files: --- be/test/expected/80: trigger (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/expected/80/trigger?rev=1.1&content-type=text/x-cvsweb-markup) be/test/sql/80: trigger (r1.1)

[COMMITTERS] pgsql: pg_dump can now dump large objects even in plain-text output

2005-06-21 Thread Tom Lane
Log Message: --- pg_dump can now dump large objects even in plain-text output mode, by using the recently added lo_create() function. The restore logic in pg_restore is greatly simplified as well, since there's no need anymore to try to adjust database references to match a new set of blob

[COMMITTERS] configurator - configurator: Added v0.1 specification and beginning of

2005-06-21 Thread User Aglio
Log Message: --- Added v0.1 specification and beginning of calculations doc. Added Files: --- configurator: calculations.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/calculations.txt?rev=1.1&content-type=text/x-cvsweb-markup

[COMMITTERS] pgsql: Fix pg_dumpall to do the right thing with "postgres" database,

2005-06-21 Thread Tom Lane
Log Message: --- Fix pg_dumpall to do the right thing with "postgres" database, per Dave Page. Also, cause it to emit rather than ignore any ACL and datconfig options that may be set for these two databases. Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r

[COMMITTERS] uri - uri: Forgot to remove comment

2005-06-21 Thread User Applejack
Log Message: --- Forgot to remove comment Modified Files: -- uri: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.3&r2=1.4) ---(end of broadcast)--- TIP 8: expl

[COMMITTERS] uri - uri: uri_get_* now returns NULL on invalid conversions

2005-06-21 Thread User Applejack
Log Message: --- uri_get_* now returns NULL on invalid conversions Modified Files: -- uri: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.2&r2=1.3) uri.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoun

[COMMITTERS] uri - uri: Changed to pg_config

2005-06-21 Thread User Applejack
Log Message: --- Changed to pg_config Modified Files: -- uri: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)--- TIP 8:

[COMMITTERS] uri - uri: Updated Readme to reflect Makefile changes Added Comments to

2005-06-21 Thread User Applejack
Log Message: --- Updated Readme to reflect Makefile changes Added Comments to uri.sql Modified Files: -- uri: README (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/README.diff?r1=1.1.1.1&r2=1.2) uri.sql (r1.1.1.1 -> r1.2)

[COMMITTERS] uri - uri: Imported Sources

2005-06-21 Thread User Applejack
Update of /cvsroot/uri/uri In directory pgfoundry.org:/tmp/cvs-serv56114 Log Message: Initial Release Status: Vendor Tag: MAIN Release Tags: HEAD N uri/.cvsignore N uri/AUTHORS N uri/COPYING N uri/Makefile N uri/README N uri/uri.c N uri/uri.sql N uri/liburi/uri_scheme_gen