[PATCHES] monitoring sort activities

2005-09-24 Thread Satoshi Nagayasu
Hi folks, I've created a patch to get following TODO item. * %Add ability to monitor the use of temporary sort files This patch provides one system view (pg_stat_sorts) and one utility function (pg_stat_get_prev_sort_size). snaga=# SELECT * from pg_stat_sorts; heap_all | index_all |

Re: [PATCHES] PL/Python error checking

2005-09-24 Thread Bruce Momjian
Michael Fuhr wrote: On Fri, Sep 23, 2005 at 05:03:02PM -0400, Bruce Momjian wrote: Michael Fuhr wrote: http://archives.postgresql.org/pgsql-patches/2005-06/msg00519.php I have backpatched this to 8.0.X. It did not apply cleanly to 7.4.X so if you would like that version patched

Re: [PATCHES] [HACKERS] Proposed patch to clean up signed-ness warnings

2005-09-24 Thread Tom Lane
Tatsuo Ishii [EMAIL PROTECTED] writes: Are you proposing that we change all the char * to unsigned char *? No, I suggest we change all char * to unsigned char * only where it points a string which could hold non ASCII character strings. Which is pretty nearly all of them... To support