Re: [PATCHES] Patch to readme

2006-02-07 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Perl - http://www.cpan.org Could someone please change this to: Perl - http://search.cpan.org/~dbdpg/ Thanks! - -- Greg Sabino Mullane [EMAIL PROTECTED] PGP Key: 0x14964AC8 200602071000 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B

Re: [PATCHES] Improve the comparison of NUMERIC data

2006-02-07 Thread Bruce Momjian
Patch applied. Thanks. --- pAtsushi Ogawa wrote: > I think that NUMERIC datatype has a problem in the performance that > the format on Tuple(Numeric) and the format to calculate(NumericVar) > are different. I understood th

Re: [PATCHES] TODO-Item: B-tree fillfactor control

2006-02-07 Thread Simon Riggs
On Mon, 2006-02-06 at 13:27 +0900, ITAGAKI Takahiro wrote: > This is a draft patch for index fillfactor control discussed in > http://archives.postgresql.org/pgsql-hackers/2006-02/msg00013.php > > I added the following features: > - Add support for btree, hash and gist. > - Syntax extension us

Re: [PATCHES] TODO-Item: B-tree fillfactor control

2006-02-07 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > If we support PCTFREE for compatibility reasons should we not also > support the alternative FILLFACTOR syntax also? I see no reason to > favour Oracle/DB2 compatability at the expense of SQLServer > compatibility. One nonstandard syntax is more than enoug

Re: [PATCHES] External Sort performance patch

2006-02-07 Thread Simon Riggs
On Thu, 2006-01-26 at 00:33 +, Simon Riggs wrote: > The enclosed patch substantially improves large sort performance, in the > general case > > cvstip: elapsed 5693 sec, CPU 196 sec > patch:elapsed 4132 sec, CPU 90 sec > Following patch implements matching sort cost calculation