[COMMITTERS] pgsql: Fix already-obsolete hint message ...

2009-05-03 Thread Tom Lane
Log Message:
---
Fix already-obsolete hint message ... sslverify parameter is no more.

Modified Files:
--
pgsql/src/interfaces/libpq:
fe-secure.c (r1.124 -> r1.125)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.124&r2=1.125)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix assign_pgstat_temp_directory() to ensure the directory path

2009-05-03 Thread Tom Lane
Log Message:
---
Fix assign_pgstat_temp_directory() to ensure the directory path is
canonicalized.  Avoid the need to elog(FATAL) on out-of-memory.

Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.503 -> r1.504)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.503&r2=1.504)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pg-migrator - src: Variable naming cleanup.

2009-05-03 Thread User Bmomjian
Log Message:
---
Variable naming cleanup.

Modified Files:
--
src/funcs:
pg_migrator.c (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/funcs/pg_migrator.c.diff?r1=1.4&r2=1.5)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pg-migrator - src: Variable naming cleanup.

2009-05-03 Thread User Bmomjian
Log Message:
---
Variable naming cleanup.

Modified Files:
--
src:
info.c (r1.11 -> r1.12)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/info.c.diff?r1=1.11&r2=1.12)
pg_migrator.c (r1.75 -> r1.76)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.75&r2=1.76)
relfilenode.c (r1.15 -> r1.16)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/relfilenode.c.diff?r1=1.15&r2=1.16)
version.c (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/version.c.diff?r1=1.5&r2=1.6)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix unintelligible description created by removing only part of a

2009-05-03 Thread Tom Lane
Log Message:
---
Fix unintelligible description created by removing only part of
a parenthetical remark.

Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_table.sgml (r1.105 -> r1.106)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_table.sgml?r1=1.105&r2=1.106)
select.sgml (r1.121 -> r1.122)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=1.121&r2=1.122)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix mis-description of XML Schema functions, per discussion.

2009-05-03 Thread Tom Lane
Log Message:
---
Fix mis-description of XML Schema functions, per discussion.

Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.477 -> r1.478)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.477&r2=1.478)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pg-migrator - src: More variable renaming.

2009-05-03 Thread User Bmomjian
Log Message:
---
More variable renaming.

Modified Files:
--
src:
info.c (r1.12 -> r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/info.c.diff?r1=1.12&r2=1.13)
pg_migrator.h (r1.18 -> r1.19)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.h.diff?r1=1.18&r2=1.19)
relfilenode.c (r1.16 -> r1.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/relfilenode.c.diff?r1=1.16&r2=1.17)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix pg_resetxlog to remove archive status files along with WAL

2009-05-03 Thread Tom Lane
Log Message:
---
Fix pg_resetxlog to remove archive status files along with WAL segment files.

Fujii Masao

Modified Files:
--
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.72 -> r1.73)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.72&r2=1.73)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix pg_resetxlog to remove archive status files along with WAL

2009-05-03 Thread Tom Lane
Log Message:
---
Fix pg_resetxlog to remove archive status files along with WAL segment files.

Fujii Masao

Tags:

REL8_3_STABLE

Modified Files:
--
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.63.2.1 -> r1.63.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.63.2.1&r2=1.63.2.2)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix pg_resetxlog to remove archive status files along with WAL

2009-05-03 Thread Tom Lane
Log Message:
---
Fix pg_resetxlog to remove archive status files along with WAL segment files.

Fujii Masao

Tags:

REL8_2_STABLE

Modified Files:
--
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.53.2.1 -> r1.53.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.53.2.1&r2=1.53.2.2)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix pg_resetxlog to remove archive status files along with WAL

2009-05-03 Thread Tom Lane
Log Message:
---
Fix pg_resetxlog to remove archive status files along with WAL segment files.

Fujii Masao

Tags:

REL8_1_STABLE

Modified Files:
--
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.38 -> r1.38.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.38&r2=1.38.2.1)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pg-migrator - src: Record all toast entries, not just relkind = 't'

2009-05-03 Thread User Bmomjian
Log Message:
---
Record all toast entries, not just relkind = 't' (toast indexes are
relkind 'i').

Modified Files:
--
src:
info.c (r1.13 -> r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/info.c.diff?r1=1.13&r2=1.14)
pg_migrator.h (r1.19 -> r1.20)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.h.diff?r1=1.19&r2=1.20)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Avoid a memory allocation in the backend startup code, to avoid

2009-05-03 Thread Alvaro Herrera
Log Message:
---
Avoid a memory allocation in the backend startup code, to avoid having to check
whether it failed.  Modelled after catcache.c's usage of DlList, per suggestion
from Tom.

Modified Files:
--
pgsql/src/backend/postmaster:
postmaster.c (r1.578 -> r1.579)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.578&r2=1.579)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix missed usage of DLNewElem()

2009-05-03 Thread Tom Lane
Log Message:
---
Fix missed usage of DLNewElem()

Modified Files:
--
pgsql/src/backend/postmaster:
postmaster.c (r1.579 -> r1.580)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.579&r2=1.580)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers