7.2 items - Mailing list pgsql-hackers

From Bruce Momjian
Subject 7.2 items
Date
Msg-id 200105101720.f4AHKxc05406@candle.pha.pa.us
Whole thread Raw
Responses Re: 7.2 items  (Martín Marqués <martin@bugs.unl.edu.ar>)
Re: 7.2 items  (Tom Lane <tgl@sss.pgh.pa.us>)
RE: 7.2 items  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: 7.2 items  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Re: 7.2 items  (Oleg Bartunov <oleg@sai.msu.su>)
Re: 7.2 items  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Re: 7.2 items  (Tom Ivar Helbekkmo <tih@kpnQwest.no>)
List pgsql-hackers
Here is a small list of big TODO items.  I was wondering which ones
people were thinking about for 7.2?

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

* Add replication of distributed databases [replication]o automatic fallovero load balancingo master/slave replicationo
multi-masterreplicationo partition data across serverso sample implementation in contrib/rservo queries across
databasesor servers (two-phase commit)
 
* Point-in-time data recovery using backup and write-ahead log
* Allow row re-use without vacuum (Vadim)
* Add the concept of dataspaces/tablespaces [tablespaces]
* Allow better control over user privileges [privileges]
* Allow elog() to return error codes, module name, file name, line number, not just messages [elog]
* Allow international error message support and add error codes [elog]
* Make binary/file in/out interface for TOAST columns
* Large object interface improvements
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key [inheritance]
* Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER TABLE ... DROP CONSTRAINT
* Automatically drop constraints/functions when object is dropped

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


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [GENERAL] Oracle to Pg tool
Next
From: Roberto Mello
Date:
Subject: Re: Converting PL/SQL to PL/PGSQL