[COMMITTERS] pgsql: vacuum_cost_limit has a minimum value of 1, not zero; update

2008-01-09 Thread Bruce Momjian
Log Message: --- vacuum_cost_limit has a minimum value of 1, not zero; update postgresql.conf comment to match. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.233 -> r1.234) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src

[COMMITTERS] pgsql: Remove incorrect (and ill-advised anyway) pfree's in

2008-01-09 Thread Tom Lane
Log Message: --- Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and pg_convert_to. Per bug #3866 from Andrew Gilligan. Modified Files: -- pgsql/src/backend/utils/mb: mbutils.c (r1.68 -> r1.69) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Fix CREATE INDEX CONCURRENTLY to not deadlock against an

2008-01-09 Thread Tom Lane
Log Message: --- Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual VACUUM that is blocked waiting to get lock on the table being indexed. Per report and fix suggestion from Greg Stark. Modified Files: -- pgsql/src/backend/commands: indexcm

[COMMITTERS] pgsql: Fix a bug in 8.2.x that was exposed while investigating Kevin

2008-01-09 Thread Tom Lane
Log Message: --- Fix a bug in 8.2.x that was exposed while investigating Kevin Grittner's report of poor planning in 8.3: it's unsafe to push a constant across an outer join when the outer-join condition is delayed by lower outer joins, unless we recheck the outer-join condition at the uppe

[COMMITTERS] pgsql: Fix some planner issues found while investigating Kevin

2008-01-09 Thread Tom Lane
Log Message: --- Fix some planner issues found while investigating Kevin Grittner's report of poorer planning in 8.3 than 8.2: 1. After pushing a constant across an outer join --- ie, given "a LEFT JOIN b ON (a.x = b.y) WHERE a.x = 42", we can deduce that b.y is sort of equal to 42, in the

[COMMITTERS] pllua - pllua: - Keep package table in pllua - Added pllua_validator -

2008-01-09 Thread User Carvalho
Log Message: --- - Keep package table in pllua - Added pllua_validator - trigger.old now holds old row in upvalue before row operation triggers - Improved Makefile - pllua.init table is now optional - Use '...' as argument if any argname is missing in function declarations. Modified Files:

[COMMITTERS] pgbouncer - pgbouncer: suspend_timeout, to force suspend

2008-01-09 Thread User Mkz
Log Message: --- suspend_timeout, to force suspend Modified Files: -- pgbouncer/include: bouncer.h (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h.diff?r1=1.7&r2=1.8) janitor.h (r1.2 -> r1.3)

[COMMITTERS] optimizer - jos: Imported source cleanups.

2008-01-09 Thread User Julo
Log Message: --- Imported source cleanups. Added Files: compare/.cvsignore dummy/.cvsignore greedy/.cvsignore simgre/.cvsignore Removed Files: compare/Makefile compare/compare.lo compare/joscompare.la compare/libcompare.la compare/.deps/compare.Plo

[COMMITTERS] optimizer - jos: Imported Sources

2008-01-09 Thread User Julo
Update of /cvsroot/optimizer/jos In directory pgfoundry.org:/tmp/cvs-serv86814 Log Message: Initial import of sources Status: Vendor Tag: pgfoundry Release Tags: start N jos/Makefile.in N jos/AUTHORS N jos/COPYING N jos/install-sh N jos/config.guess N jos/aclocal.m4 N jos/

[COMMITTERS] pgbouncer - pgbouncer: todo update

2008-01-09 Thread User Mkz
Log Message: --- todo update Modified Files: -- pgbouncer/doc: todo.txt (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.24&r2=1.25) ---(end of broadcast)--

[COMMITTERS] pgsql: Don't enforce 32-bit time_t for FRONTEND apps.

2008-01-09 Thread Magnus Hagander
Log Message: --- Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone builds of libpq in both 32 and 64-bit. Per gripe from Hiroshi Saito. Modified Files: -- pgsql/src/include/port: win32.h (r1.82 -> r1.83) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgbouncer - pgbouncer: move shutdown after fork(), detect old bouncer

2008-01-09 Thread User Mkz
Log Message: --- move shutdown after fork(), detect old bouncer Modified Files: -- pgbouncer/include: takeover.h (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/takeover.h.diff?r1=1.2&r2=1.3) pgbouncer/src:

[COMMITTERS] pgsql: Fix an omission in the outfuncs.c support for Agg nodes: the

2008-01-09 Thread Neil Conway
Log Message: --- Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx and grpOperators fields were not emitted by _outAgg(). Modified Files: -- pgsql/src/backend/nodes: outfuncs.c (r1.321 -> r1.322) (http://developer.postgresql.org/cvsweb.