Re: Open 7.3 items - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Open 7.3 items
Date
Msg-id 3D49C3CA.9080405@joeconway.com
Whole thread Raw
In response to Open 7.3 items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Functions Returning Sets - done?

The basic capability is done, but a number of supporting capabilities 
remain. These are the ones I hope to have done for 7.3:

- PL/pgSQL table function support: not started, but I may get help with  this.
- anonymous composite types: patch submitted
- stand-alone composite types: proposal submitted
- implicit stand-alone composite types on CREATE FUNCTION: proposal  submitted
- Move show_all_settings() from contrib/tablefunc to the backend and  create a system view using the same method as
Neil'spg_locks view.
 

Additional refinements (streaming vs tuplestore, rescan pushed from 
planner to executor, etc) will be 7.4 items.

Additionally on my personal TODO for 7.3 are:
- modify contrib/dblink to take advantage of table function and new  composite type capabilities
- submit string manipulation functions discussed with Thomas a few  weeks ago --> replace(), to_hex(), extract_tok()

Joe






pgsql-hackers by date:

Previous
From: Greg Copeland
Date:
Subject: Re: cvs checkout pgsql
Next
From: "Marc G. Fournier"
Date:
Subject: Re: CVS server problem!