[COMMITTERS] pgsql: Fix memory allocation bug in pgbench.

2006-07-30 Thread Tatsuo Ishii
Log Message: --- Fix memory allocation bug in pgbench. patches submitted by ITAGAKI Takahiro. Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.51&r2=1.

[COMMITTERS] pgsql: Change the bootstrap sequence so that toast tables for system

2006-07-30 Thread Tom Lane
Log Message: --- Change the bootstrap sequence so that toast tables for system catalogs are created in the bootstrap phase proper, rather than added after-the-fact by initdb. This is cleaner than before because it allows us to retire the undocumented ALTER TABLE ... CREATE TOAST TABLE comm

[COMMITTERS] pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and

2006-07-30 Thread Alvaro Herrera
Log Message: --- Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: set_transaction.sgml (r1.23 -> r1.23.6.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and

2006-07-30 Thread Alvaro Herrera
Log Message: --- Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. Modified Files: -- pgsql/doc/src/sgml/ref: set_transaction.sgml (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/set_transactio

[COMMITTERS] pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and

2006-07-30 Thread Alvaro Herrera
Log Message: --- Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: set_transaction.sgml (r1.17 -> r1.17.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and

2006-07-30 Thread Alvaro Herrera
Log Message: --- Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: set_transaction.sgml (r1.23 -> r1.23.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] xlogviewer - xlogdump: start to decode char and int

2006-07-30 Thread User Diogob
Log Message: --- start to decode char and int Modified Files: -- xlogdump: .kdbgrc.xlogdump (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/.kdbgrc.xlogdump.diff?r1=1.1.1.1&r2=1.2) Makefile (r1.1.1.1 -> r1.2)

[COMMITTERS] pgsql: Fix a couple of comments.

2006-07-30 Thread Tom Lane
Log Message: --- Fix a couple of comments. Modified Files: -- pgsql/src/backend/storage/ipc: procarray.c (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c.diff?r1=1.15&r2=1.16) --

[COMMITTERS] fulldisjunction - fd: Fixed the inlcude directories in the Makfile to

2006-07-30 Thread User Pgstudy
Log Message: --- Fixed the inlcude directories in the Makfile to point to only the includes from the binary installation. Also more documentation fixes and additions. Modified Files: -- fd: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

Re: [COMMITTERS] pgsql: Added missing $Header$ entries.

2006-07-30 Thread Michael Meskes
On Sun, Jul 30, 2006 at 11:46:35AM -0400, Tom Lane wrote: > You should be using $PostgreSQL$. Both $Header$ and $Id$ are deprecated > in Postgres CVS, because they cause problems for people trying to > maintain downstream copies in their own CVS trees. Sorry, didn't know that. Fixed in CVS. Mic

Re: [COMMITTERS] pgsql: Added missing $Header$ entries.

2006-07-30 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > Log Message: > --- > Added missing $Header$ entries. You should be using $PostgreSQL$. Both $Header$ and $Id$ are deprecated in Postgres CVS, because they cause problems for people trying to maintain downstream copies in their own CVS trees.

[COMMITTERS] pgsql: Added missing $Header$ entries.

2006-07-30 Thread Michael Meskes
Log Message: --- Added missing $Header$ entries. Modified Files: -- pgsql/src/interfaces/ecpg/pgtypeslib: common.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/common.c.diff?r1=1.12&r2=1.13) pgsql/src