[COMMITTERS] pgsql: Minor code cleanup: hdefault() only ever returned "true", so it

2004-10-22 Thread Neil Conway
Log Message: --- Minor code cleanup: hdefault() only ever returned "true", so it may as well be declared to return "void" to save callers the trouble of checking for errors. Modified Files: -- pgsql/src/backend/utils/hash: dynahash.c (r1.54 -> r1.55) (http:

[COMMITTERS] pgsql: Translation updates.

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation updates. Modified Files: -- pgsql/src/backend/po: sv.po (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/sv.po.diff?r1=1.23&r2=1.24) ---(end of broadcast)

[COMMITTERS] pgsql: Translation updates

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/initdb/po: sv.po (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/sv.po.diff?r1=1.6&r2=1.7) ---(end of broadcast)---

[COMMITTERS] pgsql: Translation updates

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation updates Modified Files: -- pgsql/src/interfaces/libpq/po: sv.po (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/po/sv.po.diff?r1=1.11&r2=1.12) ---(end of broadcast

[COMMITTERS] pgsql: Fix documentation typo.

2004-10-22 Thread Neil Conway
Log Message: --- Fix documentation typo. Modified Files: -- pgsql/doc/src/sgml/ref: create_database.sgml (r1.41 -> r1.42) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_database.sgml.diff?r1=1.41&r2=1.42)

[COMMITTERS] pgsql: New swedish translation of pg_config

2004-10-22 Thread Dennis Bjorklund
Log Message: --- New swedish translation of pg_config Modified Files: -- pgsql/src/bin/pg_config: nls.mk (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/nls.mk.diff?r1=1.5&r2=1.6) Added Files: --- pgsql/src/bi

[COMMITTERS] pgsql: Translation update

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation update Modified Files: -- pgsql/src/bin/initdb/po: sv.po (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/sv.po.diff?r1=1.7&r2=1.8) ---(end of broadcast)

[COMMITTERS] pgsql: Message styling

2004-10-22 Thread Peter Eisentraut
Log Message: --- Message styling Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c (r1.98 -> r1.99) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.98&r2=1.99) pg_dump.c (r1.389 -> r1.390

[COMMITTERS] pgsql: Translation updates

2004-10-22 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_dump/po: de.po (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/po/de.po.diff?r1=1.8&r2=1.9) pgsql/src/bin/pg_resetxlog/po: de.po (r1.4 -> r

[COMMITTERS] pgsql: In ALTER COLUMN TYPE, strip any implicit coercion operations

2004-10-22 Thread Tom Lane
Log Message: --- In ALTER COLUMN TYPE, strip any implicit coercion operations appearing at the top level of the column's old default expression before adding an implicit coercion to the new column type. This seems to satisfy the principle of least surprise, as per discussion of bug #1290.

[COMMITTERS] pgsql: Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should

2004-10-22 Thread Tom Lane
Log Message: --- Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be examinable by non-superusers, and use it to protect the recently-added GUC variables for data directory and config files. For now I have only flagged those variables that could be used to deduce somethi

[COMMITTERS] pgsql: Don't use LC_MESSAGES value on WIN32, since it doesn't work.

2004-10-22 Thread Tom Lane
Log Message: --- Don't use LC_MESSAGES value on WIN32, since it doesn't work. Magnus Hagander Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.63 -> r1.64) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.63&r2=1.64)

[COMMITTERS] pgsql: Fix tsearch build problems.

2004-10-22 Thread Tom Lane
Log Message: --- Fix tsearch build problems. Magnus Hagander Modified Files: -- pgsql/src/include: miscadmin.h (r1.171 -> r1.172) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h.diff?r1=1.171&r2=1.172) pgsql/src/makefiles:

[COMMITTERS] pgsql: Avoid overflow in cost_sort when work_mem exceeds 1Gb.

2004-10-22 Thread Tom Lane
Log Message: --- Avoid overflow in cost_sort when work_mem exceeds 1Gb. Modified Files: -- pgsql/src/backend/optimizer/path: costsize.c (r1.134 -> r1.135) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c.diff?r1=1.134&

[COMMITTERS] pgsql: Translation updates

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_controldata/po: sv.po (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/po/sv.po.diff?r1=1.7&r2=1.8) ---(end of broadcast

[COMMITTERS] pgsql: Translation updates

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation updates Modified Files: -- pgsql/src/bin/pg_dump/po: sv.po (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/po/sv.po.diff?r1=1.18&r2=1.19) ---(end of broadcast)-

[COMMITTERS] pgsql: Translation update

2004-10-22 Thread Dennis Bjorklund
Log Message: --- Translation update Modified Files: -- pgsql/src/bin/psql/po: sv.po (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/sv.po.diff?r1=1.30&r2=1.31) ---(end of broadcast)