[COMMITTERS] pgsql: Fix #ifdeffed debugging code to work with relation forks.

2008-11-26 Thread Heikki Linnakangas
Log Message: --- Fix #ifdeffed debugging code to work with relation forks. Modified Files: -- pgsql/src/backend/storage/buffer: localbuf.c (r1.83 -> r1.84) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c?r1=1.83&r2=1.84

[COMMITTERS] pgsql: Back-patch change to make DISCARD ALL release advisory locks.

2008-11-26 Thread Tom Lane
Log Message: --- Back-patch change to make DISCARD ALL release advisory locks. Per discussion. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: discard.sgml (r1.2 -> r1.2.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/

[COMMITTERS] pgsql: Tweak wording of DISCARD ALL description to avoid giving the

2008-11-26 Thread Tom Lane
Log Message: --- Tweak wording of DISCARD ALL description to avoid giving the impression that the presented list of equivalent operations is meant to be the primary definition of what it does. Per comment from Guillaume Smet. Modified Files: -- pgsql/doc/src/sgml/ref:

[COMMITTERS] pgsql: Fix minor memory leak introduced in recent SQL-functions hacking:

2008-11-26 Thread Tom Lane
Log Message: --- Fix minor memory leak introduced in recent SQL-functions hacking: the DestReceiver created during postquel_start needs to be destroyed during postquel_end. In a moment of brain fade I had assumed this would be taken care of by FreeQueryDesc, but it's not (and shouldn't be)

[COMMITTERS] pgbouncer - pgbouncer: Quick win32 fixes.

2008-11-26 Thread User Mkz
Log Message: --- Quick win32 fixes. It not only compiles now, but even boots.. Modified Files: -- pgbouncer: Makefile (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.26&r2=1.27) pgbouncer/src:

[COMMITTERS] deny-updates - trunk: Imported Sources

2008-11-26 Thread User Alexk
Update of /cvsroot/deny-updates/trunk In directory pgfoundry.org:/tmp/cvs-serv87424 Log Message: Initial import. Status: Vendor Tag: deny_updates_pgfoundry Release Tags: initial N trunk/trunk/deny_updates.sql N trunk/trunk/Makefile N trunk/trunk/README N trunk/trunk/expect

[COMMITTERS] pgsql: Rely on relcache invalidation to update the cached size of the

2008-11-26 Thread Heikki Linnakangas
Log Message: --- Rely on relcache invalidation to update the cached size of the FSM. Modified Files: -- pgsql/src/backend/access/transam: xlogutils.c (r1.63 -> r1.64) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlogutils.c?r1=

[COMMITTERS] pgsql: interval.c needs limits.h

2008-11-26 Thread Michael Meskes
Log Message: --- interval.c needs limits.h Modified Files: -- pgsql/src/interfaces/ecpg/pgtypeslib: interval.c (r1.38 -> r1.39) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/interval.c?r1=1.38&r2=1.39) -- Sent via pgsql-co

[COMMITTERS] pgsql: Applied patch by Ron Mayer <[EMAIL PROTECTED]> to

2008-11-26 Thread Michael Meskes
Log Message: --- Applied patch by Ron Mayer <[EMAIL PROTECTED]> to merge the new interval style into ecpg. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.391 -> r1.392) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeL

[COMMITTERS] pgsql: Tweak new PQExpBufferBroken macro to suppress warnings from

2008-11-26 Thread Tom Lane
Log Message: --- Tweak new PQExpBufferBroken macro to suppress warnings from pickier versions of gcc. Modified Files: -- pgsql/src/interfaces/libpq: pqexpbuffer.h (r1.20 -> r1.21) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pqexpbuf

[COMMITTERS] pgsql: Replaced strchrnul by strchr.

2008-11-26 Thread Michael Meskes
Log Message: --- Replaced strchrnul by strchr. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: type.c (r1.77.2.2 -> r1.77.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.77.2.2&r2=

[COMMITTERS] pgsql: Removed strchrnul

2008-11-26 Thread Michael Meskes
Log Message: --- Removed strchrnul Modified Files: -- pgsql/src/interfaces/ecpg/preproc: type.c (r1.80 -> r1.81) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.80&r2=1.81) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Let's see if using -c instead of -- style fixes the PGOPTIONS

2008-11-26 Thread Tom Lane
Log Message: --- Let's see if using -c instead of -- style fixes the PGOPTIONS issue. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.52 -> r1.53) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.52&r2=1.53) --

[COMMITTERS] pgsql: When creating a varchar struct name braces must be discarded.

2008-11-26 Thread Michael Meskes
Log Message: --- When creating a varchar struct name braces must be discarded. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: type.c (r1.77.2.1 -> r1.77.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecp

[COMMITTERS] pgsql: When creating a varchar struct name braces must be discarded.

2008-11-26 Thread Michael Meskes
Log Message: --- When creating a varchar struct name braces must be discarded. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.390 -> r1.391) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.390&r2=1.391) pg

[COMMITTERS] stackbuilder - wizard: Fix the MD5 code to work on PPC Macs

2008-11-26 Thread Dave Page
Log Message: --- Fix the MD5 code to work on PPC Macs Modified Files: -- wizard: MD5.cpp (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/MD5.cpp.diff?r1=1.3&r2=1.4) -- Sent via pgsql-committers mailing list (pgsql-committer

[COMMITTERS] pgsql: configure check for docbook2man program, used in the new

2008-11-26 Thread Peter Eisentraut
Log Message: --- configure check for docbook2man program, used in the new XML-based man page build target. This covers from-source, Debian, and Fedora installation variants. Modified Files: -- pgsql: configure (r1.613 -> r1.614) (http://anoncvs.postgresql.

[COMMITTERS] pgsql: Feature F442 "Mixed column references in set functions" is

2008-11-26 Thread Peter Eisentraut
Log Message: --- Feature F442 "Mixed column references in set functions" is supported. Modified Files: -- pgsql/src/backend/catalog: sql_features.txt (r1.33 -> r1.34) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.

[COMMITTERS] pgsql: Add %expect 0 to all parser input files to prevent conflicts

2008-11-26 Thread Peter Eisentraut
Log Message: --- Add %expect 0 to all parser input files to prevent conflicts slipping by. Modified Files: -- pgsql/contrib/cube: cubeparse.y (r1.18 -> r1.19) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cubeparse.y?r1=1.18&r2=1.19) pgsq