Re: [PATCHES] pg_regress: stat correct paths

2007-11-27 Thread Tom Lane
Jorgen Austvik - Sun Norway <[EMAIL PROTECTED]> writes: > this patch should only move the stat operation into > convert_sourcefiles_in(). Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 9: In versions below

Re: [PATCHES] Proposed patch for operator lookup caching

2007-11-27 Thread Simon Riggs
On Mon, 2007-11-26 at 21:13 -0500, Tom Lane wrote: > Since Simon seems intent on hacking something in there, here is a patch > that I think is actually sane for improving operator lookup speed. > This patch caches all lookups, exact or ambiguous (since even the exact > ones require multiple cache

Re: [PATCHES] Proposed patch for operator lookup caching

2007-11-27 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Since Simon seems intent on hacking something in there, here is a patch > that I think is actually sane for improving operator lookup speed. +1 on the patch (reviewed and tested), and +1 for rolling it into RC. - -- Greg Sabino Mullane [EMAI

Re: [PATCHES] pg_regress: stat correct paths

2007-11-27 Thread Jorgen Austvik - Sun Norway
Jorgen Austvik wrote: Maybe push the stat operation inside convert_sourcefiles_in ? Yes, that was what I tried to do in the patch, but unfortunately I was too eager :) I'll send a new proposal tomorrow. Thanks for your help! Hi, this patch should only move the stat operation into convert_s

[PATCHES] proposed patch for function parameters name refs

2007-11-27 Thread Gevik Babakhani
This patch implements the function parameter referencing by name as discussed before. Please find the version 1.0 of this patch at http://www.postgresql.nl/gevik/ The zip archive contains a combined and separate patches to make reviewing easier. How this patch is implemented: As discussed before

[PATCHES] Avahi support for Postgresql

2007-11-27 Thread Mathias Hasselmann
Postmaster already has code to announce its services via DNS-SD (ZeroConf) by using Apple's Bonjour API. This series of patches implements that capability on top of the Avahi library[1] which is free software, available for a wider variety of platforms. I've separated the change set into smaller