Re: [pgsql-patches] [PATCHES] vcbuild optional packages

2007-01-14 Thread Marko Kreen
On 1/8/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: This patch fixes vcbuild so you can build without OpenSSL and libz should you want to. This disables the sslinfo and pgcrypto modules because they require the libraries to build at all. Both openssl and zlib are optional for pgcrypto. Pleas

Re: [pgsql-patches] [PATCHES] vcbuild optional packages

2007-01-14 Thread Magnus Hagander
Marko Kreen wrote: > On 1/8/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: >> This patch fixes vcbuild so you can build without OpenSSL and libz >> should you want to. This disables the sslinfo and pgcrypto modules >> because they require the libraries to build at all. > > Both openssl and zlib ar

[pgsql-patches] scrollable cursor sup. for SPI

2007-01-14 Thread Pavel Stehule
Hello, this patch adds scrollable support functions to SPI. It's necessary for scrollable cursors in plpgsql. Original API is without changes. Regards Pavel Stehule _ Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.

Re: [pgsql-patches] [PATCHES] [HACKERS] [Fwd: Index Advisor]

2007-01-14 Thread Gurjeet Singh
It seems the size restriction has blocked my previous attempt. Please find the first patch attached, and the second one will be in the next mail. Best Regards, -- [EMAIL PROTECTED] [EMAIL PROTECTED] gmail | hotmail | yahoo }.com On 1/13/07, Gurjeet Singh <[EMAIL PROTECTED]> wrote: On 1/9/07, G

Re: [pgsql-patches] [PATCHES] vcbuild optional packages

2007-01-14 Thread Marko Kreen
On 1/14/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: Is there any reason why the check is "backwards" in pgcrypto compared to the rest of the system? All the other places check for HAVE_ZLIB from what I can tell. Eh, just an oversight from my part. I was so focused on Makefile hacking so I f

Re: [pgsql-patches] [PATCHES] vcbuild optional packages

2007-01-14 Thread Alvaro Herrera
Marko Kreen wrote: > On 1/14/07, Magnus Hagander <[EMAIL PROTECTED]> wrote: > >Is there any reason why the check is "backwards" in pgcrypto compared to > >the rest of the system? All the other places check for HAVE_ZLIB from > >what I can tell. > > Eh, just an oversight from my part. I was so foc

Re: [pgsql-patches] [HACKERS] NaN behavior

2007-01-14 Thread Neil Conway
On Fri, 2007-01-12 at 16:57 -0500, Neil Conway wrote: > I'll apply the attached doc patch to CVS tomorrow, barring any > objections. Applied. -Neil ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to

Re: [pgsql-patches] [PATCHES] Tablespace for temporary objects and sort files

2007-01-14 Thread Jaime Casanova
On 1/13/07, Albert Cervera Areny <[EMAIL PROTECTED]> wrote: It was already possible to set the guc on postgresql.conf when I posted the patch... ok... fixed... the problem was that this code only let num_temp_tablespaces be greater than zero when we are in an interactive command (eg. a SET com