Re: [HACKERS] Parallell Optimizer

2013-06-11 Thread Craig Ringer
On 06/12/2013 07:01 AM, Tatsuo Ishii wrote: Please explain what you mean by the word true used here. In another word, eager replication. Do you mean something along these lines : Most synchronous or eager replication solutions do conflict prevention, while asynchronous solutions have to do

Re: [HACKERS] Configurable location for extension .control files

2013-06-11 Thread Craig Ringer
On 06/12/2013 08:52 AM, Tom Dunstan wrote: Hi Josh On 11 June 2013 04:37, Josh Berkus j...@agliodbs.com wrote: I don't personally see a reason for plural locations, but it would be nice if it recursed (that is, looked for .so's in subdirectories). My reason for this is that I work on

Re: [HACKERS] Adding IEEE 754:2008 decimal floating point and hardware support for it

2013-06-11 Thread Pavel Stehule
Hello I worked with gdc' _Decimal* types last week https://github.com/okbob/pgDecimal I tested it, and should to say, so implementation in gcc is not good - lack of lot of functionality, and our Money type is little bit faster :( Tomas Vondra play with own implementation, but I don't know any

Re: [HACKERS] transforms

2013-06-11 Thread Josh Berkus
Peter, All: Does anyone feel like fixing the LOAD issue with transforms? I haven't seen any activity on the patch. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

Re: [HACKERS] Adding IEEE 754:2008 decimal floating point and hardware support for it

2013-06-11 Thread Craig Ringer
On 06/12/2013 01:03 PM, Pavel Stehule wrote: Hello I worked with gdc' _Decimal* types last week https://github.com/okbob/pgDecimal I tested it, and should to say, so implementation in gcc is not good - lack of lot of functionality, and our Money type is little bit faster :( That's

<    1   2