[COMMITTERS] tsearch2api - tsearch2api: Imported Sources

2007-10-16 Thread User Okbob
Update of /cvsroot//tsearch2api/tsearch2api In directory pgfoundry.org:/tmp/cvs-serv7 Log Message: Initial import without any doc without trigger support Status: Vendor Tag: INITIAL Release Tags: start N tsearch2api/tsearch.sql.in N tsearch2api/Makefile N tsearch2ap

[COMMITTERS] aupg - aupg_src: Added tests for multicolumn primary keys, which

2007-10-16 Thread User Rlucas
Log Message: --- Added tests for multicolumn primary keys, which promptly broke. Reworked some pk comparison bits to rely upon Postgres' own comparison rather than getting into ugly record_in(textout('(blah)'), 'typename'::regtype::oid, 0) nonsense Modified Files: -- aup

[COMMITTERS] pgsql: Another round of editorialization on the text search

2007-10-16 Thread Tom Lane
Log Message: --- Another round of editorialization on the text search documentation. Notably, standardize on using "token" for the strings output by a parser, while "lexeme" is reserved for the normalized strings produced by a dictionary. Modified Files: -- pgsql/doc/src/sg

[COMMITTERS] aupg - aupg_src: props where props due

2007-10-16 Thread User Rlucas
Log Message: --- props where props due Modified Files: -- aupg_src: README (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/README.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 4:

[COMMITTERS] aupg - aupg_src: Added a bunch of tests.

2007-10-16 Thread User Rlucas
Log Message: --- Added a bunch of tests. Also created the timetravel function for an audited table and added tests for that. Nearing usability for EARLY work (still in dangerous flux; do not use in production). Modified Files: -- aupg_src/sql: _test_takedown.sql

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-16 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/main: crud_node.psql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/crud_node.psql.diff?r1=1.2&r2=1.3) types.psql (r1.1 -> r1.2) (http://cvs.pgfoun

[COMMITTERS] pgsql: Mention Slony as just an example.

2007-10-16 Thread Bruce Momjian
Log Message: --- Mention Slony as just an example. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.106 -> r2.107) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.106&r2=2.107) ---(end of broadc

[COMMITTERS] pgsql: Fix the URL properly per Robert Treat.

2007-10-16 Thread Magnus Hagander
Log Message: --- Fix the URL properly per Robert Treat. Modified Files: -- pgsql/doc/src/sgml: external-projects.sgml (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/external-projects.sgml?r1=1.17&r2=1.18) --

[COMMITTERS] pginstaller - pginst: As for Japanese, cannot be used by the reason SJIS

2007-10-16 Thread User H-saito
Log Message: --- As for Japanese, cannot be used by the reason SJIS from which an initial value locale does not become server encoding is returned by windows of Japan. Modified Files: -- pginst/ca: locale.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] pgsql: Use 'token' not 'lexeme' to describe the output of a parser.

2007-10-16 Thread Tom Lane
Log Message: --- Use 'token' not 'lexeme' to describe the output of a parser. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.159 -> r1.160) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.159&r2=1.160)

[COMMITTERS] aupg - aupg_src: Cut out deprecated definitions.

2007-10-16 Thread User Rlucas
Log Message: --- Cut out deprecated definitions. Prefixed aupgschema. to MOST function definitions; did not change a few ones that could be general to other uses and which are highly unlikely to suffer name conflicts. Modified Files: -- aupg_src/sql: audit_infrastr

[COMMITTERS] pgsql: Tweak toast-related logic in heapam.c so that the toaster is only

2007-10-16 Thread Tom Lane
Log Message: --- Tweak toast-related logic in heapam.c so that the toaster is only invoked when relkind = RELKIND_RELATION. This syncs these tests with the Asserts in tuptoaster.c, and ensures that we won't ever try to, for example, compress a sequence's tuple. Problem found by Greg Stark

Re: [COMMITTERS] pgsql: Add sample text search dictionary templates and parsers, to

2007-10-16 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > DATA_TSEARCH seems better, it indicates where the files are going even > clearer. Done. regards, tom lane ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib

2007-10-16 Thread Tom Lane
Log Message: --- Teach pgxs.mk and Install.pm how to install files from a contrib module into SHAREDIR/tsearch_data. Use this instead of ad-hoc coding in dict_xsyn/Makefile. Should fix current ContribCheck failures on MSVC. Modified Files: -- pgsql/contrib/dict_xsyn:

Re: [COMMITTERS] pgsql: Add sample text search dictionary templates and parsers, to

2007-10-16 Thread Magnus Hagander
On Tue, Oct 16, 2007 at 10:05:27AM -0400, Tom Lane wrote: > Magnus Hagander <[EMAIL PROTECTED]> writes: > > Do we expect there might be more like this? We could easily add a rule > > to Install.pm to know about DICTFILES rules in addition to DATA > > rules.. > > Yeah, after sleeping on it I think

[COMMITTERS] pgsql: Add doc clarifications for warm standby.

2007-10-16 Thread Bruce Momjian
Log Message: --- Add doc clarifications for warm standby. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.105 -> r2.106) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.105&r2=2.106) ---(end of

Re: [COMMITTERS] pgsql: Add sample text search dictionary templates and parsers, to

2007-10-16 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > Do we expect there might be more like this? We could easily add a rule > to Install.pm to know about DICTFILES rules in addition to DATA > rules.. Yeah, after sleeping on it I think we need a general-purpose solution. There are likely to be more not fe

[COMMITTERS] pgsql: Update URLs to a couple of external projects

2007-10-16 Thread Magnus Hagander
Log Message: --- Update URLs to a couple of external projects Modified Files: -- pgsql/doc/src/sgml: external-projects.sgml (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/external-projects.sgml?r1=1.16&r2=1.17)

[COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.

2007-10-16 Thread Magnus Hagander
Log Message: --- Re-allow UTF8 encodings on win32. Since UTF8 is converted to UTF16 before being used, all (valid) locales will work for this. Modified Files: -- pgsql/src/backend/commands: dbcommands.c (r1.201 -> r1.202) (http://developer.postgresql.org/c

Re: [COMMITTERS] pgsql: Add sample text search dictionary templates and parsers, to

2007-10-16 Thread Magnus Hagander
On Mon, Oct 15, 2007 at 07:17:12PM -0400, Tom Lane wrote: > Andrew Dunstan <[EMAIL PROTECTED]> writes: > > Looks like dict-xsyn needs some windows install help for the rules file. > > Ah, I was afraid of that :-(. The bespoke rule for installing that file > looked like trouble but I forgot about

[COMMITTERS] pgsql: Remove quotes around locale names in some places for consistency.

2007-10-16 Thread Peter Eisentraut
Log Message: --- Remove quotes around locale names in some places for consistency. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.145 -> r1.146) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.145&r2=1.146) ---