[COMMITTERS] pgmemcache: pgmemcache COPYING pmkfile

2005-01-25 Thread seanc
seanc 2005/01/26 05:37:35 GMT PostgreSQL src repository Modified files: .pmkfile Added files: .COPYING Log: Fix up pmkfile to get around brokeness in pmk(1) 0.9.0. Part of this "fix" includes reducing the size the comments (ie,

[COMMITTERS] pgsql: Fix breakage created by addition of separate 'acl pass' in

2005-01-25 Thread Tom Lane
Log Message: --- Fix breakage created by addition of separate 'acl pass' in pg_dump. Also clean up incredibly poor style in TocIDRequired() usage. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c (r1.101.4.1 -> r1.101.4.2)

[COMMITTERS] pgsql: Fix breakage created by addition of separate 'acl pass' in

2005-01-25 Thread Tom Lane
Log Message: --- Fix breakage created by addition of separate 'acl pass' in pg_dump. Also clean up incredibly poor style in TocIDRequired() usage. Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c (r1.102 -> r1.103) (http://developer.postgresql

[COMMITTERS] pgsql: Add missing "ko".

2005-01-25 Thread Peter Eisentraut
Log Message: --- Add missing "ko". Modified Files: -- pgsql/src/bin/pg_dump: nls.mk (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/nls.mk.diff?r1=1.18&r2=1.19) ---(end of broadcast)---

[COMMITTERS] pgsql: Translation update

2005-01-25 Thread Peter Eisentraut
Log Message: --- Translation update Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/po: ro.po (r1.3 -> r1.3.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ro.po.diff?r1=1.3&r2=1.3.4.1) ---(end o

[COMMITTERS] pgsql: Add missing "ko".

2005-01-25 Thread Peter Eisentraut
Log Message: --- Add missing "ko". Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_dump: nls.mk (r1.18 -> r1.18.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/nls.mk.diff?r1=1.18&r2=1.18.4.1) --

[COMMITTERS] pgsql: improve support of agglutinative languages (query with compound

2005-01-25 Thread Teodor Sigaev
Log Message: --- improve support of agglutinative languages (query with compound words). regression=# select to_tsquery( '\'fotballklubber\''); to_tsquery 'fotball' & 'klubb' | 'fot' & 'ball' & 'klubb' (1 row) So, cha

[COMMITTERS] pgsql: Fixed segfault due to freeing a struct definition twice if it was

2005-01-25 Thread Michael Meskes
Log Message: --- Fixed segfault due to freeing a struct definition twice if it was a named struct used in a typedef. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.282 -> r1.283) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces

[COMMITTERS] pgsql: Change typedef struct {} WordEntryPos; to typedef uint16

2005-01-25 Thread Teodor Sigaev
Log Message: --- Change typedef struct {} WordEntryPos; to typedef uint16 WordEntryPos according to http://www.pgsql.ru/db/mw/msg.html?mid=2035188 Require re-fill all tsvector fields and reindex tsvector indexes. Modified Files: -- pgsql/contrib/tsearch2: query.c