[COMMITTERS] pgsql: Text search doc updates --- first cut at syncing the existing

2007-08-22 Thread Tom Lane
Log Message: --- Text search doc updates --- first cut at syncing the existing docs with the final syntax decisions. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.

[COMMITTERS] pgsql: More cleaning up and removed some duplicates.

2007-08-22 Thread Michael Meskes
Log Message: --- More cleaning up and removed some duplicates. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.352 -> r1.353) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.352&r2=1.353) pgsql/src/interf

Re: [COMMITTERS] pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by

2007-08-22 Thread Teodor Sigaev
the new settings before they get stored; in the original coding you didn't find out about mistakes until the dictionary got invoked. That is source of initdb error with -E KOI8-R --locale ru_RU.KOI8-R options : ERROR: character 0xc3a5 of encoding "UTF8" has no equivalent in "KOI8" Snowball dic

[COMMITTERS] pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY

2007-08-22 Thread Tom Lane
Log Message: --- Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during initdb. We should create all the standard dictionaries even though some of them may not work in template1's encoding. Per Teodor. Modified Files: -- pgsql/src/backend/commands: t

[COMMITTERS] pgsql: Fix possible core dump from pgbench -d option.

2007-08-22 Thread Tom Lane
Log Message: --- Fix possible core dump from pgbench -d option. Julius Stroffek Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.58.2.1 -> r1.58.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench

[COMMITTERS] pgsql: Fix possible core dump from pgbench -d option.

2007-08-22 Thread Tom Lane
Log Message: --- Fix possible core dump from pgbench -d option. Julius Stroffek Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.69&r2=1.70) -

[COMMITTERS] pgsql: Add book to FAQ_DEV: Transactional Information Systems by

2007-08-22 Thread Bruce Momjian
Log Message: --- Add book to FAQ_DEV: Transactional Information Systems by Gerhard Weikum, Kaufmann Modified Files: -- pgsql/doc: FAQ_DEV (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.139&r2=1.140) pgsql/doc/src/

[COMMITTERS] pgsql: Fix typo in FAQ_DEV.

2007-08-22 Thread Bruce Momjian
Log Message: --- Fix typo in FAQ_DEV. Modified Files: -- pgsql/doc: FAQ_DEV (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.140&r2=1.141) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.144 -> r1.145) (http://d

[COMMITTERS] pgsql: unbreak ECPG tests for VPATH builds.

2007-08-22 Thread Andrew Dunstan
Log Message: --- unbreak ECPG tests for VPATH builds. Modified Files: -- pgsql/src/interfaces/ecpg/test/connect: Makefile (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/connect/Makefile?r1=1.6&r2=1.7)

[COMMITTERS] pgsql: Reduce memory requirements for writing CSVlogs, so it will work

2007-08-22 Thread Andrew Dunstan
Log Message: --- Reduce memory requirements for writing CSVlogs, so it will work with about the same amount of memory in ErrorContext as standard logs. Modified Files: -- pgsql/src/backend/utils/error: elog.c (r1.194 -> r1.195) (http://developer.postgresql

[COMMITTERS] pgsnmpd - pgsnmpd: MIB chunk for pg_am table

2007-08-22 Thread User Eggyknap
Log Message: --- MIB chunk for pg_am table Added Files: --- pgsnmpd/pgsql_mib_pieces: pg_am.mib (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_am.mib?rev=1.1&content-type=text/x-cvsweb-markup) pg_am.tbldef (r1.1)