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
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
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.)
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
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
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
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
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
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
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
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
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-
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
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
--
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
15 matches
Mail list logo