Re: [COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
On 12/14/2011 06:46 PM, Tom Lane wrote: Andrew Dunstan writes: On 12/14/2011 06:30 PM, Tom Lane wrote: BTW, just to remind everybody: 8.2 is not live anymore. I thought it was live to the end of this month. Didn't previous discussion say that we'd go to the end of the stated month? Well, w

Re: [COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Tom Lane
Andrew Dunstan writes: > On 12/14/2011 06:30 PM, Tom Lane wrote: >> BTW, just to remind everybody: 8.2 is not live anymore. > I thought it was live to the end of this month. Didn't previous > discussion say that we'd go to the end of the stated month? Well, when we decided to make a release in

Re: [COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
On 12/14/2011 06:30 PM, Tom Lane wrote: Andrew Dunstan writes: Backpatched to all live branches. Branch -- REL8_2_STABLE BTW, just to remind everybody: 8.2 is not live anymore. (We probably ought to suggest to buildfarm owners that they shut down that branch, too.)

Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2011-12-14 Thread Tom Lane
Andrew Dunstan writes: > On 12/05/2011 12:56 PM, Peter Eisentraut wrote: >> plpython: Add SPI cursor support > This commit apparently caused a problem on buildfarm narwhal, which has > been failing for 8 days without anyone paying attention. Um, yes, some of us noticed: http://archives.postgres

Re: [COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Tom Lane
Andrew Dunstan writes: > Backpatched to all live branches. > Branch > -- > REL8_2_STABLE BTW, just to remind everybody: 8.2 is not live anymore. (We probably ought to suggest to buildfarm owners that they shut down that branch, too.) regards, tom lane -- Sent via

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- REL8_2_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- REL8_3_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- REL8_4_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- REL9_0_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- REL9_1_STABLE Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Disable excessive FP optimization by recent versions of gcc.

2011-12-14 Thread Andrew Dunstan
Disable excessive FP optimization by recent versions of gcc. Suggested solution from Tom Lane. Problem discovered, probably not for the first time, while testing the mingw-w64 32 bit compiler. Backpatched to all live branches. Branch -- master Details --- http://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix docs build I inadvertantly broke.

2011-12-14 Thread Andrew Dunstan
Fix docs build I inadvertantly broke. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/fb0eca0695e0e287335cf969b8ae48f0a42c40e8 Modified Files -- doc/src/sgml/ref/pg_dump.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-

Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2011-12-14 Thread Andrew Dunstan
On 12/05/2011 12:56 PM, Peter Eisentraut wrote: plpython: Add SPI cursor support Add a function plpy.cursor that is similar to plpy.execute but uses an SPI cursor to avoid fetching the entire result set into memory. Jan UrbaƄski, reviewed by Steve Singer This commit apparently caused a pr

[COMMITTERS] pgsql: Add --exclude-table-data option to pg_dump.

2011-12-14 Thread Andrew Dunstan
Add --exclude-table-data option to pg_dump. Andrew Dunstan, reviewed by Josh Berkus, Robert Haas and Peter Geoghegan. This allows dumping of a table definition but not its data, on a per table basis. Table name patterns are supported just as for --exclude-table. Branch -- master Details --

[COMMITTERS] pgsql: Add support for passing cursor parameters in named notation in P

2011-12-14 Thread Heikki Linnakangas
Add support for passing cursor parameters in named notation in PL/pgSQL. Yeb Havinga, reviewed by Kevin Grittner, with small changes by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4adead1d224278ff3064636063a818eba17cb211 Modified Files -- doc/src