[COMMITTERS] pgsql: Revert due to Tom's concerns: Add ProcessUtility_hook() to

2009-11-30 Thread Bruce Momjian
Log Message: --- Revert due to Tom's concerns: Add ProcessUtility_hook() to handle all DDL to contrib/pg_stat_statements. Modified Files: -- pgsql/contrib/pg_stat_statements: pg_stat_statements.c (r1.6 -> r1.7) (http://anoncvs.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: ProcessUtility_hook: Add ProcessUtility_hook() to handle all DDL

2009-11-30 Thread Bruce Momjian
Log Message: --- ProcessUtility_hook: Add ProcessUtility_hook() to handle all DDL to contrib/pg_stat_statements. Itagaki Takahiro Modified Files: -- pgsql/contrib/pg_stat_statements: pg_stat_statements.c (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvswe

[COMMITTERS] pgsql: hstore docs Update hstore docs, mostly word-smithing.

2009-11-30 Thread Bruce Momjian
Log Message: --- hstore docs Update hstore docs, mostly word-smithing. David E. Wheeler Modified Files: -- pgsql/doc/src/sgml: hstore.sgml (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/hstore.sgml?r1=1.4&r2=1.5) -- Sent via

[COMMITTERS] pgsql: THREAD_SUPPORT There is no reference to THREAD_SUPPORT outside

2009-11-30 Thread Bruce Momjian
Log Message: --- THREAD_SUPPORT There is no reference to THREAD_SUPPORT outside configure, and it is never set, so remove it. Modified Files: -- pgsql: configure (r1.658 -> r1.659) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.658&r2=1.659

[COMMITTERS] pgsql: Avoid core dump on empty thesaurus dictionary.

2009-11-30 Thread Tom Lane
Log Message: --- Avoid core dump on empty thesaurus dictionary. Per report from Robert Gravsjö. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/tsearch: dict_thesaurus.c (r1.11.2.1 -> r1.11.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Avoid core dump on empty thesaurus dictionary.

2009-11-30 Thread Tom Lane
Log Message: --- Avoid core dump on empty thesaurus dictionary. Per report from Robert Gravsjö. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/tsearch: dict_thesaurus.c (r1.13 -> r1.13.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src

[COMMITTERS] pgsql: Avoid core dump on empty thesaurus dictionary.

2009-11-30 Thread Tom Lane
Log Message: --- Avoid core dump on empty thesaurus dictionary. Per report from Robert Gravsjö. Modified Files: -- pgsql/src/backend/tsearch: dict_thesaurus.c (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_thesauru

[COMMITTERS] pgsql: In SRF example, move oldcontext variable definition into the

2009-11-30 Thread Peter Eisentraut
Log Message: --- In SRF example, move oldcontext variable definition into the FIRSTCALL branch, which is how most actual code is actually structured. Also fix slight whitespace misalignment. Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.141 -> r1.142)

[COMMITTERS] pgsql: Properly indent SGML.

2009-11-30 Thread Bruce Momjian
Log Message: --- Properly indent SGML. Modified Files: -- pgsql/doc/src/sgml: ecpg.sgml (r1.91 -> r1.92) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.91&r2=1.92) -- Sent via pgsql-committers mailing list (pgsql-committers@po

Re: [COMMITTERS] pgsql: Error when a specified connection service is not found, instead

2009-11-30 Thread Simon Riggs
On Mon, 2009-11-30 at 09:27 -0500, Andrew Dunstan wrote: > > Simon Riggs wrote: > > On Sun, 2009-11-29 at 20:14 +, Peter Eisentraut wrote: > > > >> Log Message: > >> --- > >> Error when a specified connection service is not found, instead of > >> ignoring it > >> > > > > Will

Re: [COMMITTERS] pgsql: Error when a specified connection service is not found, instead

2009-11-30 Thread Andrew Dunstan
Simon Riggs wrote: On Sun, 2009-11-29 at 20:14 +, Peter Eisentraut wrote: Log Message: --- Error when a specified connection service is not found, instead of ignoring it Will this be backpatched? Seems like an error or all the way. That would be a behaviour change w

Re: [COMMITTERS] pgsql: Error when a specified connection service is not found, instead

2009-11-30 Thread Simon Riggs
On Sun, 2009-11-29 at 20:14 +, Peter Eisentraut wrote: > Log Message: > --- > Error when a specified connection service is not found, instead of ignoring it Will this be backpatched? Seems like an error or all the way. -- Simon Riggs www.2ndQuadrant.com -- Sent via pgsq

[COMMITTERS] pgstatsinfo - pg_statsinfo: - Add regression test.

2009-11-30 Thread User Kasahara
Log Message: --- - Add regression test. - Change the schema name of target database into "targetdb" from "statsinfo". - Add foreign keys to each tables. - Make autovacuum-log.done and checkpoint-log.done removing transactional. Modified Files: -- pg_statsinfo/pg_statsinfo