[COMMITTERS] pginstaller - pginst: Exclude by regexp instead of filename.

2004-10-24 Thread User Mha
Log Message: --- Exclude by regexp instead of filename. Add option to include/exclude based on filename regexps. Gives some more flexibility to the WXI generation steps. Modified Files: -- pginst/util: builddir.pl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/c

[COMMITTERS] pginstaller - pginst: Add support for NLS-enabled postgresql

2004-10-24 Thread User Mha
Log Message: --- Add support for NLS-enabled postgresql Modified Files: -- pginst: README (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.7&r2=1.8) pginst/ca: pginstca.c (r1.62 -> r1.63) (

[COMMITTERS] pgsql: Translation update

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

[COMMITTERS] pgsql: Update RELEASE_CHANGES to mention updating the timezone database

2004-10-24 Thread Tom Lane
Log Message: --- Update RELEASE_CHANGES to mention updating the timezone database as a routine part of release prep. Modified Files: -- pgsql/src/timezone: README (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/README.diff?r1=1

[COMMITTERS] pgsql: Sync timezone data with latest zic database (dated Oct 11 2004).

2004-10-24 Thread Tom Lane
Log Message: --- Sync timezone data with latest zic database (dated Oct 11 2004). Modified Files: -- pgsql/src/timezone/data: asia (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/asia.diff?r1=1.1&r2=1.2) backward (

[COMMITTERS] pginstaller - pginst: Don't check group Power Users on Windows XP Home,

2004-10-24 Thread User Mha
Log Message: --- Don't check group Power Users on Windows XP Home, because it doesn't exist. Along the way fix a couple of typos in error messages. Modified Files: -- pginst/ca: user.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstalle

[COMMITTERS] pgsql: Write config files as text not binary, per Magnus Hagander.

2004-10-24 Thread Tom Lane
Log Message: --- Write config files as text not binary, per Magnus Hagander. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.64&r2=1.65)

[COMMITTERS] pginstaller - pginst: Add icons for editing the configuration files

2004-10-24 Thread User Mha
Log Message: --- Add icons for editing the configuration files Modified Files: -- pginst/ca: pginstca.c (r1.63 -> r1.64) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.63&r2=1.64) pginst/wxs: pginst.wxs (

[COMMITTERS] pgsql: Replace ad-hoc atof() code with call to float4in, per Andrew

2004-10-24 Thread Tom Lane
Log Message: --- Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan. Modified Files: -- pgsql/contrib/seg: segparse.y (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/seg/segparse.y.diff?r1=1.14&r2=1.15) pgsql

[COMMITTERS] pgsql: Add comparison file for exp-three-digits formatting.

2004-10-24 Thread Tom Lane
Log Message: --- Add comparison file for exp-three-digits formatting. Added Files: --- pgsql/contrib/seg/expected: seg_1.out (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/seg/expected/seg_1.out?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] pgsql: On Windows, cause get_progname to strip any .EXE suffix.

2004-10-24 Thread Tom Lane
Log Message: --- On Windows, cause get_progname to strip any .EXE suffix. Andrew Dunstan Modified Files: -- pgsql/src/port: path.c (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.36&r2=1.37)

[COMMITTERS] pgsql: Add comparison file for exp-three-digits formatting.

2004-10-24 Thread Tom Lane
Log Message: --- Add comparison file for exp-three-digits formatting. Added Files: --- pgsql/contrib/cube/expected: cube_2.out (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube_2.out?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] pgsql: Adjust message to not be misleading on Windows.

2004-10-24 Thread Tom Lane
Log Message: --- Adjust message to not be misleading on Windows. Andrew Dunstan Modified Files: -- pgsql/src/test/regress: pg_regress.sh (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.sh.diff?r1=1.47&r2=1.48)

[COMMITTERS] pgsql: Add note that REINDEX takes a weaker lock than it used to.

2004-10-24 Thread Tom Lane
Log Message: --- Add note that REINDEX takes a weaker lock than it used to. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.302 -> r1.303) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.302&r2=1.303) -

[COMMITTERS] pgsql: Update for 8.0: pg_tablespace is now also a shared catalog.

2004-10-24 Thread Tom Lane
Log Message: --- Update for 8.0: pg_tablespace is now also a shared catalog. Modified Files: -- pgsql/doc/src/sgml/ref: reindex.sgml (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml.diff?r1=1.23&r2=1.24)

[COMMITTERS] pgsql: Back-patch removal of extraneous semicolon, so that this will

2004-10-24 Thread Tom Lane
Log Message: --- Back-patch removal of extraneous semicolon, so that this will build with recent bisons (if anyone still cares). Tags: REL7_2_STABLE Modified Files: -- pgsql/contrib/seg: segparse.y (r1.2 -> r1.2.2.1) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: make sure we tag configure.in as beta4 as well ...

2004-10-24 Thread PostgreSQL Daemon
Log Message: --- make sure we tag configure.in as beta4 as well ... Modified Files: -- pgsql: configure (r1.404 -> r1.405) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.404&r2=1.405) configure.in (r1.382 -> r1.383)

[COMMITTERS] pgsql: Modify hash_create() to elog(ERROR) if an error occurs, rather

2004-10-24 Thread Neil Conway
Log Message: --- Modify hash_create() to elog(ERROR) if an error occurs, rather than returning a NULL pointer (some callers remembered to check the return value, but some did not -- it is safer to just bail out). Also, cleanup pgstat.c to use elog(ERROR) rather than elog(LOG) followed by e

[COMMITTERS] pgsql: Fix a bunch of 'old-style parameter declaration' warnings induced

2004-10-24 Thread Tom Lane
Log Message: --- Fix a bunch of 'old-style parameter declaration' warnings induced by writing 'foo()' rather than 'foo(void)'. Modified Files: -- pgsql/contrib/miscutil: misc_utils.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib

[COMMITTERS] pgsql: Fix some more 'old-style parameter declaration' warnings.

2004-10-24 Thread Tom Lane
Log Message: --- Fix some more 'old-style parameter declaration' warnings. Modified Files: -- pgsql/contrib/tsearch: parser.l (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch/parser.l.diff?r1=1.8&r2=1.9) pgsql/contrib/tse

[COMMITTERS] pgsql: Make error message more verbose, in hopes of avoiding

2004-10-24 Thread Tom Lane
Log Message: --- Make error message more verbose, in hopes of avoiding misunderstandings such as bug #1293. Modified Files: -- pgsql/src/backend/parser: parse_target.c (r1.126 -> r1.127) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/p

[COMMITTERS] pgsql: Fix tyop in comment.

2004-10-24 Thread Neil Conway
Log Message: --- Fix tyop in comment. Modified Files: -- pgsql/src/backend/port/beos: support.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/beos/support.c.diff?r1=1.10&r2=1.11) ---(end of broa

[COMMITTERS] pgsql: Remove three unnecessary casts from a pointer type to char * when

2004-10-24 Thread Neil Conway
Log Message: --- Remove three unnecessary casts from a pointer type to char * when calling pfree(). Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.82 -> r1.83) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.

[COMMITTERS] pgsql: Update copyright information in documentation.

2004-10-24 Thread Neil Conway
Log Message: --- Update copyright information in documentation. Also, add a note to RELEASE_CHANGES so that this is not forgotten in the future. Modified Files: -- pgsql/doc/src/sgml: legal.sgml (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/p