Re: [COMMITTERS] pgsql: Made new test also work without threading enabled.

2007-10-03 Thread Andrew Dunstan
Michael Meskes wrote: Log Message: --- Made new test also work without threading enabled. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: thread-descriptor.c (r1.1 - r1.2)

[COMMITTERS] pgsql: Hopefully fixed some stuff that causes Windows builds to fail.

2007-10-03 Thread Michael Meskes
Log Message: --- Hopefully fixed some stuff that causes Windows builds to fail. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.358 - r1.359) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.358r2=1.359)

[COMMITTERS] pgbouncer - pgbouncer: more todo

2007-10-03 Thread User Mkz
Log Message: --- more todo Modified Files: -- pgbouncer/doc: todo.txt (r1.17 - r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.17r2=1.18) ---(end of

[COMMITTERS] pgsql: Cleaned up ecpglib and renamed functions that do not need to be

2007-10-03 Thread Michael Meskes
Log Message: --- Cleaned up ecpglib and renamed functions that do not need to be exported. Created export list for ecpglib. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.359 - r1.360)

[COMMITTERS] pgsql: Fix typo

2007-10-03 Thread Magnus Hagander
Log Message: --- Fix typo Modified Files: -- pgsql/src/tools/msvc: vcregress.pl (r1.4 - r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?r1=1.4r2=1.5) ---(end of

[COMMITTERS] pgbouncer - pgbouncer: pool_size doc

2007-10-03 Thread User Mkz
Log Message: --- pool_size doc Modified Files: -- pgbouncer/doc: pgbouncer.config.txt (r1.3 - r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/pgbouncer.config.txt.diff?r1=1.3r2=1.4) ---(end of

[COMMITTERS] pgsql: Make ECPG regression tests run with -c only for

2007-10-03 Thread Magnus Hagander
Log Message: --- Make ECPG regression tests run with -c only for array_of_struct.pgc on MSVC. Fix strange nonstandard version of __stdcall specifyer in thread tests on win32. Modified Files: -- pgsql/src/tools/msvc: ecpg_regression.proj (r1.2 - r1.3)

[COMMITTERS] pllolcode - pllolcode: Rebuilding parser piece by piece, making sure

2007-10-03 Thread User Eggyknap
Log Message: --- Rebuilding parser piece by piece, making sure parse tree building stuff works. It doesn't, but will :) Modified Files: -- pllolcode: gram.y (r1.6 - r1.7)

[COMMITTERS] pgsql: Build DEF file for libecpg instead of generating a default one.

2007-10-03 Thread Magnus Hagander
Log Message: --- Build DEF file for libecpg instead of generating a default one. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.18 - r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.18r2=1.19)

[COMMITTERS] pgsql: Fix typo

2007-10-03 Thread Magnus Hagander
Log Message: --- Fix typo Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: exports.txt (r1.1 - r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/exports.txt?r1=1.1r2=1.2) ---(end of

[COMMITTERS] pgsql: Fix commandlines for final two ECPG regression tests

2007-10-03 Thread Magnus Hagander
Log Message: --- Fix commandlines for final two ECPG regression tests Modified Files: -- pgsql/src/tools/msvc: ecpg_regression.proj (r1.3 - r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/ecpg_regression.proj?r1=1.3r2=1.4)

[COMMITTERS] pgsql: Use snprintf from libpgport in ecpg compatlib.

2007-10-03 Thread Magnus Hagander
Log Message: --- Use snprintf from libpgport in ecpg compatlib. Required since we restricted exports from ecpglib. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: informix.c (r1.50 - r1.51)

[COMMITTERS] pgbouncer - pgbouncer: more testing

2007-10-03 Thread User Mkz
Log Message: --- more testing Modified Files: -- pgbouncer/test: asynctest.c (r1.3 - r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.3r2=1.4) conntest.sh (r1.1 - r1.2)

[COMMITTERS] pgsql: Also created export list for pgytpeslib and compatlib.

2007-10-03 Thread Michael Meskes
Log Message: --- Also created export list for pgytpeslib and compatlib. Set pgtypes library version to 3.0. Set compat library version to 3.0. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.360 - r1.361)

[COMMITTERS] pgsql: More detailed error msg (with stack trace) if a file copy fails.

2007-10-03 Thread Magnus Hagander
Log Message: --- More detailed error msg (with stack trace) if a file copy fails. Modified Files: -- pgsql/src/tools/msvc: Install.pm (r1.22 - r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.22r2=1.23)

[COMMITTERS] pgsql: Also build snprintf from pgport if needed.

2007-10-03 Thread Michael Meskes
Log Message: --- Also build snprintf from pgport if needed. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.29 - r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.29r2=1.30)

