[COMMITTERS] pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de

2007-08-20 Thread User Dpage
Log Message: --- Add missing reindexdb.exe, per Euler Taveira de Oliveira Tags: REL8_1_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.156.2.5 -> r1.156.2.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1

[COMMITTERS] pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de

2007-08-20 Thread User Dpage
Log Message: --- Add missing reindexdb.exe, per Euler Taveira de Oliveira Tags: REL8_2_STABLE Modified Files: -- pginst/wxs: pginst.wxs (r1.182.2.4 -> r1.182.2.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1

[COMMITTERS] pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de

2007-08-20 Thread User Dpage
Log Message: --- Add missing reindexdb.exe, per Euler Taveira de Oliveira Modified Files: -- pginst/wxs: pginst.wxs (r1.206 -> r1.207) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.206&r2=1.207) --

[COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system

2007-08-20 Thread Peter Eisentraut
Log Message: --- Add configure option --with-system-tzdata to use operating system time zone database. Modified Files: -- pgsql: configure (r1.557 -> r1.558) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.557&r2=1.558) configure.in

[COMMITTERS] pginstaller - pginst: Use the 'Source' attribute instead of the

2007-08-20 Thread User Dpage
Log Message: --- Use the 'Source' attribute instead of the deprecated 'src' Modified Files: -- pginst/wxs: pginst.wxs (r1.207 -> r1.208) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.207&r2=1.208)

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/backend/tsearch In directory cvs.postgresql.org:/tmp/cvs-serv68949/tsearch Log Message: Directory /cvsroot/pgsql/src/backend/tsearch added to the repository ---(end of broadcast)--- TIP 1: if posting/reading through Use

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/backend/snowball In directory cvs.postgresql.org:/tmp/cvs-serv68965/snowball Log Message: Directory /cvsroot/pgsql/src/backend/snowball added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/backend/snowball/libstemmer In directory cvs.postgresql.org:/tmp/cvs-serv69110/libstemmer Log Message: Directory /cvsroot/pgsql/src/backend/snowball/libstemmer added to the repository ---(end of broadcast)--- TIP 4: Hav

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/backend/snowball/stopwords In directory cvs.postgresql.org:/tmp/cvs-serv69201/stopwords Log Message: Directory /cvsroot/pgsql/src/backend/snowball/stopwords added to the repository ---(end of broadcast)--- TIP 7: You ca

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/include/tsearch In directory cvs.postgresql.org:/tmp/cvs-serv72423/tsearch Log Message: Directory /cvsroot/pgsql/src/include/tsearch added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/include/snowball In directory cvs.postgresql.org:/tmp/cvs-serv73081/snowball Log Message: Directory /cvsroot/pgsql/src/include/snowball added to the repository ---(end of broadcast)--- TIP 3: Have you checked our extens

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/include/snowball/libstemmer In directory cvs.postgresql.org:/tmp/cvs-serv73222/libstemmer Log Message: Directory /cvsroot/pgsql/src/include/snowball/libstemmer added to the repository ---(end of broadcast)--- TIP 5: don

[COMMITTERS] pgsql: New Directory

2007-08-20 Thread Tom Lane
Update of /cvsroot/pgsql/src/include/tsearch/dicts In directory cvs.postgresql.org:/tmp/cvs-serv73634/dicts Log Message: Directory /cvsroot/pgsql/src/include/tsearch/dicts added to the repository ---(end of broadcast)--- TIP 7: You can help support

[COMMITTERS] pgsql: contrib/tsearch2 now fails its regression test because of

2007-08-20 Thread Tom Lane
Log Message: --- contrib/tsearch2 now fails its regression test because of conflicts with the core additions. For the moment I diked it out of contrib/Makefile. We should look at turning it into a backward-compatibility package. Modified Files: -- pgsql/contrib: Ma

[COMMITTERS] pgsql: Fix a small 64-bit problem in tsearch patch.

2007-08-20 Thread Tom Lane
Log Message: --- Fix a small 64-bit problem in tsearch patch. Modified Files: -- pgsql/src/backend/utils/adt: tsvector.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector.c?r1=1.1&r2=1.2) --

[COMMITTERS] pgsql: Suppress uninitialized-variable warning.

2007-08-20 Thread Tom Lane
Log Message: --- Suppress uninitialized-variable warning. Modified Files: -- pgsql/src/backend/postmaster: syslogger.c (r1.37 -> r1.38) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.37&r2=1.38) --

[COMMITTERS] pgsql: Tsearch2 functionality migrates to core.

2007-08-20 Thread Tom Lane
Log Message: --- Tsearch2 functionality migrates to core. The bulk of this work is by Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing, so anything that's broken is probably my fault. Documentation is nonexistent as yet, but let's land the patch so we can get some portab

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it

2007-08-20 Thread Tom Lane
Log Message: --- Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cau

[COMMITTERS] pgsql: Fix money type's send/receive functions to conform to recent

2007-08-20 Thread Tom Lane
Log Message: --- Fix money type's send/receive functions to conform to recent widening of the datatype to int64. Per Andrew Chernow. Modified Files: -- pgsql/src/backend/utils/adt: cash.c (r1.71 -> r1.72) (http://developer.postgresql.org/cvsweb.cgi/pgsql/s

[COMMITTERS] pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic

2007-08-20 Thread Tom Lane
Log Message: --- Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution of int64 for int32. Per reports from Merlin Moncure and Andrew Chernow. Modified Files: -- pgsql/src/backend/utils/adt: cash.c (r1.72 -> r1.73) (http://developer.postgre

[COMMITTERS] psqlodbc - psqlodbc: additional document.

2007-08-20 Thread User H-saito
Log Message: --- additional document. Modified Files: -- psqlodbc: Makefile.am (r1.44 -> r1.45) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.44&r2=1.45) ---(end of broadcast)--

[COMMITTERS] psqlodbc - psqlodbc: SHIFT-JIS-2004 Japanese, standard JIS X 0213.

2007-08-20 Thread User H-saito
Log Message: --- SHIFT-JIS-2004 Japanese, standard JIS X 0213. Since PostgreSQL Version 8.3. Modified Files: -- psqlodbc: multibyte.c (r1.51 -> r1.52) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.51&r2=1.52) m

[COMMITTERS] pgsql: Remove extraneous semicolon --- buildfarm member bear, for one,

2007-08-20 Thread Tom Lane
Log Message: --- Remove extraneous semicolon --- buildfarm member bear, for one, objects to it. Modified Files: -- pgsql/src/backend/utils/adt: tsgistidx.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsgistidx.c?r1

[COMMITTERS] psqlodbc - psqlodbc: Standard correction and a multibye condition

2007-08-20 Thread User H-saito
Log Message: --- Standard correction and a multibye condition addition. Modified Files: -- psqlodbc: multibyte.c (r1.52 -> r1.53) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.52&r2=1.53) multibyte.h (r1.24 ->