[COMMITTERS] pgstatsinfo - pg_statsinfo: New Directory

2009-12-01 Thread User Kasahara
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sql In directory pgfoundry.org:/tmp/cvs-serv60704/sql Log Message: Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@pos

[COMMITTERS] pgstatsinfo - pg_statsinfo: New Directory

2009-12-01 Thread User Kasahara
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/expected In directory pgfoundry.org:/tmp/cvs-serv60704/expected Log Message: Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql

[COMMITTERS] pgstatsinfo - pg_statsinfo: - Oops, I forgot to add/remove some files on

2009-12-01 Thread User Kasahara
Log Message: --- - Oops, I forgot to add/remove some files on previous commit... Added Files: --- pg_statsinfo/pg_statsinfo/stats_info: stats_info.83_sql.in (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sta

[COMMITTERS] pgsql: Teach the regular expression functions to do case-insensitive

2009-12-01 Thread Tom Lane
Log Message: --- Teach the regular expression functions to do case-insensitive matching and locale-dependent character classification properly when the database encoding is UTF8. The previous coding worked okay in single-byte encodings, or in any case for ASCII characters, but failed entir

[COMMITTERS] pgsql: psql -f - Adjust psql -f - to behave like a normal file and

2009-12-01 Thread Bruce Momjian
Log Message: --- psql -f - Adjust psql -f - to behave like a normal file and honor the -1 flag. Report from Robert Haas Modified Files: -- pgsql/src/bin/psql: command.c (r1.211 -> r1.212) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/comman

[COMMITTERS] pgsql: Enable thread safety Enable thread safety on all platforms.

2009-12-01 Thread Bruce Momjian
Log Message: --- Enable thread safety Enable thread safety on all platforms. This will either be followed up by a more extensive patch, or reverted, depending on the build farm results. Modified Files: -- pgsql: configure (r1.659 -> r1.660) (http://anoncv

[COMMITTERS] npgsql - Npgsql2: Fixed a bug where Npgsql wasn't honoring the

2009-12-01 Thread User Fxjr
Log Message: --- Fixed a bug where Npgsql wasn't honoring the connectiontimeout on Startup method. See http://pgfoundry.org/forum/message.php?msg_id=1005603 for more info. Thanks chaitra p (cpadsalgi @nospam@ peak6.com) for heads up. Modified Files: -- Npgsql2/src/Npgsq

[COMMITTERS] pgsql: Instead of sending application_name as a SET command after the

2009-12-01 Thread Tom Lane
Log Message: --- Instead of sending application_name as a SET command after the connection is made, include it in the startup-packet options. This makes it work more like every other libpq connection option, in particular it now has the same response to RESET ALL as the rest. This also sa

[COMMITTERS] pgsql: Mark application_name as GUC_REPORT so that the value will be

2009-12-01 Thread Tom Lane
Log Message: --- Mark application_name as GUC_REPORT so that the value will be reported back to the client by the server. This might seem pretty pointless but apparently it will help pgbouncer, and perhaps other connection poolers. Anyway it's practically free to do so for the normal use-