[COMMITTERS] edb-debugger - server: Fix the debugger plugin following the header

2009-01-08 Thread Dave Page
Log Message: --- Fix the debugger plugin following the header cleanup in Postgres. Modified Files: -- server: plugin_debugger.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.8&r2=1.9) plu

[COMMITTERS] pgsql: Add note that not all SQL commands support ONLY in the same way.

2009-01-08 Thread Peter Eisentraut
Log Message: --- Add note that not all SQL commands support ONLY in the same way. Modified Files: -- pgsql/doc/src/sgml: ddl.sgml (r1.84 -> r1.85) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml?r1=1.84&r2=1.85) -- Sent via pgsql-com

[COMMITTERS] pgsql: Defend against null input in analyze_requires_snapshot(), per

2009-01-08 Thread Tom Lane
Log Message: --- Defend against null input in analyze_requires_snapshot(), per report from Rushabh Lathia. Modified Files: -- pgsql/src/backend/parser: analyze.c (r1.386 -> r1.387) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c

[COMMITTERS] pgsql: Document that txid_visible_in_snapshot() cannot be used with

2009-01-08 Thread Bruce Momjian
Log Message: --- Document that txid_visible_in_snapshot() cannot be used with subtransaction ids. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.468 -> r1.469) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.468&r2=1.469)

[COMMITTERS] pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a

2009-01-08 Thread Alvaro Herrera
Log Message: --- A couple further reloptions improvements, per KaiGai Kohei: add a validation function to the string type and add a couple of macros for string handling. In passing, fix an off-by-one bug of mine. Modified Files: -- pgsql/src/backend/access/common:

[COMMITTERS] pgsql: Fix memory leak for file name if expect file name contains a dot,

2009-01-08 Thread Bruce Momjian
Log Message: --- Fix memory leak for file name if expect file name contains a dot, per report from [email protected]. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.56 -> r1.57) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regres

[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention

2009-01-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade. Tags: REL8_1_STABLE Modified Files: -- pgsql/do

[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention

2009-01-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade. Tags: REL8_2_STABLE Modified Files: -- pgsql/do

[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention

2009-01-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade. Modified Files: -- pgsql/doc/src/sgml: releas

[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention

2009-01-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade. Tags: REL8_3_STABLE Modified Files: -- pgsql/do

[COMMITTERS] pgsql: Document values for pg_constraint confupdtype, confdeltype and

2009-01-08 Thread Andrew Dunstan
Log Message: --- Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns. Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.186 -> r2.187) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.1