[COMMITTERS] pgsql: Propagate Magnus' fix for Windows snowball build into

2007-08-21 Thread Tom Lane
Log Message: --- Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. Modified Files: -- pgsql/src/makefiles: Makefile.cygwin (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin?r1=1.9&r2=1.10)

[COMMITTERS] pgsql: Fix cut-n-paste-o.

2007-08-21 Thread Tom Lane
Log Message: --- Fix cut-n-paste-o. Modified Files: -- pgsql/doc/src/sgml/ref: alter_tsconfig.sgml (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_tsconfig.sgml?r1=1.2&r2=1.3) ---(end of broad

[COMMITTERS] pgsql: Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.

2007-08-21 Thread Tom Lane
Log Message: --- Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. Modified Files: -- pgsql/src/backend/tsearch: Makefile (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.1&r2=1.2) -

[COMMITTERS] temporal - temporal: Imported Sources

2007-08-21 Thread User Jdavis
Update of /cvsroot/temporal/temporal In directory pgfoundry.org:/tmp/cvs-serv31324 Log Message: initial import Status: Vendor Tag: jdavis Release Tags: start N temporal/t_types.sql N temporal/t_types.c N temporal/Makefile N temporal/.svn/entries N temporal/.svn/format N te

[COMMITTERS] pgsql: Remove option to change parser of an existing text search

2007-08-21 Thread Tom Lane
Log Message: --- Remove option to change parser of an existing text search configuration. This prevents needing to do complex and poorly-defined updates of the mapping table if the new parser has different token types than the old. Per discussion. Modified Files: -- pgsql/d

[COMMITTERS] pgsql: Whoops, missed updating dsynonym_init for new dictionary

2007-08-21 Thread Tom Lane
Log Message: --- Whoops, missed updating dsynonym_init for new dictionary parameter method. Modified Files: -- pgsql/src/backend/tsearch: dict_synonym.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_synonym.c?r1=1

[COMMITTERS] pgsnmpd - pgsnmpd: Add MIB stuff for pg_aggregate, move pg_class and

2007-08-21 Thread User Eggyknap
Log Message: --- Add MIB stuff for pg_aggregate, move pg_class and pg_aggregate files into a new directory Added Files: --- pgsnmpd/pgsql_mib_pieces: pg_aggregate.mib (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_aggre

[COMMITTERS] pgsnmpd - pgsnmpd: New Directory

2007-08-21 Thread User Eggyknap
Update of /cvsroot/pgsnmpd/pgsnmpd/pgsql_mib_pieces In directory pgfoundry.org:/tmp/cvs-serv15122/pgsql_mib_pieces Log Message: Directory /cvsroot/pgsnmpd/pgsnmpd/pgsql_mib_pieces added to the repository ---(end of broadcast)--- TIP 9: In versions

[COMMITTERS] pgsnmpd - pgsnmpd: Fix MIB writer so it works well enough, create

2007-08-21 Thread User Eggyknap
Log Message: --- Fix MIB writer so it works well enough, create definition for (v 8.2.4) pg_class table. This check-in also includes the generated MIB. Modified Files: -- pgsnmpd: pgsqlMibWriter.pl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pgsql: Make \dFt and \dFt+ do something different --- omitting the

2007-08-21 Thread Tom Lane
Log Message: --- Make \dFt and \dFt+ do something different --- omitting the function names in the former case seems more consistent with the behavior of other \dF commands. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.158 -> r1.159) (http://develo

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

2007-08-21 Thread Tom Lane
Log Message: --- Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the init options of the template as top-level options in the syntax. This also makes ALTER a bit easier to use, since options can be replaced individually. I also made these statements verify that the t

[COMMITTERS] psqlodbc - psqlodbc: missing break..

2007-08-21 Thread User H-saito
Log Message: --- missing break.. Modified Files: -- psqlodbc: multibyte.c (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.55&r2=1.56) ---(end of broadcast)---

[COMMITTERS] psqlodbc - psqlodbc: Oops, typo..

2007-08-21 Thread User H-saito
Log Message: --- Oops, typo.. Modified Files: -- psqlodbc: multibyte.c (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.54&r2=1.55) ---(end of broadcast)--

[COMMITTERS] psqlodbc - psqlodbc: comment and code condition correction.

2007-08-21 Thread User H-saito
Log Message: --- comment and code condition correction. Modified Files: -- psqlodbc: multibyte.c (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.53&r2=1.54) ---(end of broadcast)

[COMMITTERS] edb-debugger - server: plugin_profiler.c should now compile under 8.2.x

2007-08-21 Thread User Korryd
Log Message: --- plugin_profiler.c should now compile under 8.2.x Modified Files: -- server: plugin_profiler.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.3&r2=1.4) ---

[COMMITTERS] pgsql: Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the

2007-08-21 Thread Tom Lane
Log Message: --- Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate 'with map' parameter; as things now stand there's really not much point in specifying a config-to-copy if you don't copy its map. Also, use COPY instead of TEMPLATE as the key word for a config-to-copy,

[COMMITTERS] pgsql: First rough cut at text search documentation: bare bones

2007-08-21 Thread Tom Lane
Log Message: --- First rough cut at text search documentation: bare bones reference pages for the new SQL commands. I also committed Bruce's text search introductory chapter, as-is except for fixing some markup errors, so that there would be a place for the reference pages to link to. Mod

[COMMITTERS] pgsql: Exclude snowball/libstemmer/ files from the set processed by

2007-08-21 Thread Tom Lane
Log Message: --- Exclude snowball/libstemmer/ files from the set processed by pgindent. There's not much point in prettifying machine-generated code, and it seems best to keep these files exactly like upstream anyway. Also add some notes about why various files are excluded. Modified File

[COMMITTERS] pgsql: Uppercase keywords in regression tsearch test scripts.

2007-08-21 Thread Bruce Momjian
Log Message: --- Uppercase keywords in regression tsearch test scripts. Modified Files: -- pgsql/src/test/regress/expected: tsearch.out (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/tsearch.out?r1=1.1&r2=1.2)

[COMMITTERS] pgsql: Remove tabs from SGML files.

2007-08-21 Thread Bruce Momjian
Log Message: --- Remove tabs from SGML files. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.139&r2=1.140) ---(end of broadcast)-

[COMMITTERS] pgsql: Avoid using TEXT as a Bison symbol, since this provokes warnings

2007-08-21 Thread Tom Lane
Log Message: --- Avoid using TEXT as a Bison symbol, since this provokes warnings on Windows builds. In passing, fix an obsolete comment, per gripe from Greg Stark. Modified Files: -- pgsql/src/backend/parser: gram.y (r2.598 -> r2.599) (http://developer.po

[COMMITTERS] pgsql: Build snowball DLL for tsearch-in-core.

2007-08-21 Thread Magnus Hagander
Log Message: --- Build snowball DLL for tsearch-in-core. (Still needs to build the .sql output files, but this handles the C part of the build) Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Don't define BUILDING_DLL for snowball lib.

2007-08-21 Thread Magnus Hagander
Log Message: --- Don't define BUILDING_DLL for snowball lib. Should fix build problems on mingw and probably cygwin. Modified Files: -- pgsql/src/makefiles: Makefile.win32 (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Mak