[COMMITTERS] edb-debugger - server: Fix the debugger plugin following the header
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) plugin_profiler.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Add note that not all SQL commands support ONLY in the same way.
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-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Defend against null input in analyze_requires_snapshot(), per
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?r1=1.386&r2=1.387) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Document that txid_visible_in_snapshot() cannot be used with
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) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: A couple further reloptions improvements, per KaiGai Kohei: add a
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: reloptions.c (r1.16 -> r1.17) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.16&r2=1.17) pgsql/src/include/access: reloptions.h (r1.8 -> r1.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/reloptions.h?r1=1.8&r2=1.9) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Fix memory leak for file name if expect file name contains a dot,
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/regress/pg_regress.c?r1=1.56&r2=1.57) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
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/doc/src/sgml: release.sgml (r1.400.2.55 -> r1.400.2.56) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.400.2.55&r2=1.400.2.56) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
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/doc/src/sgml: release.sgml (r1.488.2.23 -> r1.488.2.24) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.488.2.23&r2=1.488.2.24) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
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: release.sgml (r1.587 -> r1.588) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.587&r2=1.588) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention
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/doc/src/sgml: release.sgml (r1.579.2.7 -> r1.579.2.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.579.2.7&r2=1.579.2.8) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Document values for pg_constraint confupdtype, confdeltype and
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.186&r2=2.187) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
