[COMMITTERS] pgsql: Support suffix matching of host names in pg_hba.conf

2010-10-24 Thread Peter Eisentraut
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

[COMMITTERS] npgsql - Npgsql2: [#1010921] Data corrupted transferring bytea data

2010-10-24 Thread User Fxjr
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

[COMMITTERS] pgsql: Allow new values to be added to an existing enum type.

2010-10-24 Thread Tom Lane
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:/

[COMMITTERS] pgsql: Remove unnecessary use of trigger flag to hash plperl functions

2010-10-24 Thread Andrew Dunstan
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

[COMMITTERS] pgsql: Work around rounding misbehavior exposed by buildfarm.

2010-10-24 Thread Tom Lane
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