[COMMITTERS] pgsql: Fix typo in linux startup script.

2015-04-26 Thread Tom Lane
Fix typo in linux startup script. Missed a "$" in what was meant to be a variable substitution. Careless mistake in commit f23425fa950fec3aff458de117037c9caadbc35c. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f320cbb615e0374b18836337713239da58705cf3 Modified Fi

[COMMITTERS] pgsql: Add transforms feature

2015-04-26 Thread Peter Eisentraut
Add transforms feature This provides a mechanism for specifying conversions between SQL data types and procedural languages. As examples, there are transforms for hstore and ltree for PL/Perl and PL/Python. reviews by Pavel Stěhule and Andres Freund Branch -- master Details --- http://

[COMMITTERS] pgsql: Fix possible division by zero in pg_xlogdump.

2015-04-26 Thread Andres Freund
Fix possible division by zero in pg_xlogdump. When displaying stats it was possible that a floating point division by zero occured when no FPIs were issued for a type of record. Author: Abhijit Menon-Sen Discussion: [email protected] Branch -- master Details --- http://g

Re: [COMMITTERS] pgsql: Add transforms feature

2015-04-26 Thread Tom Lane
Peter Eisentraut writes: > Add transforms feature I don't know why this patch is fooling around with compile/link flags, but it's broken at least prairiedog and some of the Windows critters. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@

[COMMITTERS] pgsql: Fix various typos and grammar errors in comments.

2015-04-26 Thread Andres Freund
Fix various typos and grammar errors in comments. Author: Dmitriy Olshevskiy Discussion: [email protected] Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6aab1f45acaa4cf90e62357ebdf5e6a38829204e Modified Files -- src/backend/access/brin/brin_tuple.

[COMMITTERS] pgsql: Also correct therefor to therefore.

2015-04-26 Thread Andres Freund
Also correct therefor to therefore. Since both forms are arguably legal I wasn't sure about changing this. But then Tom argued for 'therefore'... Author: Dmitriy Olshevskiy Discussion: [email protected] Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2e

[COMMITTERS] pgsql: Fix hstore_plperl regression tests on some platforms

2015-04-26 Thread Peter Eisentraut
Fix hstore_plperl regression tests on some platforms On some platforms, plperl and plperlu cannot be loaded at the same time. So split the test into two separate test files. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f95425478aea3797f841e253cc9b216c50560c68 Mo

[COMMITTERS] pgsql: Build libecpg with -DFRONTEND in all supported versions.

2015-04-26 Thread Noah Misch
Build libecpg with -DFRONTEND in all supported versions. Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/723613edf195ff

[COMMITTERS] pgsql: Build libecpg with -DFRONTEND in all supported versions.

2015-04-26 Thread Noah Misch
Build libecpg with -DFRONTEND in all supported versions. Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e8837fc93ec053

[COMMITTERS] pgsql: Build libecpg with -DFRONTEND in all supported versions.

2015-04-26 Thread Noah Misch
Build libecpg with -DFRONTEND in all supported versions. Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7c2ccb494c06ac

[COMMITTERS] pgsql: Build libecpg with -DFRONTEND in all supported versions.

2015-04-26 Thread Noah Misch
Build libecpg with -DFRONTEND in all supported versions. Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1dadd36dbb54fd

Re: [COMMITTERS] pgsql: Add transforms feature

2015-04-26 Thread Michael Paquier
On Mon, Apr 27, 2015 at 1:36 AM, Tom Lane wrote: > Peter Eisentraut writes: >> Add transforms feature > > I don't know why this patch is fooling around with compile/link flags, > but it's broken at least prairiedog and some of the Windows critters. It breaks as well on all the Windows machines u