Open 6.4 items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Open 6.4 items
Date
Msg-id 199810020618.CAA28832@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] Open 6.4 items  (jwieck@debis.com (Jan Wieck))
Re: [HACKERS] Open 6.4 items  (darcy@druid.net (D'Arcy J.M. Cain))
Re: [HACKERS] Open 6.4 items  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] Open 6.4 items  ("Marc G. Fournier" <scrappy@hub.org>)
List pgsql-hackers
We still have some release-stoppper items on this list.

I need to integrate the cidr type into the system.

---------------------------------------------------------------------------

Possible additions
------------------
cidr/IP address type(Tom Helbekkmo)
rewrite system(Jan)
notify fixes(Tom)

Serious Bugs
------------
change pg args for platforms that don't support argv changes
    (setproctitle()?, sendmail hack?)
have psql dump out rules text with new function
man pages/sgml synchronization
generate html/postscript documentation
generate postmaster pid file and remove flock/fcntl lock code
CREATE TABLE test (x text, s serial) fails if no database creation permission
SELECT * FROM pg_rules WHERE pg_rules.oid = pg_class.oid crashes
handle oid's on views by either disallowing it or meaningful results
CREATE INDEX i_test ON pg_class (upper(relname)) fails

New Bugs
--------
cnf-ify still can exhaust memory, make SET KSQO more generic
permissions on indexes:  what do they do?  should it be prevented?
low level locking - work-in-progress for 6.5
improve reporting of syntax errors by showing location of error in query
use index with constants on functions
allow chaining of pages to allow >8k tuples
allow multiple generic operators in expressions without the use of parentheses
document/trigger/rule so changes to pg_shadow create pg_pwd
large objects orphanage
improve group handling
no min/max for oid type

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] delete from ..;vacuum crashes
Next
From: Bruce Momjian
Date:
Subject: Re: CIDR/IP types. Was: [GENERAL] big numbers (fwd)