[COMMITTERS] pgsql: Build two more .DEF files for ecpg instead of using default ones.

2007-10-03 Thread Magnus Hagander
Log Message: --- Build two more .DEF files for ecpg instead of using default ones. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.20 - r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.20r2=1.21)

[COMMITTERS] pgsql: Remove exports.list in clean target.

2007-10-03 Thread Michael Meskes
Log Message: --- Remove exports.list in clean target. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.28 - r1.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.28r2=1.29)

[COMMITTERS] pgsql: Stripped two symbols that are needed.

2007-10-03 Thread Michael Meskes
Log Message: --- Stripped two symbols that are needed. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: exports.txt (r1.1 - r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/exports.txt?r1=1.1r2=1.2)

[COMMITTERS] pgsql: Attempt to open certificate file manually using fopen before

2007-10-03 Thread Magnus Hagander
Log Message: --- Attempt to open certificate file manually using fopen before trying BIO functions. Helps problem with older versions of OpenSSL that lacks error stack functions and would show an incorrect error message for file-not-found-or-not-openable. The problem may still exist for

[COMMITTERS] pgsql: This could be what's missing on some systems.

2007-10-03 Thread Michael Meskes
Log Message: --- This could be what's missing on some systems. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.30 - r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.30r2=1.31)

[COMMITTERS] pgsql: Fix command for fetching snprintf.c.

2007-10-03 Thread Tom Lane
Log Message: --- Fix command for fetching snprintf.c. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.31 - r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.31r2=1.32)

[COMMITTERS] npgsql - Npgsql2: Added support for COPY IN and COPY OUT operations.

2007-10-03 Thread User Fxjr
Log Message: --- Added support for COPY IN and COPY OUT operations. Thanks Kalle Hallivuori (kato at iki dot fi) for patch and Truviso.com for supporting Kalle on this. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommand.cs (r1.5 - r1.6)

[COMMITTERS] pgsql: Minor improvements to hack for old OpenSSL libraries: avoid

2007-10-03 Thread Tom Lane
Log Message: --- Minor improvements to hack for old OpenSSL libraries: avoid unused variable warning on Windows, improve comment. Modified Files: -- pgsql/src/interfaces/libpq: fe-secure.c (r1.98 - r1.99)

[COMMITTERS] pgsql: Argh, missing dll in filename

2007-10-03 Thread Michael Meskes
Log Message: --- Argh, missing dll in filename Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.32 - r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.32r2=1.33)

[COMMITTERS] pgsql: Tweak recently-added tests to suppress scary-looking warnings on

2007-10-03 Thread Tom Lane
Log Message: --- Tweak recently-added tests to suppress scary-looking warnings on 64-bit machines about casts between pointers and integers of different sizes. While they're harmless, we shouldn't expect users to have to go through and figure that out for themselves. Modified Files:

[COMMITTERS] pgsql: Suppress compiler warning in non-threaded build.

2007-10-03 Thread Tom Lane
Log Message: --- Suppress compiler warning in non-threaded build. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: descriptor.c (r1.26 - r1.27) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/descriptor.c?r1=1.26r2=1.27)

