Support suffix matching of host names in pg_hba.conf
A name starting with a dot can be used to match a suffix of the actual
host name (e.g., .example.com matches foo.example.com).
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=24b29ca8f9dc4a
Log Message:
---
[#1010921] Data corrupted transferring bytea data from PostgreSQL 9 server.
Thanks Mathieu Fenniak for patch. See
http://pgfoundry.org/pipermail/npgsql-devel/2010-January/001057.html
Modified Files:
--
Npgsql2/src/NpgsqlTypes:
NpgsqlTypeConverter
Allow new values to be added to an existing enum type.
After much expenditure of effort, we've got this to the point where the
performance penalty is pretty minimal in typical cases.
Andrew Dunstan, reviewed by Brendan Jurd, Dean Rasheed, and Tom Lane
Branch
--
master
Details
---
http:/
Remove unnecessary use of trigger flag to hash plperl functions
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2d01ec0708d571eef926f3f5795aa73759df5d9a
Modified Files
--
src/pl/plperl/plperl.c |8 +---
1 files changed, 1 i
Work around rounding misbehavior exposed by buildfarm.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4ba61a487e39eaf859cd9face9520b30127e6a91
Modified Files
--
src/backend/catalog/pg_enum.c | 10 ++
1 files changed, 10