[COMMITTERS] pginstaller - web: Fix incorrect reference to TARGETDIR, per kanishka

2007-06-18 Thread User Mha
Log Message: --- Fix incorrect reference to TARGETDIR, per kanishka Modified Files: -- web: silent.html (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/silent.html.diff?r1=1.8&r2=1.9) ---(end of broadcast

[COMMITTERS] pginstaller - web: Clearify parameters that don't need to be set when

2007-06-18 Thread User Mha
Log Message: --- Clearify parameters that don't need to be set when not installing as service. Modified Files: -- web: silent.html (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/silent.html.diff?r1=1.9&r2=1.10) ---

[COMMITTERS] pgsql: Remove comment about modifying tab-complete.c for userset GUC.

2007-06-18 Thread Magnus Hagander
Log Message: --- Remove comment about modifying tab-complete.c for userset GUC. Simon Riggs Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.397 -> r1.398) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.3

[COMMITTERS] pgbouncer - pgbouncer: update todo list

2007-06-18 Thread User Mkz
Log Message: --- update todo list Modified Files: -- pgbouncer/doc: todo.txt (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.6&r2=1.7) ---(end of broadcast)-

[COMMITTERS] pgbouncer - pgbouncer: version 1.0.8

2007-06-18 Thread User Mkz
Log Message: --- version 1.0.8 Modified Files: -- pgbouncer: NEWS (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.10&r2=1.11) pgbouncer/debian: changelog (r1.8 -> r1.9) (http://cvs.pgfoun

[COMMITTERS] pgbouncer - pgbouncer: forgot to update configure

2007-06-18 Thread User Mkz
Log Message: --- forgot to update configure Modified Files: -- pgbouncer: configure.ac (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.11&r2=1.12) ---(end of broadcast)---

[COMMITTERS] pgbouncer - pgbouncer: remove internal hacks from debian/packages

2007-06-18 Thread User Mkz
Log Message: --- remove internal hacks from debian/packages Modified Files: -- pgbouncer/debian: packages (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/debian/packages.diff?r1=1.1.1.1&r2=1.2) --

[COMMITTERS] plproxy - plproxy: include debian/packages in tgz

2007-06-18 Thread User Mkz
Log Message: --- include debian/packages in tgz Modified Files: -- plproxy: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.6&r2=1.7) ---(end of broadcast)-

[COMMITTERS] pgsql: Arrange for quote_identifier() and pg_dump to not quote keywords

2007-06-18 Thread Tom Lane
Log Message: --- Arrange for quote_identifier() and pg_dump to not quote keywords that are unreserved according to the grammar. The list of unreserved words has gotten extensive enough that the unnecessary quoting is becoming a bit of an eyesore. To do this, add knowledge of the keyword ca