[COMMITTERS] pginstaller - pginst: Fixed EUC_JP code misstake..

2007-10-03 Thread User H-saito
Log Message: --- Fixed EUC_JP code misstake.. Modified Files: -- pginst/ca: locale.c (r1.13 - r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.13r2=1.14) ---(end of

[COMMITTERS] pgsql: Various minor improvements to the 8.3 release notes.

2007-10-03 Thread Neil Conway
Log Message: --- Various minor improvements to the 8.3 release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.509 - r1.510) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.509r2=1.510)

[COMMITTERS] pgsql: Second pass at 8.3 release notes: put items in a bit more logical

2007-10-03 Thread Tom Lane
Log Message: --- Second pass at 8.3 release notes: put items in a bit more logical order where possible, add overview and incompatibilities lists, minor cleanups. The SGML-ification still leaves much to be desired. Modified Files: -- pgsql/doc/src/sgml:

Re: [COMMITTERS] pgsql: Various minor improvements to the 8.3 release notes.

2007-10-03 Thread Tom Lane
[EMAIL PROTECTED] (Neil Conway) writes: listitem para ! Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Tom) /para para --- 1440,1446 listitem para ! Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Neil)

Re: [COMMITTERS] pgsql: Second pass at 8.3 release notes: put items in a bit more logical

2007-10-03 Thread Neil Conway
On Wed, 2007-10-03 at 23:02 +, Tom Lane wrote: The SGML-ification still leaves much to be desired. I can do some of the grunt work toward SGML-ifying the release notes. Should I wait until we've got them closer to their final state content-wise? -Neil ---(end of

Re: [COMMITTERS] pgsql: Second pass at 8.3 release notes: put items in a bit more logical

2007-10-03 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: On Wed, 2007-10-03 at 23:02 +, Tom Lane wrote: The SGML-ification still leaves much to be desired. I can do some of the grunt work toward SGML-ifying the release notes. Should I wait until we've got them closer to their final state content-wise? If

Re: [COMMITTERS] pginstaller - pginst: Fixed EUC_JP code misstake..

2007-10-03 Thread ITAGAKI Takahiro
Hi, Saito-san, [EMAIL PROTECTED] (User H-saito) wrote: pginst/ca: locale.c (r1.13 - r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.13r2=1.14) Did you check the codepage of EUC_TW ? The locale Chinese_Taiwan.51950 is invalid

[COMMITTERS] pginstaller - pginst: EUC_TW which is not supported was removed.

2007-10-03 Thread User H-saito
Log Message: --- EUC_TW which is not supported was removed. From ITAGAKI Takahiro Modified Files: -- pginst/ca: locale.c (r1.14 - r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.14r2=1.15)

Re: [COMMITTERS] pginstaller - pginst: Fixed EUC_JP code misstake..

2007-10-03 Thread Hiroshi Saito
Hi. From: ITAGAKI Takahiro [EMAIL PROTECTED] Hi, Saito-san, [EMAIL PROTECTED] (User H-saito) wrote: pginst/ca: locale.c (r1.13 - r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.13r2=1.14) Did you check the codepage of EUC_TW ? The

[COMMITTERS] pgsql: First pass at SGML-ifying the 8.3 release notes.

2007-10-03 Thread Neil Conway
Log Message: --- First pass at SGML-ifying the 8.3 release notes. Plenty of improvements left to made, but this is a start. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.511 - r1.512)

Re: [COMMITTERS] pgsql: Second pass at 8.3 release notes: put items in a bit more logical

2007-10-03 Thread Neil Conway
On Wed, 2007-10-03 at 20:09 -0400, Tom Lane wrote: If you want to have at it now, have at it --- I'm done for the moment and I think Bruce is tied up with personal matters. I think the raw text is in decent shape, though feel free to improve wording where you see fit. I did some initial work