[COMMITTERS] pginstaller - pginst: Prep for 8.0.2

2005-04-08 Thread User Dpage
Log Message: --- Prep for 8.0.2 Tags: REL8_0_STABLE Modified Files: -- pginst: Makefile.config (r1.33.2.1 -> r1.33.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.33.2.1&r2=1.33.2.2)

[COMMITTERS] pgsql: If we're going to have a non-panic check for held_lwlocks[]

2005-04-08 Thread Tom Lane
Log Message: --- If we're going to have a non-panic check for held_lwlocks[] overrun, it must occur *before* we get into the critical state of holding a lock we have no place to record. Per discussion with Qingqing Zhou. Modified Files: -- pgsql/src/backend/storage/lmgr:

[COMMITTERS] pgaccess - pgaccess: latest version from Robert Strong, with licensing

2005-04-08 Thread User Cmaj
Log Message: --- latest version from Robert Strong, with licensing updates Modified Files: -- pgaccess/lib: visualqb-tktable.tcl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/visualqb-tktable.tcl.diff?r1=1.2&r2=1.3)

[COMMITTERS] docbot - docbot: Changed the docbot to join #postgresql-es, but not

2005-04-08 Thread User Dfetter
Log Message: --- Changed the docbot to join #postgresql-es, but not #slony. Modified Files: -- docbot: docbot.pl (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.33&r2=1.34) ---(end of

[COMMITTERS] python - be: Misplaced function, this belongs in pl.c where is actually

2005-04-08 Thread User Jwp
Log Message: --- Misplaced function, this belongs in pl.c where is actually already exists under a different name. (Shouldn't be use in the extension module anyways) Modified Files: -- be/src: error.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] python - be: Don't continue to fill in the error if errstart returns

2005-04-08 Thread User Jwp
Log Message: --- Don't continue to fill in the error if errstart returns false. In cases where the message would not be seen, it would result in a raised ERROR. Modified Files: -- be/src: module.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] python - be: Raise Postgres.Errors as what they are defined to be,

2005-04-08 Thread User Jwp
Log Message: --- Raise Postgres.Errors as what they are defined to be, rather than raising it as a "Python exception occurred" with all the information in the DETAILs. Make the exception conversion function use the current Python exception, rather than passing in the exception variables. Re

[COMMITTERS] pgsql: We don't put URL's in ulink's because the URL is always

2005-04-08 Thread Bruce Momjian
Log Message: --- We don't put URL's in ulink's because the URL is always generated, but we can put words in ulink and the URL will still be printed. per Peter Modified Files: -- pgsql/doc/src/sgml: advanced.sgml (r1.48 -> r1.49) (http://developer.postgresq

[COMMITTERS] pgsql: Done: < * Allow additional tables to be specified in DELETE for

2005-04-08 Thread Bruce Momjian
Log Message: --- Done: < * Allow additional tables to be specified in DELETE for joins > * -Allow additional tables to be specified in DELETE for joins Modified Files: -- pgsql/doc: TODO (r1.1486 -> r1.1487) (http://developer.postgresql.org/cvsweb.cgi/pgsq