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.
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
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
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
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
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
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)
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)
--
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.
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
[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.
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
12 matches
Mail list logo