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
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
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
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
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
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
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
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
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-