[COMMITTERS] pginstaller - pginst: Exclude by regexp instead of filename.
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/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/builddir.pl.diff?r1=1.4&r2=1.5) ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pginstaller - pginst: Add support for NLS-enabled postgresql
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) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.62&r2=1.63) pginst/wxi: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/Makefile.diff?r1=1.6&r2=1.7) guid.lst (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.4&r2=1.5) pginst/wxs: pginst.wxs (r1.81 -> r1.82) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.81&r2=1.82) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Translation update
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)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql: Update RELEASE_CHANGES to mention updating the timezone database
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.3&r2=1.4) pgsql/src/tools: RELEASE_CHANGES (r1.46 -> r1.47) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.46&r2=1.47) ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Sync timezone data with latest zic database (dated Oct 11 2004).
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 (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/backward.diff?r1=1.1&r2=1.2) europe (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/europe.diff?r1=1.1&r2=1.2) iso3166.tab (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/iso3166.tab.diff?r1=1.1&r2=1.2) leapseconds (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/leapseconds.diff?r1=1.1&r2=1.2) northamerica (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/northamerica.diff?r1=1.1&r2=1.2) southamerica (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/southamerica.diff?r1=1.1&r2=1.2) zone.tab (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/zone.tab.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pginstaller - pginst: Don't check group Power Users on Windows XP Home,
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/pginstaller/pginst/ca/user.c.diff?r1=1.12&r2=1.13) ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pgsql: Write config files as text not binary, per Magnus Hagander.
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) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pginstaller - pginst: Add icons for editing the configuration files
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 (r1.82 -> r1.83) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.82&r2=1.83) ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql: Replace ad-hoc atof() code with call to float4in, per Andrew
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/contrib/seg/expected: seg.out (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/seg/expected/seg.out.diff?r1=1.9&r2=1.10) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Add comparison file for exp-three-digits formatting.
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) ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql: On Windows, cause get_progname to strip any .EXE suffix.
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) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Add comparison file for exp-three-digits formatting.
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) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql: Adjust message to not be misleading on Windows.
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) ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Add note that REINDEX takes a weaker lock than it used to.
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) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql: Update for 8.0: pg_tablespace is now also a shared catalog.
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) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Back-patch removal of extraneous semicolon, so that this will
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/cvsweb.cgi/pgsql/contrib/seg/segparse.y.diff?r1=1.2&r2=1.2.2.1) ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql: make sure we tag configure.in as beta4 as well ...
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) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.382&r2=1.383) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Modify hash_create() to elog(ERROR) if an error occurs, rather
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 exit(). Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.35&r2=1.36) pgsql/src/backend/commands: prepare.c (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/prepare.c.diff?r1=1.32&r2=1.33) pgsql/src/backend/executor: execGrouping.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execGrouping.c.diff?r1=1.11&r2=1.12) nodeIndexscan.c (r1.97 -> r1.98) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeIndexscan.c.diff?r1=1.97&r2=1.98) pgsql/src/backend/postmaster: pgstat.c (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.81&r2=1.82) pgsql/src/backend/storage/lmgr: lock.c (r1.142 -> r1.143) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lock.c.diff?r1=1.142&r2=1.143) pgsql/src/backend/storage/smgr: md.c (r1.112 -> r1.113) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/md.c.diff?r1=1.112&r2=1.113) pgsql/src/backend/utils/fmgr: fmgr.c (r1.85 -> r1.86) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/fmgr.c.diff?r1=1.85&r2=1.86) pgsql/src/backend/utils/hash: dynahash.c (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/hash/dynahash.c.diff?r1=1.55&r2=1.56) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql: Fix a bunch of 'old-style parameter declaration' warnings induced
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/miscutil/misc_utils.c.diff?r1=1.18&r2=1.19) pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.22&r2=1.23) pgsql/contrib/pg_dumplo: main.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_dumplo/main.c.diff?r1=1.19&r2=1.20) pgsql/contrib/pgbench: pgbench.c (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.33&r2=1.34) pgsql/contrib/pgcrypto: crypt-des.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/crypt-des.c.diff?r1=1.10&r2=1.11) internal.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/internal.c.diff?r1=1.13&r2=1.14) pgsql/contrib/tsearch/dict: porter_english.dct (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch/dict/porter_english.dct.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Fix some more 'old-style parameter declaration' warnings.
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/tsearch2/wordparser: parser.l (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.l.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Make error message more verbose, in hopes of avoiding
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/parse_target.c.diff?r1=1.126&r2=1.127) ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pgsql: Fix tyop in comment.
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 broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pgsql: Remove three unnecessary casts from a pointer type to char * when
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.diff?r1=1.82&r2=1.83) pgsql/src/pl/plpgsql/src: gram.y (r1.63 -> r1.64) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.63&r2=1.64) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Update copyright information in documentation.
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/pgsql/doc/src/sgml/legal.sgml.diff?r1=1.16&r2=1.17) pgsql/src/tools: RELEASE_CHANGES (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.47&r2=1.48) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
