[COMMITTERS] pgsql: Documentation patch by Kevin L.

2008-07-01 Thread Bruce Momjian
Log Message: --- Documentation patch by Kevin L. McBride explaining GUC lock variables, which are available if LOCK_DEBUG is defined. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.181 -> r1.182) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/s

[COMMITTERS] pgsql: Remove GUC extra_desc strings that are redundant with the enum

2008-07-01 Thread Tom Lane
Log Message: --- Remove GUC extra_desc strings that are redundant with the enum value lists. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.460 -> r1.461) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.460&r2=1

[COMMITTERS] pgsql: Add URL for: * Add database and transaction-level triggers

2008-07-01 Thread Bruce Momjian
Log Message: --- Add URL for: * Add database and transaction-level triggers Modified Files: -- pgsql/doc: TODO (r1.2480 -> r1.2481) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2480&r2=1.2481) pgsql/doc/src/FAQ: TODO.html (r1.9

[COMMITTERS] pgsql: Add to TODO: > * Fix TRUNCATE ...

2008-07-01 Thread Bruce Momjian
Log Message: --- Add to TODO: > * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled > back on transaction abort Modified Files: -- pgsql/doc: TODO (r1.2479 -> r1.2480) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.247

[COMMITTERS] pgsql: Move volatility, language, etc.

2008-07-01 Thread Heikki Linnakangas
Log Message: --- Move volatility, language, etc. modifiers before function body in the pg_dump output for CREATE FUNCTION. This makes it easier to read especially if the function body is long. Original idea and patch by Greg Sabino Mullane, though this is a stripped down version of that.

[COMMITTERS] pgsql: Extend VacAttrStats to allow typanalyze functions to store

2008-07-01 Thread Heikki Linnakangas
Log Message: --- Extend VacAttrStats to allow typanalyze functions to store statistic values of different types than the underlying column. The capability isn't yet used for anything, but will be required by upcoming patch to analyze tsvector columns. Jan Urbanski Modified Files:

[COMMITTERS] pgsql: "debug" level was supposed to be hidden, since it's just an alias

2008-07-01 Thread Magnus Hagander
Log Message: --- "debug" level was supposed to be hidden, since it's just an alias for debug2. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.459 -> r1.460) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.459&r2