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
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
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
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
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.
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:
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