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,
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)
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
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)---
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
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)
--
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
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
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