Actually...SQL/XML is maybe better.
-Misc
-----
-
-* Support 8.1 standard compliant strings (E'')
Users
-----
* 7.3 user variables (eg. ALTER USER SET .. TO ...)
+
Groups
------
+
Roles
-----
* -Support for 8.1 roles (removing users and groups) (chriskl,javier)
* -Support for ALTER ROLE (done by ?)
+
Permissions
-----------
* Grant ... on all tables, views, ... to user, group, public
* Grant connect on database [8.2]
+
Databases
---------
- http://www.postgresql.org/docs/8.2/interactive/sql-reassign-owned.html
- http://www.postgresql.org/docs/8.2/interactive/sql-drop-owned.html
+
Schemas (7.3)
-------------
* -Alter owner (ioguix)
* Alter ... SET SCHEMA support per 8.1
+
Large Objects
-------------
* Add support for large objects
+
Tables
------
* Restrict operators (from $selectOps array) to appropriate types (ie. no LIKE for int4 fields)
* Where ENUM types are an option, restrict choice to enum values [8.3]
+
Views
-----
* Allow INSERT and import on views with the appropriate rules.
* - Allow altering of comments (ioguix, with rename & owner)
+
Sequences
---------
* -change schema (ioguix)
* -rename (done using alter table) (ioguix)
+
Functions
---------
* -Alter schema (xzilla)
* GUC settings [8.3]
+
Indexes
-------
* Allow indexes to be built concurrently [8.2]
* Create Index Asc/Desc, Nulls First/Last [8.3]
+
Types
-----
* Suppres psuedo-type options in type list for creating composite types.
+
Operators
---------
* Create
* Create/Alter/Drop Operator Family
+
Operator Classes
----------------
* Create
+
Triggers
--------
* Allow functions from other schemas.
* -Support ENABLE/DISABLE trigger in 8.1 (Jawed)
+
Aggregates
----------
* -Create (Javier)
* Allow for multi-column aggregates [8.2]
+
Languages
---------
* Alter owner [8.3]
* Alter name [8.3]
+
Domains (7.3)
-------------
+
Conversions (7.3)
-----------------
* Drop
* Create
+
Casts (7.3)
-----------
Miscellaneous
-------------
+* Support 8.1 standard compliant strings (E'')
* -Allow management of built-in autovacuum in 8.1 (xzilla)
* Support per-user and per-database connection limits per 8.1
* Put a 'What's blocking this query' on Processes view
* Translated FAQ
* Pull FAQ/HISTORY/CREDITS/etc... from CVS for website.
* Add support for csvlogs [8.3]
-* Add exectued file scripts in history
+* Add executed file scripts in history
+
Exotic
------
* Parameterized reports (use prepared queries)
* Full web accessability conformance
+
Principles
----------