[PATCHES] Adminpack contrib module

2006-05-04 Thread Dave Page
A few weeks ago following a discussion on pgsql-general it was proposed that the pgAdmin 'adminpack' contrib module be added to /contrib in the server's source tree to make it easier for users to find and install. There were no objections, so attached is an updated version of the adminpack, with n

Re: [PATCHES] [BUGS] BUG #2401: spinlocks not available on amd64

2006-05-04 Thread Robert Lor
Hi Bruce, The new SPARC assembly file src/backend/port/tas/solaris_sparc.s uses / instead of ! for comments, and as a result the compile fails with Sun Studio 11. Please modify the first 3 lines to look like the following. !==

Re: [PATCHES] [PATCH] Have configure complain about unknown options

2006-05-04 Thread Martijn van Oosterhout
On Thu, May 04, 2006 at 12:51:34PM -0400, Tom Lane wrote: > Martijn van Oosterhout writes: > > Currently, configure ignores unknown --enable/disable/with/without > > options. > > The autoconf people consider that a feature, not a bug. I'm > disinclined to second-guess the designers of the tool,

Re: [PATCHES] [PATCH] Have configure complain about unknown options

2006-05-04 Thread Tom Lane
Martijn van Oosterhout writes: > Currently, configure ignores unknown --enable/disable/with/without > options. The autoconf people consider that a feature, not a bug. I'm disinclined to second-guess the designers of the tool, especially with a patch like this that mucks with the internals to the

Re: [PATCHES] Page at a time index scan

2006-05-04 Thread Tom Lane
Heikki Linnakangas <[EMAIL PROTECTED]> writes: > Here's an updated patch. Uh ... no patch actually attached? > To-do: > Not big things, but I don't have the time to work on them at the moment. I can take it from here if you'll send me what you have. regards, tom lane --

Re: [PATCHES] INS/UPD/DEL RETURNING for 8.2

2006-05-04 Thread Jonah H. Harris
On 3/2/06, Tom Lane <[EMAIL PROTECTED]> wrote: > For example, should it be possible to write: > FOR x in DELETE FROM t1 WHERE ... RETURNING t1.x LOOP Seems like you'd want to get there eventually, if not in the first cut. I'd like to get this into the first release of RETURNING for 8.2. I wo

Re: [PATCHES] plpython improvements

2006-05-04 Thread Sven Suursoho
Hi, Sun, 30 Apr 2006 19:14:28 +0300, Tom Lane <[EMAIL PROTECTED]>: "Sven Suursoho" <[EMAIL PROTECTED]> writes: Unfortunately, there is still one problem when using unpatched python, caused by too aggressive assert. http://mail.python.org/pipermail/python-checkins/2005-August/046571.html. I

[PATCHES] cast bytea to/from bit strings

2006-05-04 Thread Fabien COELHO
Dear PostgreSQL developers, Please find attached a small patch to convert bytea to bit strings and vice versa. I used it in order to be able xor md5 results so as to checksum bundles of tuples together. The MD5 result is an hexa text convertible to bytea with decode, but then I was stuck...

[PATCHES] [PATCH] Have configure complain about unknown options

2006-05-04 Thread Martijn van Oosterhout
Currently, configure ignores unknown --enable/disable/with/without options. Personally I find this behaviour annoying, so here is a patch that fixes it. Example: $ ./configure --enable-depends checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking

Re: [PATCHES] plpython tracebacks

2006-05-04 Thread Neil Conway
Bruce Momjian said: > Neil, where are we on this patch? My apologies for forgetting about this -- there are a few details I need to finish off in the patch before I'd like to apply it. I'm on vacation at the moment and not really in a position to write any code, but I'll definitely be able to fini