Commit d85a81cb authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow easy display of usernames in a group
parent d4963d73
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Apr 15 16:51:11 EDT 2002 Last updated: Wed Apr 17 16:35:06 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -51,6 +51,7 @@ PERMISSIONS ...@@ -51,6 +51,7 @@ PERMISSIONS
permissions on the socket file (Peter E) permissions on the socket file (Peter E)
* -Allow permissions for functions (Peter E) * -Allow permissions for functions (Peter E)
ADMIN ADMIN
----- -----
...@@ -66,7 +67,7 @@ ADMIN ...@@ -66,7 +67,7 @@ ADMIN
* Allow logging of query durations * Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line * -Prevent SIGHUP and 'pg_ctl reload' from changing command line
specified parameters to postgresql.conf defaults (Peter E) specified parameters to postgresql.conf defaults (Peter E)
* Allow easy display of usernames in a group
DATA TYPES DATA TYPES
---------- ----------
...@@ -129,6 +130,7 @@ VIEWS / RULES ...@@ -129,6 +130,7 @@ VIEWS / RULES
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce) * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
* Prevent aggregates from being used in rule WHERE clauses * Prevent aggregates from being used in rule WHERE clauses
INDEXES INDEXES
------- -------
...@@ -246,6 +248,7 @@ COMMANDS ...@@ -246,6 +248,7 @@ COMMANDS
without using PL/PgSQL EXECUTE, needs cached plan invalidation without using PL/PgSQL EXECUTE, needs cached plan invalidation
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
CLIENTS CLIENTS
------- -------
...@@ -322,6 +325,7 @@ DEPENDENCY CHECKING ...@@ -322,6 +325,7 @@ DEPENDENCY CHECKING
* Make foreign keys easier to identify * Make foreign keys easier to identify
* Flush cached query plans when their underlying catalog data changes * Flush cached query plans when their underlying catalog data changes
TRANSACTIONS TRANSACTIONS
------------ ------------
...@@ -374,6 +378,7 @@ VACUUM ...@@ -374,6 +378,7 @@ VACUUM
lock and truncate table [vacuum] lock and truncate table [vacuum]
* Provide automatic running of vacuum in the background (Tom) * Provide automatic running of vacuum in the background (Tom)
LOCKING LOCKING
------- -------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment