TODO list for PostgreSQL
========================
-Last updated: Mon Apr 15 16:51:11 EDT 2002
+Last updated: Wed Apr 17 16:35:06 EDT 2002
permissions on the socket file (Peter E)
* -Allow permissions for functions (Peter E)
+
ADMIN
-----
* Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
specified parameters to postgresql.conf defaults (Peter E)
-
+* Allow easy display of usernames in a group
DATA TYPES
----------
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
* Prevent aggregates from being used in rule WHERE clauses
+
INDEXES
-------
without using PL/PgSQL EXECUTE, needs cached plan invalidation
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
+
CLIENTS
-------
* Make foreign keys easier to identify
* Flush cached query plans when their underlying catalog data changes
+
TRANSACTIONS
------------
lock and truncate table [vacuum]
* Provide automatic running of vacuum in the background (Tom)
+
LOCKING
-------