6868
6969MISC
7070
71- * -User who can create databases can modify pg_database table(Peter)
71+ * -User who can create databases can modify pg_database table(Peter E )
7272* Plpgsql does not handle quoted mixed-case identifiers
7373* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
7474* -pg_dump should preserve primary key information
9494
9595ADMIN
9696
97- * -Better interface for adding to pg_group(Peter)
97+ * -Better interface for adding to pg_group(Peter E )
9898* More access control over who can create tables and access the database
9999* Test syslog functionality
100100* Allow elog() to return error codes, not just messages
@@ -145,7 +145,7 @@ INDEXES
145145* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
146146 fails index can't store constant parameters
147147* Allow creation of functional indexes to use default types
148- * -Permissions on indexes, prevent them(Peter)
148+ * -Permissions on indexes, prevent them(Peter E )
149149* Allow SQL function indexes
150150* Add FILLFACTOR to index creation
151151* -Allow indexing of LIKE with localle character sets
@@ -154,7 +154,7 @@ INDEXES
154154COMMANDS
155155
156156* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
157- * -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E. )
157+ * -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
158158* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
159159NULL specification, indexes, permissions, etc on table[cluster]
160160* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
218218* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
219219* Overhaul bufmgr/lockmgr/transaction manager
220220* Add PL/Perl(Mark Hollomon)
221- * -Add option for postgres user have a password by default(Peter)
221+ * -Add option for postgres user have a password by default(Peter E )
222222* Add configure test to check for C++ need for *.h and namespaces
223223* Allow BLCKSZ <= 64k, not <= 32k
224224* redesign UNION structures to have separarate target lists