[COMMITTERS] reorg - pg_reorg: Imported Sources

2008-12-07 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg In directory pgfoundry.org:/tmp/cvs-serv26067 Log Message: pg_reorg initial import Status: Vendor Tag: NTTOSS Release Tags: v1_0 N pg_reorg/Makefile N pg_reorg/bin/Makefile N pg_reorg/bin/pg_reorg.c N pg_reorg/doc/index-ja.html N pg_reorg/

[COMMITTERS] pgsql: Don't try to optimize EXISTS subqueries with empty FROM-lists: we

2008-12-07 Thread Tom Lane
Log Message: --- Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to form a join and that case doesn't have anything to join to. (We could probably make it work if we didn't pull up the subquery, but it seems to me that the case isn't worth extra code.) Per report fr

[COMMITTERS] pgsql: Desultorily enclose programlisting tags in CDATA, to get rid of

2008-12-07 Thread Alvaro Herrera
Log Message: --- Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious SGML-escaping. Modified Files: -- pgsql/doc/src/sgml: auto-explain.sgml (r1.1 -> r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/auto-explain.

[COMMITTERS] pgbouncer - pgbouncer: win32: more fixes - proper message id - fix bugs

2008-12-07 Thread User Mkz
Log Message: --- win32: more fixes - proper message id - fix bugs in cmdline validation Modified Files: -- pgbouncer/src: main.c (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.56&r2=1.57) pgbounce

[COMMITTERS] pgsql: Set up ar, dlltool, dllwrap, and windres for cross-compiling if

2008-12-07 Thread Peter Eisentraut
Log Message: --- Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. Plus some makefile cleanup. part of a patch from Richard Evans Modified Files: -- pgsql: configure (r1.615 -> r1.616) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsq