Re: [COMMITTERS] pgsql: Unbreak regression tests (Peter's recent checkin to

2004-10-12 Thread Peter Eisentraut
Neil Conway wrote: > Unbreak regression tests (Peter's recent checkin to executor/spi.c > did not update some error message text). Oops, sorry. Btw., that should have been the first and last message style revision. Everyone did a good job this time around. -- Peter Eisentraut http://developer

[COMMITTERS] pgsql: Cleanup some unnecessary void * casts when using pfree() in

2004-10-12 Thread Neil Conway
Log Message: --- Cleanup some unnecessary void * casts when using pfree() in contrib/xml and contrib/xml2 Modified Files: -- pgsql/contrib/xml: pgxml_dom.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml/pgxml_dom.c.diff?r1=1.7&

[COMMITTERS] pgsql: More minor cosmetic improvements: - remove another senseless

2004-10-12 Thread Neil Conway
Log Message: --- More minor cosmetic improvements: - remove another senseless "extern" keyword that was applied to a function definition - change a foo more function signatures from "some_type foo()" to "some_type foo(void)" - rewrite another K&R style function definition - make the type o

[COMMITTERS] pgsql: Unbreak regression tests (Peter's recent checkin to

2004-10-12 Thread Neil Conway
Log Message: --- Unbreak regression tests (Peter's recent checkin to executor/spi.c did not update some error message text). Modified Files: -- pgsql/src/test/regress/expected: foreign_key.out (r1.37 -> r1.38) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: Add: > * Add RESET CONNECTION command to reset all session state

2004-10-12 Thread Bruce Momjian
Log Message: --- Add: > * Add RESET CONNECTION command to reset all session state 329a331,334 > This would include resetting of all variables (RESET ALL), dropping of > all temporary tables, removal of any NOTIFYs, etc. This could be used > for connection pooling. We could also cha

[COMMITTERS] pgsql: Clarify pg_restore --help wording.

2004-10-12 Thread Bruce Momjian
Log Message: --- Clarify pg_restore --help wording. Modified Files: -- pgsql/src/bin/pg_dump: pg_restore.c (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.62&r2=1.63) ---(end

[COMMITTERS] pgsql: Update Cygwin build to not use DLLINIT, per Cygwin report from

2004-10-12 Thread Bruce Momjian
Log Message: --- Update Cygwin build to not use DLLINIT, per Cygwin report from Reini Urban Modified Files: -- pgsql/src: Makefile.shlib (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.81&r2=1.82) ---

[COMMITTERS] pgsql: Message style revisions

2004-10-12 Thread Peter Eisentraut
Log Message: --- Message style revisions Modified Files: -- pgsql/src/backend/access/heap: heapam.c (r1.177 -> r1.178) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c.diff?r1=1.177&r2=1.178) pgsql/src/backend/access/tr

Re: [COMMITTERS] CVSROOT: remerge earthdistance back into pgql-server/contrib and move

2004-10-12 Thread Sean Chittenden
remerge earthdistance back into pgql-server/contrib and move pgsql-server to pgsql Ugh, this is going to create a *HUGE* headache for many developers. I think a message to announce@ would be justified with some helpful bits of advice such as the following: ### BEGIN HINT Run the following two

[COMMITTERS] pgsql: New translation

2004-10-12 Thread Peter Eisentraut
Log Message: --- New translation Added Files: --- pgsql/src/bin/pg_config: nls.mk (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/nls.mk?rev=1.1&content-type=text/x-cvsweb-markup) pgsql/src/bin/pg_config/po: pt_BR.po (r1.1

[COMMITTERS] pgsql: New Directory

2004-10-12 Thread Peter Eisentraut
Update of /cvsroot/pgsql/src/bin/pg_config/po In directory svr1.postgresql.org:/tmp/cvs-serv49601/po Log Message: Directory /cvsroot/pgsql/src/bin/pg_config/po added to the repository ---(end of broadcast)--- TIP 2: you can get off all lists at onc

[COMMITTERS] pgsql: Translation updates

2004-10-12 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_ctl/po: tr.po (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/po/tr.po.diff?r1=1.1&r2=1.2) pgsql/src/bin/pg_resetxlog: nls.mk (r1.14 -> r1.1

[COMMITTERS] pgsql: Translation update

2004-10-12 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql/src/bin/psql/po: ru.po (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/ru.po.diff?r1=1.17&r2=1.18) ---(end of broadcast)

[COMMITTERS] pgsql: Translation update

2004-10-12 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql/src/backend/po: ru.po (r1.25 -> r1.26) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.25&r2=1.26) ---(end of broadcast)--

[COMMITTERS] pgsql: Translation update

2004-10-12 Thread Peter Eisentraut
Log Message: --- Translation update Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.12.2.11 -> r1.12.2.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ru.po.diff?r1=1.12.2.11&r2=1.12.2.12) -

[COMMITTERS] pgsql: plpgsql EXIT construct forgot to downcase or quote-strip its

2004-10-12 Thread Tom Lane
Log Message: --- plpgsql EXIT construct forgot to downcase or quote-strip its identifier argument, leading to label matching failures at run-time. Per report from Patrick Fiche. Also, fix it so that an unrecognized label argument draws a more useful error message than 'syntax error'. Mod

[COMMITTERS] pginstaller - pginst: Changes to README I forgot to commit previously.

2004-10-12 Thread User Dpage
Log Message: --- Changes to README I forgot to commit previously. Modified Files: -- pginst: README (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.5&r2=1.6) ---(end of broadcast)-

[COMMITTERS] autodoc - autodoc: Strip out quotes in the comparison area.

2004-10-12 Thread User Rbt
Log Message: --- Strip out quotes in the comparison area. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.4&r2=1.5) ---(en